Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing a Dropdownlist in a Datagrid

Status
Not open for further replies.

yu217171

Programmer
Aug 2, 2002
203
CA
Hi everyone,

I'm trying to create a link with dynamic querystring variables. I have a datagrid and inside it I have a dropdownlist. I need to access the value of the dropdownlist, so that I can build my querystring.

In my ItemTemplate Column, I have this

<a href='UpdateSupport.aspx?id=<%#DataBinder.Eval(Container.DataItem, &quot;ProfileID&quot;) %>&supp=1'> Update </a>

Please someone help. This is driving me nuts!

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top