I am using C# instead of
VB.Net.
I created the department and category user controls. They work except I found a troublesome issue.

After adding a new department or category immediately refresh the browser, duplicate rows will be added to the database for every refresh of the browser (IE).
Additionally, despite re-initializing the name and desc. textboxes in the page load of the user control, the textboxes maintain state after other events and/or refreshing the page.
Upon selecting a textbox (web control) for editing I want all the text to be highlighted, how can I code this event?
Any help and/or suggestions would be appreciated...
