seoforrrmdf
New Member
I'm creating a custom control and I tried to pass in an id from a querystring to one of its attributes, but I cannot. Does anyone know of a way to do this?<BR><BR><mystuff:MyControl id="<%=Request.QueryString["id"]%>" runat=server /><BR><BR>This is not allowed in ASP.NET, but I'd like to know of some way to do this without necessarily having to set the property in code behind.<BR><BR>Thanks