Hi,
Does any no how to pass attributes or parameters to Web User Controls
It looks like they are just snippits of HTML/ASP and can't use any outside params except Request.form/Querystring or Session.contents???? Is this true???
Printable View
Hi,
Does any no how to pass attributes or parameters to Web User Controls
It looks like they are just snippits of HTML/ASP and can't use any outside params except Request.form/Querystring or Session.contents???? Is this true???
you can creat properties/ public variables in them within the script tag for the control.
then
<yourobject:tag property1="blah" property2="blah again" runat-"server"/>
Awesome !! How do you access them inside the control code?
mmm..not to sure about that one..I know it is possible..saw the code sometime ago..but dont remember what it was.:rolleyes: