Click here to Skip to main content
15,881,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
Paulus Kerketta25-Apr-12 2:40
Paulus Kerketta25-Apr-12 2:40 
GeneralRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
jkirkerx25-Apr-12 6:19
professionaljkirkerx25-Apr-12 6:19 
AnswerRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
vvashishta24-Apr-12 18:24
vvashishta24-Apr-12 18:24 
AnswerRe: Sql updating using Visual studio 2005 and retrieving back the same Pin
mithoncs@8824-Apr-12 20:49
mithoncs@8824-Apr-12 20:49 
Questionnewbie help Pin
vila321023-Apr-12 20:44
vila321023-Apr-12 20:44 
AnswerRe: newbie help Pin
Bernhard Hiller23-Apr-12 23:24
Bernhard Hiller23-Apr-12 23:24 
Questionanyone can help me with my code? i got object must implement iconvertible error after i put file upload in my source code..please help me..im new in asp.net Pin
alip rosli23-Apr-12 10:51
alip rosli23-Apr-12 10:51 
AnswerRe: anyone can help me with my code? i got object must implement iconvertible error after i put file upload in my source code..please help me..im new in asp.net Pin
jkirkerx23-Apr-12 11:48
professionaljkirkerx23-Apr-12 11:48 
I don't think that is legal with the Bind, I haven't used the FileUpload webform object in years, just from Code, FileBytes is a code property to get the total size of the upload on the server side.

<asp:FileUpload ID="FileUpload1" runat="server" Width="200px" Filebytes='<%# Bind("thumbnail") %>' />

<asp:FileUpload ID="FileUpload1" runat="server" Width="200px"  />

GeneralRe: anyone can help me with my code? i got object must implement iconvertible error after i put file upload in my source code..please help me..im new in asp.net Pin
vvashishta24-Apr-12 18:15
vvashishta24-Apr-12 18:15 
GeneralRe: anyone can help me with my code? i got object must implement iconvertible error after i put file upload in my source code..please help me..im new in asp.net Pin
jkirkerx24-Apr-12 19:29
professionaljkirkerx24-Apr-12 19:29 
QuestionUpdate Listbox values after AJAX call doesn't work Pin
papy-boom23-Apr-12 9:36
papy-boom23-Apr-12 9:36 
AnswerRe: Update Listbox values after AJAX call doesn't work Pin
jkirkerx23-Apr-12 12:02
professionaljkirkerx23-Apr-12 12:02 
AnswerRe: Update Listbox values after AJAX call doesn't work Pin
vvashishta23-Apr-12 18:31
vvashishta23-Apr-12 18:31 
GeneralRe: Update Listbox values after AJAX call doesn't work Pin
jkirkerx24-Apr-12 8:57
professionaljkirkerx24-Apr-12 8:57 
Questionimage in the body tag is not printing Pin
indian14323-Apr-12 7:14
indian14323-Apr-12 7:14 
AnswerRe: image in the body tag is not printing Pin
Not Active23-Apr-12 8:25
mentorNot Active23-Apr-12 8:25 
GeneralRe: image in the body tag is not printing Pin
indian14323-Apr-12 8:34
indian14323-Apr-12 8:34 
GeneralRe: image in the body tag is not printing Pin
Pete O'Hanlon23-Apr-12 9:12
mvePete O'Hanlon23-Apr-12 9:12 
GeneralRe: image in the body tag is not printing Pin
indian14323-Apr-12 10:24
indian14323-Apr-12 10:24 
GeneralRe: image in the body tag is not printing Pin
Pete O'Hanlon23-Apr-12 10:37
mvePete O'Hanlon23-Apr-12 10:37 
GeneralRe: image in the body tag is not printing Pin
indian14329-Apr-12 22:05
indian14329-Apr-12 22:05 
GeneralRe: image in the body tag is not printing Pin
Not Active23-Apr-12 12:21
mentorNot Active23-Apr-12 12:21 
QuestionCustomize HttpWebRequest in Compact Framework Pin
Tripathi Swati22-Apr-12 23:58
Tripathi Swati22-Apr-12 23:58 
AnswerRe: Customize HttpWebRequest in Compact Framework Pin
jkirkerx23-Apr-12 12:23
professionaljkirkerx23-Apr-12 12:23 
QuestionASP.Net Pin
fire_hawk22-Apr-12 21:15
fire_hawk22-Apr-12 21:15 

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.