|
-
Jun 17th, 2005, 04:11 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] basic datagrid question
I'm just starting with datagrids.
I have to make a list of items. Each item will have a link. But I want the link of the item to have a custom value, not present in the dataset as an item.
All the essays I've found about asp.net, end up with:
datagrid.datasource = dataset
datagrid.databind()
Now, I need to add custom values to that link, ex: default.aspx?dsRow=4 , where the dsrow is the number of the row in the dataset.
How could I do that?
Thanks for reading,
HoraShadow
PS: I'm not double posting. I posted in the vb.net forum by mystake.
Last edited by HoraShadow; Jun 25th, 2005 at 04:02 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|