Hi all,
I am working on a webpage for project management. I am trying to implement all of these functionality through user control concept. One of the user control is having GridView which will show the user id and email id. From this, user can edit their email id.
When user clicks on edit link, row state is changing to EDIT mode and when user clicks on Update link, update event is also firing. But, there, RowState is showing as Normal instead of Edit. Because of this, user changes are not updating in the database. I am wondering why GridView is behaving like this when I use it with User Control.
While I try to use the same functionality with .aspx page, everything is working fine.
Can anybody suggest me with an appropriate suggestion for this? I should submit my project by today evening. So, its a big urgent. Please help me ASAP.
For further information have a look at the below link
http://forums.asp.net/t/1261468.aspx
Thanks in advance. Will be waiting for your answer.