wdrtuttasw
New Member
I have a form with a textbox that has an autopostback on it. When the postback runs I want it to update another textbox with a value from the database. The problem is that I can only get it to work if the second textbox is disabled. There are situations where the user might be able to make changes to the second value so I want to have it enabled. The only thing I can think to do is update the textbox to be enabled client side with Javascript. I shouldn't have to do that though. Anybody have any suggestions?