|
-
May 21st, 2002, 02:44 AM
#1
Custom ASP.NET server controls
Hi,
How do you set the values of attributes of a custom server control?
The following code doesn't compile
<CustomControl:LoginControl LoginID="<%= Session["empid"] %>" Password="<%= Session["password"] %>" runat="server"/>
why?
How can I set the attributes then?
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
|