sj1187534 Posted July 29, 2003 Posted July 29, 2003 I have a hyperlink column in a datagrid and I have to append the value of a textbox on the webform to the hyperlink URL as a querystring. How can I do that? this is the column I have in the datagrid and the textbox is txtKeywords: <asp:HyperLinkColumn Target="_self" DataNavigateUrlField="ResumeID" DataNavigateUrlFormatString="ResumeDetails.aspx?id={0}&keywords='txtKeywords.Text'" Thanks, SJ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.