G
Guest
I am new to asp.net I coded simple login form and placed two textboxes and
button. I want to verify the uid and pwd in my database(access) with the user
entered. After entering the uid and pwd and clicking the submit button it has
to check the database. Where to write that code(same page or diff page?). Coz
i didnt see anywhere in the samples with form tag with action and method
properties. If either of the input is not valid form should be available to
enter new.
And, when i run the page from IE it is not updating the modified code. Means
even though i modified code in the button click event and save (in VS.NET)
and refresh, still getting the old output. If i go to VS.NET and stepped thru
debug and accessing in IE, getting the new output. What could be the problem.
Thanx in advance
button. I want to verify the uid and pwd in my database(access) with the user
entered. After entering the uid and pwd and clicking the submit button it has
to check the database. Where to write that code(same page or diff page?). Coz
i didnt see anywhere in the samples with form tag with action and method
properties. If either of the input is not valid form should be available to
enter new.
And, when i run the page from IE it is not updating the modified code. Means
even though i modified code in the button click event and save (in VS.NET)
and refresh, still getting the old output. If i go to VS.NET and stepped thru
debug and accessing in IE, getting the new output. What could be the problem.
Thanx in advance