L
Lakshmi
Hello,
I am using Visual Studio .Net and am new to web development. I have added a
CheckBoxlist to my web form (.aspx) and am populating the checkboxlist from
a table in the database and am selecting 4 options (as default) in the
Page_load event of the form. Now when the user selects more options or
deselects some options I save it and draw some graphs on another page. The
problem is the user selected options are not saved and I see only the
default options that the page had initially. The auto postback when set to
true just resets my page with the 4 default options. How can I trap the
user selected options? Some example code would be useful.
Thanks heaps,
Lakshmi
I am using Visual Studio .Net and am new to web development. I have added a
CheckBoxlist to my web form (.aspx) and am populating the checkboxlist from
a table in the database and am selecting 4 options (as default) in the
Page_load event of the form. Now when the user selects more options or
deselects some options I save it and draw some graphs on another page. The
problem is the user selected options are not saved and I see only the
default options that the page had initially. The auto postback when set to
true just resets my page with the 4 default options. How can I trap the
user selected options? Some example code would be useful.
Thanks heaps,
Lakshmi