This is a discussion on "receiving value from datagrid on previous page" within the ASP.NET Forum section. This forum, and the thread "receiving value from datagrid on previous page are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
receiving value from datagrid on previous page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
receiving value from datagrid on previous page
I have a hypercolumn in a datagrid that ideally would pass that column's value to the next page when clicked. Well, it goes to the next page but the response written is always "0".
Here is a sample of my code: <asp:hyperlinkcolumn DataNavigateUrlField="UniqueId" DataNavigateUrlFormatString="nextpage.aspx?id={0}" headertext="Unique Id" text="select" /> Obviously the value I am hoping to receive by next page is the unique id for that row of data. Any suggestion??? |
|
|
![]() |
| Tags |
| receiving, value, datagrid, previous, page |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to automatically redirect user to previous page | sing2trees | Web Page Design | 2 | Apr 26th, 2008 00:14 |
| Linking an outside page back to previous framed page | MJustison | Starting Out | 1 | Oct 18th, 2007 17:49 |
| How to reload the previous page? | khwab | JavaScript Forum | 1 | Aug 22nd, 2006 10:41 |
| how do I get the previous value | tllcll | JavaScript Forum | 1 | Oct 24th, 2005 11:51 |
| next previous | GillBates | Webforumz Suggestions and Feedback | 4 | Mar 4th, 2004 17:44 |