datagrid validation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all,

I've got an asp.net page that has a textbox on it. The textbox has a
requiredfieldvalidation associated with it.

I've also got a datagrid with the edit,update,cancel links on it. When I run
my app, and select the update link on the datagrid my textbox validation
fires. Not sure why?

Note: if i close the application and restart it it works fine. no error.
all i'm doing to get this error is I add a record to my listbox. I select
that new record and it brings up the datagrid. Then that's where I edit then
update then get the error. But again, if i restart my application and goto
that new record the update works just fine. Any ideas? (also i've got causes
validation set to false as needed).

thanks,
rodchar
 
Back
Top