receiving value from datagrid on previous page

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 2nd, 2005, 15:15
New Member
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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???
Reply With Quote

Reply

Tags
receiving, value, datagrid, previous, page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43