NikhilCK
May 21st, 2002, 02:44 AM
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?
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?