|
-
Sep 26th, 2002, 04:54 PM
#1
Thread Starter
Junior Member
Help With Web User Controls
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???
-
Sep 26th, 2002, 06:59 PM
#2
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"/>
-
Sep 26th, 2002, 07:22 PM
#3
Thread Starter
Junior Member
Access
Awesome !! How do you access them inside the control code?
-
Sep 26th, 2002, 08:01 PM
#4
mmm..not to sure about that one..I know it is possible..saw the code sometime ago..but dont remember what it was.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|