Click here to Skip to main content
15,909,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView row dissappearing on SelectedIndexChanged Pin
Christian Graus4-May-09 23:27
protectorChristian Graus4-May-09 23:27 
GeneralRe: GridView row dissappearing on SelectedIndexChanged [modified] Pin
binarymax4-May-09 23:42
binarymax4-May-09 23:42 
Good questions, the row that is dissappearing is the last row you selected. So if I select the 5th row, and then the 7th row, row 5 dissappears.

Right that page load is entirely in an !IsPostback block and it initially binds the data. PopulateIncidents is a function that re-binds the data. ShowIncidentDetails shows a panel with details about the row you selected, if I remove that the problem persists. Also I removed Me.gvIncidents.Columns(0).Visible = False from page load and still the same problem.

The part that is causing the problem is having the SelectedIndexChanged event. I can strip out all the code from
SelectedIndexChanged and the problem stays the same. If I remove the event entirely then the problem goes away, but I need the event in order to select the row, so I really can't remove it.

Thanks.

modified on Tuesday, May 5, 2009 5:57 AM

GeneralRe: GridView row dissappearing on SelectedIndexChanged Pin
Herman<T>.Instance5-May-09 0:17
Herman<T>.Instance5-May-09 0:17 
GeneralRe: GridView row dissappearing on SelectedIndexChanged Pin
binarymax5-May-09 0:35
binarymax5-May-09 0:35 
GeneralRe: GridView row dissappearing on SelectedIndexChanged Pin
Herman<T>.Instance5-May-09 4:07
Herman<T>.Instance5-May-09 4:07 
GeneralRe: GridView row dissappearing on SelectedIndexChanged Pin
binarymax5-May-09 5:52
binarymax5-May-09 5:52 
QuestionView State Problem Pin
ybla824-May-09 22:28
ybla824-May-09 22:28 
AnswerRe: View State Problem Pin
Christian Graus4-May-09 22:44
protectorChristian Graus4-May-09 22:44 
GeneralRe: View State Problem Pin
ybla824-May-09 22:49
ybla824-May-09 22:49 
GeneralRe: View State Problem Pin
Christian Graus4-May-09 23:03
protectorChristian Graus4-May-09 23:03 
GeneralRe: View State Problem Pin
ybla824-May-09 23:11
ybla824-May-09 23:11 
GeneralRe: View State Problem Pin
Christian Graus4-May-09 23:12
protectorChristian Graus4-May-09 23:12 
GeneralRe: View State Problem Pin
ybla824-May-09 23:30
ybla824-May-09 23:30 
Questionhow to change tab event Pin
cspriya4-May-09 21:18
cspriya4-May-09 21:18 
AnswerRe: how to change tab event Pin
Christian Graus4-May-09 21:54
protectorChristian Graus4-May-09 21:54 
Questioninsert multiple row using single form Pin
prateekfgiet4-May-09 21:10
prateekfgiet4-May-09 21:10 
AnswerRe: insert multiple row using single form Pin
Christian Graus4-May-09 21:13
protectorChristian Graus4-May-09 21:13 
GeneralRe: insert multiple row using single form Pin
prateekfgiet4-May-09 21:23
prateekfgiet4-May-09 21:23 
GeneralRe: insert multiple row using single form Pin
Christian Graus4-May-09 21:53
protectorChristian Graus4-May-09 21:53 
AnswerRe: insert multiple row using single form Pin
Nishant Singh4-May-09 23:44
Nishant Singh4-May-09 23:44 
AnswerRe: insert multiple row using single form Pin
Uma J5-May-09 0:03
Uma J5-May-09 0:03 
QuestionAlert on successful validation Pin
Ramkithepower4-May-09 20:52
Ramkithepower4-May-09 20:52 
AnswerRe: Alert on successful validation Pin
Christian Graus4-May-09 21:14
protectorChristian Graus4-May-09 21:14 
AnswerRe: Alert on successful validation Pin
Anil Chauhan21-May-09 19:40
Anil Chauhan21-May-09 19:40 
Questionhow to open one datgrid in another datagrid Pin
govindi unal4-May-09 20:38
govindi unal4-May-09 20:38 

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.