Click here to Skip to main content
15,886,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Convert generic list into datatable Pin
PSK_24-Jun-10 21:28
PSK_24-Jun-10 21:28 
QuestionCompare Datatables and get changed rows. Pin
zeego24-Jun-10 20:04
zeego24-Jun-10 20:04 
QuestionError sending email Pin
Dot-Net-Dev24-Jun-10 17:46
Dot-Net-Dev24-Jun-10 17:46 
AnswerRe: Error sending email Pin
Sandeep Mewara24-Jun-10 19:41
mveSandeep Mewara24-Jun-10 19:41 
QuestionIs any problem in Image Uploading in IE7? Pin
raju melveetilpurayil24-Jun-10 10:52
professionalraju melveetilpurayil24-Jun-10 10:52 
AnswerRe: Is any problem in Image Uploading in IE7? Pin
Sandeep Mewara24-Jun-10 19:43
mveSandeep Mewara24-Jun-10 19:43 
GeneralRe: Is any problem in Image Uploading in IE7? Pin
raju melveetilpurayil25-Jun-10 13:28
professionalraju melveetilpurayil25-Jun-10 13:28 
Questionhow to insert digital signature in Word Application from Sql Server database in Windows Application Pin
raghvendrapanda24-Jun-10 9:28
raghvendrapanda24-Jun-10 9:28 
I tried this

byte[] imageContent = (byte[])(ds2.Tables[0].Rows[0]["Signature_File"]);
MemoryStream ms1 = new MemoryStream(imageContent);
//IDataObject data = new IDataObject();
Bitmap bmp;
Image returnimage = Image.FromStream(ms1).ToString();

I am getting Parameter is not valid error

Please help

Thanks,
Raghvendra Panda
Questionkeep track of folder's activities Pin
ariez8824-Jun-10 8:32
ariez8824-Jun-10 8:32 
AnswerRe: keep track of folder's activities Pin
Paladin200024-Jun-10 11:25
Paladin200024-Jun-10 11:25 
GeneralRe: keep track of folder's activities Pin
ariez8824-Jun-10 21:36
ariez8824-Jun-10 21:36 
GeneralRe: keep track of folder's activities Pin
Paladin200025-Jun-10 3:46
Paladin200025-Jun-10 3:46 
GeneralRe: keep track of folder's activities Pin
ariez8827-Jun-10 4:33
ariez8827-Jun-10 4:33 
QuestionHow to loop through a ASP.Net Repeater using JQuery Pin
immu524-Jun-10 6:19
immu524-Jun-10 6:19 
AnswerRe: How to loop through a ASP.Net Repeater using JQuery Pin
Not Active24-Jun-10 7:52
mentorNot Active24-Jun-10 7:52 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
immu524-Jun-10 8:05
immu524-Jun-10 8:05 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
Not Active24-Jun-10 8:12
mentorNot Active24-Jun-10 8:12 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
immu524-Jun-10 8:20
immu524-Jun-10 8:20 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
Not Active24-Jun-10 8:35
mentorNot Active24-Jun-10 8:35 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
immu524-Jun-10 8:40
immu524-Jun-10 8:40 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
Not Active24-Jun-10 8:43
mentorNot Active24-Jun-10 8:43 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
immu524-Jun-10 8:49
immu524-Jun-10 8:49 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
Not Active24-Jun-10 8:53
mentorNot Active24-Jun-10 8:53 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
immu524-Jun-10 9:11
immu524-Jun-10 9:11 
GeneralRe: How to loop through a ASP.Net Repeater using JQuery Pin
PunkIsNotDead24-Jun-10 11:16
PunkIsNotDead24-Jun-10 11:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.