Click here to Skip to main content
16,009,318 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: onblur event is not working in java script Pin
Christian Graus24-Jun-08 19:17
protectorChristian Graus24-Jun-08 19:17 
GeneralRe: onblur event is not working in java script Pin
BalasubramanianK24-Jun-08 19:29
BalasubramanianK24-Jun-08 19:29 
GeneralRe: onblur event is not working in java script Pin
Christian Graus24-Jun-08 19:34
protectorChristian Graus24-Jun-08 19:34 
GeneralRe: onblur event is not working in java script Pin
BalasubramanianK24-Jun-08 20:16
BalasubramanianK24-Jun-08 20:16 
GeneralRe: onblur event is not working in java script Pin
Christian Graus24-Jun-08 20:19
protectorChristian Graus24-Jun-08 20:19 
QuestionHow to populate dropdownlist within the grid? Pin
moomoooomoo24-Jun-08 17:33
moomoooomoo24-Jun-08 17:33 
AnswerRe: How to populate dropdownlist within the grid? Pin
Parwej Ahamad24-Jun-08 17:51
professionalParwej Ahamad24-Jun-08 17:51 
AnswerRe: How to populate dropdownlist within the grid? Pin
Christian Graus24-Jun-08 19:18
protectorChristian Graus24-Jun-08 19:18 
moomoooomoo wrote:
DropDownList list = (DropDownList)
e.Item.FindControl("ddlCategories");


Whatever the error is, you should never call find control, do the cast instead of using 'as' and then just use it right away. Write defensive code, that will not blow up if the FindControl call fails. Try to write a site that won't ever blow up, even if it doesn't work as you hope for some reason.

I am suspecting that is what's happening, b/c that's all I can see that could go wrong.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

Questionprint dialog pop up window, On click "Print" does not open the Print dialog box Pin
For_IT24-Jun-08 12:53
For_IT24-Jun-08 12:53 
AnswerRe: print dialog pop up window, On click "Print" does not open the Print dialog box Pin
Parwej Ahamad24-Jun-08 17:44
professionalParwej Ahamad24-Jun-08 17:44 
QuestionUpgrading ASP website to ASP.NET Pin
jzonthemtn24-Jun-08 11:07
jzonthemtn24-Jun-08 11:07 
QuestionLoggedIntTemplate not displaying Pin
Member 430789624-Jun-08 10:53
Member 430789624-Jun-08 10:53 
QuestionMaster Page Problem!!! [modified] Pin
Sr...Frank24-Jun-08 9:42
Sr...Frank24-Jun-08 9:42 
AnswerRe: Master Page Problem!!! Pin
Christian Graus24-Jun-08 11:52
protectorChristian Graus24-Jun-08 11:52 
QuestionSetting the primary key when using a DetailView to insert a new record Pin
Dan Neely24-Jun-08 9:30
Dan Neely24-Jun-08 9:30 
AnswerRe: Setting the primary key when using a DetailView to insert a new record Pin
Ashfield24-Jun-08 21:43
Ashfield24-Jun-08 21:43 
GeneralRe: Setting the primary key when using a DetailView to insert a new record Pin
Dan Neely25-Jun-08 2:42
Dan Neely25-Jun-08 2:42 
QuestionProblem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
koll24-Jun-08 8:52
koll24-Jun-08 8:52 
AnswerRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 11:53
protectorChristian Graus24-Jun-08 11:53 
RantRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
_Maxxx_24-Jun-08 16:37
professional_Maxxx_24-Jun-08 16:37 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 16:46
protectorChristian Graus24-Jun-08 16:46 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
_Maxxx_24-Jun-08 17:05
professional_Maxxx_24-Jun-08 17:05 
GeneralRe: Problem with Mozila browser for FileUpload Control. ASP.Net 2008 Pin
Christian Graus24-Jun-08 18:19
protectorChristian Graus24-Jun-08 18:19 
QuestionProblem with e-mails Pin
Deepak Nigam24-Jun-08 6:56
Deepak Nigam24-Jun-08 6:56 
AnswerRe: Problem with e-mails Pin
N a v a n e e t h24-Jun-08 7:35
N a v a n e e t h24-Jun-08 7:35 

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.