ASP.NET controls help!!!

G

Guest

Hi !!!!

I have an asp.net page and in the Page_Load event I connect to a database
and put results in some TextBox controls to,when the user see the page, it
containt some values in these controls, but if the user changes the values on
any control and try to update the database using the Text property value for
the control, it still have the original value.

Also when the control has a RequiredFieldValidator control to validate the
datatype and the user doesn't change the value, it sends the error message as
if the control doesn´t have a valid value.

Any help!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top