Hyperlinks in datagrid!
-
Hi all, I have two datagrid, one has a list of allowed user of the second datagrid. The second datagrid is an inserting datagrid and it Function properly. Now where my problem is I need to be able to select a particular name and will be able to see whatever the Particular selected user has been inserting in the insert datagrid. So I made the names in Hyperlink and and this is the code I'm using but it's not to be working: When I press the Name nothing changing. Where could be the problem? Thanks.
-
Hi all, I have two datagrid, one has a list of allowed user of the second datagrid. The second datagrid is an inserting datagrid and it Function properly. Now where my problem is I need to be able to select a particular name and will be able to see whatever the Particular selected user has been inserting in the insert datagrid. So I made the names in Hyperlink and and this is the code I'm using but it's not to be working: When I press the Name nothing changing. Where could be the problem? Thanks.
I would check your source when you have the page in your browser. Just go to view source. See what is actually in your navigateurl. I am guessing you actually want the code to look something like this:
NavigateUrl='<%# "../Dash_Board/DashBoard.aspx?Name="+DataBinder.Eval(Container.DataItem,"TeamBilling").ToString()%>'
Hope that helps. Ben
-
I would check your source when you have the page in your browser. Just go to view source. See what is actually in your navigateurl. I am guessing you actually want the code to look something like this:
NavigateUrl='<%# "../Dash_Board/DashBoard.aspx?Name="+DataBinder.Eval(Container.DataItem,"TeamBilling").ToString()%>'
Hope that helps. Ben