T
Tim
Hello All,
Hope someone can point me in the right direction here.
I have a ASPX page that is being created dynamically. My function adds
Labels and Text Boxes to a Table ready for the user to fill them in.
Once the user has entered their information I need to be able to store it
all in a database. The only problem I have is that by using a Web Button
all the dynamically created controls disapear beacuse of the postback. My
question therfore is what method should I use to capture all this data and
save it to the database. Can I do it all client side? If so wouldn't this
make the page quite insecure as all my SQL will be exposed.
Thanks for any pointers or tips.
Tim
Hope someone can point me in the right direction here.
I have a ASPX page that is being created dynamically. My function adds
Labels and Text Boxes to a Table ready for the user to fill them in.
Once the user has entered their information I need to be able to store it
all in a database. The only problem I have is that by using a Web Button
all the dynamically created controls disapear beacuse of the postback. My
question therfore is what method should I use to capture all this data and
save it to the database. Can I do it all client side? If so wouldn't this
make the page quite insecure as all my SQL will be exposed.
Thanks for any pointers or tips.
Tim