Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

RajaAhmed

@RajaAhmed
About
Posts
32
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • bulkcopy.writetoserver()
    R RajaAhmed

    i got it... i have tried this for (int i = 0; i <= ds.Tables[0].Rows.Count - 1; i++) { ds.Tables[0].Rows[i]["UID"] = 12; // or your dates } instead of ds.Tables[0].Columns.Add("UID").defaultValue=12; Thanks to every one of those who could not help me

    C# database xml question

  • bulkcopy.writetoserver()
    R RajaAhmed

    actully i want to copy the XML file into the database table, but in distination table there is an extra column. i want to add a new column and gave it a value. DataSet ds = new DataSet(); ds.ReadXml("C:\\abc.xml"); DataTable sourceData = new DataTable(); sourceData = ds.Tables[0]; DataColumn UID = new DataColumn(); UID.DataType = System.Type.GetType("System.Int32"); UID.ColumnName = "UID"; sourceData.Columns.Add(UID); sourceData.Columns["UID"] = 12; i have done the mapping.... bulkCopy.ColumnMappings.Add("UID", "UID"); . . . . and in end bulkCopy.DestinationTableName = "Contact"; bulkCopy.WriteToServer(sourceData); but UID column always gave the null value in database... any idea??

    C# database xml question

  • getting the value in javascript
    R RajaAhmed

    not at all actually its just typing mistake. in js.. var lbl = document.getElementById('<=title.ClientID>;').value; title is.. ;

    ASP.NET javascript help

  • getting the value in javascript
    R RajaAhmed

    u meanz. var lbl = document.getElementById(<%=title.ClientID>').value; but still not working

    ASP.NET javascript help

  • getting the value in javascript
    R RajaAhmed

    m looking to get the value of label or hidden input field in javascript .... var lbl = document.getElementById(Label1); . . so.addParam('flashvars', 'file=' + lbl.value + '&type=video'); . . > where Label1 is or but i m not geeting it right any help......... thanks in advance

    ASP.NET javascript help

  • url property of the embeded object
    R RajaAhmed

    thanks but i want to change it dynamically.....

    ASP.NET javascript help question

  • url property of the embeded object
    R RajaAhmed

    i want to change the url property of the embeded object(media player) in my webpage.... is it possible through javascript or codebehind. sample code help???? thnks in advance

    ASP.NET javascript help question

  • adobe flash palyer
    R RajaAhmed

    i want to use adobe flash palyer in my web page to display .flv videos. i have downloaded player.. how can i use it in my project.....

    ASP.NET adobe question

  • validate the extension of the uploaded file
    R RajaAhmed

    actually i want to just validate whether the uploaded file is a video file or not i-e .dat, .mp4,.mpegv etc

    ASP.NET regex

  • fileUpload control of asp
    R RajaAhmed

    i want to assign a value oMediaManagerPro.SourceFile_Path =fuplVideo.PostedFile.FileName; oMediaManagerPro.Video_Bitrate = 300; oMediaManagerPro.Audio_Bitrate = 64; oMediaManagerPro.Audio_SamplingRate = 22050; MediaInfo oMediaInfo = oMediaManagerPro.ConvertTo_MP4(); but fuplVideo.PostedFile.FileName just give the name of the file not full path.....

    ASP.NET

  • validate the extension of the uploaded file
    R RajaAhmed

    i m looking for regex that validate the extension of the uploaded file

    ASP.NET regex

  • fileUpload control of asp
    R RajaAhmed

    i m using mozilla fire fox n looking for a full path of posted file from fileUpload control of asp string filepath= fileUpload1.PostedFile.FileName; but filepath only holds the file name.. no path............... helpp plzzzzzzzzzz

    ASP.NET

  • fileupload controll of asp
    R RajaAhmed

    i m using mozilla fire fox n looking for a full path of posted file from fileUpload control of asp string filepath= fileUpload1.PostedFile.FileName; but filepath only holds the file name.. no path............... helpp plzzzzzzzzzz

    C#

  • convert video to flash format
    R RajaAhmed

    not that new to buy a book actually i havnt use any external library yet,

    C# csharp asp-net visual-studio adobe

  • convert video to flash format
    R RajaAhmed

    THANX stancrm i have downloaded class library.. as i am new in the programming, can you plz help me out how to use it in my web page thanks in advance

    C# csharp asp-net visual-studio adobe

  • convert video to flash format
    R RajaAhmed

    i would like to upload the videos in any format and convert it in .flv or swf formats using VS 2008.... is there any third party control available for asp.net/C#

    C# csharp asp-net visual-studio adobe

  • how to add a .dll in ur website
    R RajaAhmed

    www.dominion-web.com/applications/flvconverter/ i hve downloaded from this url . can u please help me how to use the dll in my website using .net

    ASP.NET csharp com help tutorial

  • upload and convert the videos in .flv fomat
    R RajaAhmed

    http://www.dominion-web.com/applications/flvconverter/ i hve downloaded from this address can u please help me how to use the dll in my project

    ASP.NET csharp sysadmin help question

  • upload and convert the videos in .flv fomat
    R RajaAhmed

    thax tamer.......

    ASP.NET csharp sysadmin help question

  • upload and convert the videos in .flv fomat
    R RajaAhmed

    hi everyone can u please help me i m looking to upload and convert the videos in .flv fomat before saving on the server. is there any .net control available or any code?????????????

    ASP.NET csharp sysadmin help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups