Click here to Skip to main content
15,911,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
demoninside93-Mar-13 22:13
demoninside93-Mar-13 22:13 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
Karthik Harve3-Mar-13 22:23
professionalKarthik Harve3-Mar-13 22:23 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
demoninside93-Mar-13 22:27
demoninside93-Mar-13 22:27 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
Karthik Harve3-Mar-13 23:23
professionalKarthik Harve3-Mar-13 23:23 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
demoninside93-Mar-13 23:35
demoninside93-Mar-13 23:35 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
Karthik Harve3-Mar-13 23:38
professionalKarthik Harve3-Mar-13 23:38 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
demoninside93-Mar-13 23:53
demoninside93-Mar-13 23:53 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
Karthik Harve3-Mar-13 23:59
professionalKarthik Harve3-Mar-13 23:59 
So, Since you are re-binding the grid, Row_databound is firing, and dropdownlist is also re-binding and the default value is selecting. so, handle the dropdownlist selected index changed evnet, but do not rebind the grid, or else, before binding check the edit index whether edit index is equal to -1 or not. if EditIndex = -1, then bind the grid, otherwise leave as it is.
Vande Matharam - Jai Hind

GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
demoninside93-Mar-13 23:57
demoninside93-Mar-13 23:57 
GeneralRe: dropdownlist auto select first value in gridview with edit mode Pin
Karthik Harve4-Mar-13 0:04
professionalKarthik Harve4-Mar-13 0:04 
Questionhow to make multiple entries for a book in database for multiple copies of the same book in a library? Pin
Madhubala Ganesan2-Mar-13 6:33
Madhubala Ganesan2-Mar-13 6:33 
AnswerRe: how to make multiple entries for a book in database for multiple copies of the same book in a library? Pin
Bernhard Hiller3-Mar-13 20:35
Bernhard Hiller3-Mar-13 20:35 
QuestionJson + asp.net Pin
jojoba20112-Mar-13 4:45
jojoba20112-Mar-13 4:45 
AnswerRe: Json + asp.net Pin
jkirkerx4-Mar-13 10:36
professionaljkirkerx4-Mar-13 10:36 
QuestionRe: Json + asp.net Pin
jojoba20119-Mar-13 17:58
jojoba20119-Mar-13 17:58 
AnswerRe: Json + asp.net Pin
jkirkerx9-Mar-13 18:19
professionaljkirkerx9-Mar-13 18:19 
Questionerror '80004003', Object reference not set to an instance of an object. Pin
notahack2-Mar-13 4:37
notahack2-Mar-13 4:37 
AnswerRe: error '80004003', Object reference not set to an instance of an object. Pin
Richard MacCutchan2-Mar-13 5:42
mveRichard MacCutchan2-Mar-13 5:42 
Questionplugging in twitter and facebook into the web application Pin
Member 87018131-Mar-13 3:04
Member 87018131-Mar-13 3:04 
AnswerRe: plugging in twitter and facebook into the web application Pin
Sandeep Mewara1-Mar-13 4:24
mveSandeep Mewara1-Mar-13 4:24 
GeneralRe: plugging in twitter and facebook into the web application Pin
Member 87018131-Mar-13 8:32
Member 87018131-Mar-13 8:32 
GeneralRe: plugging in twitter and facebook into the web application Pin
Sandeep Mewara1-Mar-13 9:04
mveSandeep Mewara1-Mar-13 9:04 
GeneralRe: plugging in twitter and facebook into the web application Pin
Member 87018132-Mar-13 21:25
Member 87018132-Mar-13 21:25 
GeneralRe: plugging in twitter and facebook into the web application Pin
Member 87018131-Mar-13 23:02
Member 87018131-Mar-13 23:02 
QuestionInvalid length for a Base-64 char array Pin
Anshul Jindal1-Mar-13 1:51
Anshul Jindal1-Mar-13 1:51 

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.