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, "ProfileID" %>&supp=1'> Update </a>
Please someone help. This is driving me nuts!
Keith
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, "ProfileID" %>&supp=1'> Update </a>
Please someone help. This is driving me nuts!
Keith