Click here to Skip to main content
15,888,065 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmaintain scroll position for gridview which is in inside panel..., Pin
Member 387988126-Jun-08 21:34
Member 387988126-Jun-08 21:34 
AnswerRe: Repeat Post! Pin
eyeseetee26-Jun-08 21:54
eyeseetee26-Jun-08 21:54 
AnswerRe: maintain scroll position for gridview which is in inside panel..., Pin
Sherin Iranimose27-Jun-08 0:21
Sherin Iranimose27-Jun-08 0:21 
QuestionASP GridView in which Column Invisible [modified] Pin
codingrocks26-Jun-08 20:47
codingrocks26-Jun-08 20:47 
AnswerRe: ASP GridView in which Column Invisible Pin
eyeseetee26-Jun-08 21:50
eyeseetee26-Jun-08 21:50 
GeneralRe: ASP GridView in which Column Invisible Pin
Ariel Kazeed27-Jun-08 0:16
Ariel Kazeed27-Jun-08 0:16 
GeneralRe: ASP GridView in which Column Invisible Pin
eyeseetee27-Jun-08 2:10
eyeseetee27-Jun-08 2:10 
GeneralRe: ASP GridView in which Column Invisible Pin
Ariel Kazeed27-Jun-08 2:26
Ariel Kazeed27-Jun-08 2:26 
I mean something like...

//Assume First Gridview column is not visible
Integer ID = Gridview.Cells[0].Text


That would throw an exception. Yes, ASP.NET knows there is a column there even though you cannot see it. Problem is, since the value of that particular column is not printed on the page, it only exists at databinding time. Hence, in this case GridView.Cells[0].Text returns "", that's what I meant.

Kazz


"Users are there to click on things, not think. Let the archs do the damn thinking."

Questiondata bind of datagrid with dataset Pin
Rock Star.26-Jun-08 20:18
Rock Star.26-Jun-08 20:18 
AnswerRe: data bind of datagrid with dataset Pin
Venkatesh Mookkan26-Jun-08 20:28
Venkatesh Mookkan26-Jun-08 20:28 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 20:46
Rock Star.26-Jun-08 20:46 
GeneralRe: data bind of datagrid with dataset Pin
Imran Khan Pathan26-Jun-08 20:58
Imran Khan Pathan26-Jun-08 20:58 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 21:07
Rock Star.26-Jun-08 21:07 
GeneralRe: data bind of datagrid with dataset Pin
Imran Khan Pathan26-Jun-08 21:35
Imran Khan Pathan26-Jun-08 21:35 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 21:52
Rock Star.26-Jun-08 21:52 
GeneralRe: data bind of datagrid with dataset Pin
Ariel Kazeed27-Jun-08 0:20
Ariel Kazeed27-Jun-08 0:20 
GeneralRe: data bind of datagrid with dataset Pin
Venkatesh Mookkan26-Jun-08 22:17
Venkatesh Mookkan26-Jun-08 22:17 
GeneralRe: data bind of datagrid with dataset [modified] Pin
Rock Star.26-Jun-08 22:55
Rock Star.26-Jun-08 22:55 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose26-Jun-08 23:33
Sherin Iranimose26-Jun-08 23:33 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.26-Jun-08 23:40
Rock Star.26-Jun-08 23:40 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose27-Jun-08 0:00
Sherin Iranimose27-Jun-08 0:00 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.27-Jun-08 0:07
Rock Star.27-Jun-08 0:07 
GeneralRe: data bind of datagrid with dataset Pin
Sherin Iranimose27-Jun-08 0:16
Sherin Iranimose27-Jun-08 0:16 
GeneralRe: data bind of datagrid with dataset Pin
Rock Star.27-Jun-08 0:27
Rock Star.27-Jun-08 0:27 
GeneralRe: data bind of datagrid with dataset Pin
Imran Khan Pathan27-Jun-08 0:44
Imran Khan Pathan27-Jun-08 0:44 

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.