problem with Hyperlinks!

May 4 2007 9:29 AM
Hi all,
I have this big problem with hyperlinks I would appriciate any help please.
My web site has two datagrids on the same page. And one has a list of names of the users which are in form of hyperlinks. The second datagrid is for inserting data, and when a user inserts data I used 'Windows Authentication' for names in one column called Name.
Now this is how it's supposed to work: When any user want to see data about a particular user it's a matter of selecting his name and the data about the selected individual should be the only ones to be shown.
I got some examples on Google but they all seem not to be working.
Tha's why I'm here for help please!
Here is where I've reached:
<ItemTemplate> <asp:HyperLink id="HyperLink2" runat="server"
Text='<%#DataBinder.Eval(Container.DataItem,"TeamOperation")%>' NavigateUrl='<%#"../Dash_Board/DashBoard.aspx?Name="+DataBinder.Eval(Container.DataItem,"TeamOperation")%>'>H yperLink
</asp:HyperLink>
</ItemTemplate>
I really appriciate all the help.
Thanks.