RandyBlackburn
Programmer
I created a dataview on one aspx.vb page, and I'm successfully using it on another page by bringing it in a sessioned variable. However, if I change the value of one of the fields in the dataview on the second page, it does not change the database. Can this be done without setting up a new sqladapter and dataset in the second page?
The statement I am using to change the data is:
dvemplogin.Item(0)("password") = encryptedPassword
Thanks in advance,
Randy
The statement I am using to change the data is:
dvemplogin.Item(0)("password") = encryptedPassword
Thanks in advance,
Randy