posted 11 years ago
Basically this is a page, where I can modify product details and update them into the database.
Here is my code, I am not familiar with Hashtable , but I know that it is retreiving data from my database and displays them like a text box on page based on the corresponding ID. I got one issue with this, I wish to make "h.get(MANU_ID)", readOnly, so that it can't be edited.
I've searched the internet, but I couldn't find any help in how I could go about doing this.
At the moment, if any error occurs during, I have no exception handling, if someone could put a try and catch block in the right places in this code, I'd be happy.