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?