K
Kevin Attard
Hi there,
Here is the problem
I have 2 textboxes, one normal and the other in a webusercontrol and both
have
'1' set as text. If I change the text to '2' and press save, the normal
textbox saves 2 while the textbox in the usercontrol saves 1.
Thus the value of the textboxes after postback is
normal textbox: 2
textbox in webcontrol: 1
why?
Here is the problem
I have 2 textboxes, one normal and the other in a webusercontrol and both
have
'1' set as text. If I change the text to '2' and press save, the normal
textbox saves 2 while the textbox in the usercontrol saves 1.
Thus the value of the textboxes after postback is
normal textbox: 2
textbox in webcontrol: 1
why?