I would like to knwo that how can i disable for user to modify it. In new entry they can entre the data. But once data enter in to htat vendor number filed or text box then they cannot change it again. not even in modify option. But i would still like to see data in that box on select.
You need to look at the code, and decide where to enable/disable the text box.
Are you using Visual Studio? Step-through the code as it works now, and see when the text box is initialised, and when it is validated, and when the record is saved.
From there you can begin to decide where to add the code to enable/disable the text box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.