Hi,
One of my pages I have a GridView and a FormView, the FormView is displayed every time the user selects one item in the Gridview. That same user as to be logged in to be able to access this page.
If the user wants to Edit the information and Update the database I need the login name to be included in that Update Query.
I have that login name as a public variable and I'm able to show that information in the formview as soon as the user clicks Edit, but I'm not able to save it to the database... all the rest is updated but the username gets a NULL.
I'm not binding the variable with my Update... How do I do that? Any example available or any tutorial?
Thank you all
FSousa