[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

Passing more than one data value in Datagrid URL column

Christine

1/16/2003 11:06:00 AM

I would like to pass more than one data value in Datagrid
URL column e.g. baby.aspx?int=1&name=5
both the value of 'int' and 'name' are retrieved from the
dataset bind to the datagrid.

Any help is appreciated.