jmjyiannis
Member
- Joined
- Jun 27, 2004
- Messages
- 16
- Programming Experience
- Beginner
Daragrid and Links
Hello Experts!
I want to construct a Datagrid and for each item of the table created in this datagrid to have a link. Let's say a Datagrid
<asp: Datagrid id="dgCustomers" runat="server"
</Datagrid>
But for each Customer I want to have a Link based on his id.
Where should I put the <a href="....?id=..."> ?????
Any Suggestions???
Hello Experts!
I want to construct a Datagrid and for each item of the table created in this datagrid to have a link. Let's say a Datagrid
<asp: Datagrid id="dgCustomers" runat="server"
</Datagrid>
But for each Customer I want to have a Link based on his id.
Where should I put the <a href="....?id=..."> ?????
Any Suggestions???
Last edited: