RowUpdating event of gridview in user control(.ascx) -
04-27-2009
, 07:26 AM
I am having one gridview in user control(.ascx) where i
need to call rowupdating event, so when it reaches the
rowupdating event, i used to find the control (Textbox in
edititemtemplate) in gridview but i am getting null value.
But if i do the same in aspx file, i am getting the control
and the value entered in the textbox. If i do the same in
ascx file, i am getting null value.
Can u please help me in this issue?
*** Sent via Developersdex http://www.developersdex.com *** |