hi friends
i have 7 textboxes in tablecolumn.if i enter the values in 7 textboxes it should be stored in dabase.(it's worked fine).
when the users reenters value inside same textboxes it should not be accepted or the value entered by the first user should not be changed.
thanks
regards
saravanan
PHANI NADIGADDAPosted Jan 30, 2007, 12:32 PM
Let me tell you what I have understood from my experience
1. Enter the data in textboxes
2. Save the data to the database
3. We do not need to maintain the data in textboxes rather we clear the data in all textboxes.
if you still want to show the data in textboxes and you want to stop the user to enter the data again, then you can set ReadOnly property to True to all textboxes. So, the user can not change the data in textboxes.
But I recommend to clear the data in textboxes once you save it in database, so that user can enter a new record.
Hope this helps you. If you still have any problems you can contact me at [email protected].
ALL THE BEST.