I am not getting what to write in Page_Load(object sender,
System.EventArgs e) function to change the value of this html
variable...
even if you went the route of having the server re-create the html control
on each load/postback it would take as much server "power" as it would to
just use a server control
This will help me no repeat information that you already know.
That is why I asked if you know what viewstate is. If you dont, then there
is a bit of a learning curve on how to keep values in the web applications
My question at this point would be why do you require a clientside HTML
checkbox instead of a serverside checkbox?
<asp:CheckBox ID="CheckBox1" runat="server" />
above will maitain state of value automatically :)
for grins see the app I am currently working on
http://technologycertified.com
I have some issues with the test grid and I dont know how far it goes so
results right now are somewhat unpredictable.