Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Dan Neely21-Jul-08 4:34
Dan Neely21-Jul-08 4:34 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Sherin Iranimose21-Jul-08 4:42
Sherin Iranimose21-Jul-08 4:42 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Dan Neely21-Jul-08 4:47
Dan Neely21-Jul-08 4:47 
GeneralRe: Programmatically navigate to a specific row in GridView [modified] Pin
Sherin Iranimose21-Jul-08 4:57
Sherin Iranimose21-Jul-08 4:57 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Dan Neely21-Jul-08 5:07
Dan Neely21-Jul-08 5:07 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Sherin Iranimose21-Jul-08 6:04
Sherin Iranimose21-Jul-08 6:04 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Dan Neely21-Jul-08 5:23
Dan Neely21-Jul-08 5:23 
GeneralRe: Programmatically navigate to a specific row in GridView Pin
Herman<T>.Instance21-Jul-08 11:38
Herman<T>.Instance21-Jul-08 11:38 
Do you use DataKeyMember and DataKeyValue of the GridView? If you do so, you can easily see bij setting the SelectedIndex if the SelectedValue meets the required. If not found on page, go to next page of gridview.

You can also create a DataView which has a filter option. If you use that, bind the dataview as datasource to the gridview.

If you want 1 row to show, why you don't use the details view. That's made for 1 row of data.
AnswerRe: Programmatically navigate to a specific row in GridView Pin
www.Developerof.NET21-Jul-08 21:55
www.Developerof.NET21-Jul-08 21:55 
GeneralDynamic Link Configuration Pin
Brady Kelly21-Jul-08 3:07
Brady Kelly21-Jul-08 3:07 
GeneralRe: Dynamic Link Configuration Pin
eyeseetee21-Jul-08 3:58
eyeseetee21-Jul-08 3:58 
GeneralRe: Dynamic Link Configuration Pin
Brady Kelly21-Jul-08 4:36
Brady Kelly21-Jul-08 4:36 
Questionimage from database Pin
gaurav mangal21-Jul-08 2:03
gaurav mangal21-Jul-08 2:03 
QuestionRe: image from database Pin
Imran Khan Pathan21-Jul-08 2:09
Imran Khan Pathan21-Jul-08 2:09 
AnswerRe: image from database Pin
gaurav mangal21-Jul-08 2:39
gaurav mangal21-Jul-08 2:39 
AnswerRe: image from database Pin
eyeseetee21-Jul-08 2:18
eyeseetee21-Jul-08 2:18 
GeneralRe: image from database Pin
gaurav mangal21-Jul-08 2:36
gaurav mangal21-Jul-08 2:36 
Questionhow to retrive image from database Pin
gaurav mangal21-Jul-08 2:01
gaurav mangal21-Jul-08 2:01 
AnswerRe: how to retrive image from database Pin
Abhijit Jana21-Jul-08 2:24
professionalAbhijit Jana21-Jul-08 2:24 
GeneralRe: how to retrive image from database Pin
gaurav mangal21-Jul-08 2:40
gaurav mangal21-Jul-08 2:40 
QuestionRe: how to retrive image from database Pin
Abhijit Jana21-Jul-08 5:33
professionalAbhijit Jana21-Jul-08 5:33 
AnswerRe: how to retrive image from database Pin
gaurav mangal21-Jul-08 22:00
gaurav mangal21-Jul-08 22:00 
QuestionGridView - FormView - SqlDataSource Pin
Blumen21-Jul-08 1:34
Blumen21-Jul-08 1:34 
AnswerRe: GridView - FormView - SqlDataSource Pin
eyeseetee21-Jul-08 2:20
eyeseetee21-Jul-08 2:20 
GeneralRe: GridView - FormView - SqlDataSource Pin
Blumen21-Jul-08 2:47
Blumen21-Jul-08 2:47 

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.