User Controls (Form Fields)

liunx

Guest
I have a user control that contains textboxes for name, address, phone, etc. If the user is logged in and registered, these fields will be pre-filled. The problem I have is that when I try to change a value in a text box, it will not update with the new value. Is there something I need to initialize or something? I have a get and set method already in the user control's code.
ThanksNever mind, dumb me, I didn't have (!Page.IsPostBack) implemented. Once I added that to the function that contained the prefill textbox query, my updates started working. Thanks self..
 
Back
Top