M
Morris Neuman
Hi,
I have a gridview control on a page that has as its column a hyperlink
field. This hyperlink field opens another page and passes a parameter.
The hyperlink field has values as follows:
DataNavigateUrlFormatString = ManageUser-MBoxes.aspx?User={0}
DataNavigateUrlsFields = UserName.
The gridview is bound to an SqlDataSource control which returns the value of
UserName.
I want to display the value of the selected UserName field passed in the
parameterwhen the linked page is open in a TextBox control.
How do I bind the value of the TextBox control the the parameter passed to
the page via the hyperlink?
Any help would be appreciated.
I have a gridview control on a page that has as its column a hyperlink
field. This hyperlink field opens another page and passes a parameter.
The hyperlink field has values as follows:
DataNavigateUrlFormatString = ManageUser-MBoxes.aspx?User={0}
DataNavigateUrlsFields = UserName.
The gridview is bound to an SqlDataSource control which returns the value of
UserName.
I want to display the value of the selected UserName field passed in the
parameterwhen the linked page is open in a TextBox control.
How do I bind the value of the TextBox control the the parameter passed to
the page via the hyperlink?
Any help would be appreciated.