Click here to Skip to main content
16,004,924 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help!! Event handler fires everytime I refresh the page! Pin
Grapes-R-Fun4-Jan-07 6:10
Grapes-R-Fun4-Jan-07 6:10 
GeneralRe: Help!! Event handler fires everytime I refresh the page! Pin
nagendra rao s.v.4-Jan-07 16:47
nagendra rao s.v.4-Jan-07 16:47 
GeneralRe: Help!! Event handler fires everytime I refresh the page! Pin
Grapes-R-Fun5-Jan-07 4:51
Grapes-R-Fun5-Jan-07 4:51 
AnswerRe: Help!! Event handler fires everytime I refresh the page! Pin
Deepak the Cool4-Jan-07 0:43
Deepak the Cool4-Jan-07 0:43 
GeneralRe: Help!! Event handler fires everytime I refresh the page! Pin
Grapes-R-Fun4-Jan-07 6:07
Grapes-R-Fun4-Jan-07 6:07 
Questionprolem with dropdownlist_selectedindex Pin
mohd imran abdul aziz3-Jan-07 3:30
mohd imran abdul aziz3-Jan-07 3:30 
AnswerRe: prolem with dropdownlist_selectedindex Pin
Not Active3-Jan-07 3:58
mentorNot Active3-Jan-07 3:58 
AnswerRe: prolem with dropdownlist_selectedindex Pin
ednrgc3-Jan-07 4:37
ednrgc3-Jan-07 4:37 
#1: A change event will never fire if there is only one choice and it's already selected. Try adding a "Select an item" in the first position.

#2: Separate out the database code into it's own function/method that returns the value returned from the DB.

#3: There is no need to call cmd.ExecuteScalar more than once. Store the value in a variable.


AnswerRe: prolem with dropdownlist_selectedindex Pin
Deepak the Cool4-Jan-07 0:47
Deepak the Cool4-Jan-07 0:47 
Questioncontact form Pin
sacheesach3-Jan-07 1:55
sacheesach3-Jan-07 1:55 
AnswerRe: contact form Pin
varshavmane3-Jan-07 1:59
varshavmane3-Jan-07 1:59 
GeneralRe: contact form Pin
sacheesach3-Jan-07 2:11
sacheesach3-Jan-07 2:11 
GeneralRe: contact form Pin
Not Active3-Jan-07 2:13
mentorNot Active3-Jan-07 2:13 
GeneralRe: contact form Pin
varshavmane3-Jan-07 2:17
varshavmane3-Jan-07 2:17 
GeneralRe: contact form Pin
ADY0073-Jan-07 12:41
ADY0073-Jan-07 12:41 
Questionhow to get the number of primary keys in crecordset Pin
prithaa3-Jan-07 1:41
prithaa3-Jan-07 1:41 
GeneralRe: how to get the number of primary keys in crecordset Pin
Guffa3-Jan-07 2:57
Guffa3-Jan-07 2:57 
GeneralRe: how to get the number of primary keys in crecordset Pin
RichardGrimmer3-Jan-07 4:32
RichardGrimmer3-Jan-07 4:32 
AnswerRe: how to get the number of primary keys in crecordset Pin
Paddy Boyd3-Jan-07 3:06
Paddy Boyd3-Jan-07 3:06 
QuestionMultiple column dropdown menus Pin
gvirden3-Jan-07 1:11
gvirden3-Jan-07 1:11 
AnswerRe: Multiple column dropdown menus Pin
Venkatesh Mookkan3-Jan-07 1:16
Venkatesh Mookkan3-Jan-07 1:16 
AnswerRe: Multiple column dropdown menus Pin
RichardGrimmer3-Jan-07 1:16
RichardGrimmer3-Jan-07 1:16 
Questionasp.net: input string not in the right format Pin
aransiola3-Jan-07 1:03
aransiola3-Jan-07 1:03 
AnswerRe: asp.net: input string not in the right format Pin
Venkatesh Mookkan3-Jan-07 1:13
Venkatesh Mookkan3-Jan-07 1:13 
GeneralRe: asp.net: input string not in the right format Pin
aransiola3-Jan-07 2:03
aransiola3-Jan-07 2:03 

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.