Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.80K
1 Posted Topic
Hi, I have a gridview with two columns one column contains usernames and another contains an image, code above. I then have a session variable which contains the userid, [CODE]<asp:HyperLinkField DataNavigateUrlFields="Work_Request_Task_PK" DataNavigateUrlFormatString="../cus.aspx?cus={0}" Text="<img src='../images/cus.gif' border='0'/>" HeaderText="Add Time"></asp:HyperLinkField>[/CODE] What I want to do is compare the usernames in the gridview to …
The End.
webfort2000