Events doesn't fire when using UpdatePanel

Posted by nitinkhanna on Stack Overflow See other posts from Stack Overflow or by nitinkhanna
Published on 2010-06-08T05:39:33Z Indexed on 2010/06/08 5:42 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

Hi, What I did is, I have made 2 user controls. One control is inside the other.

NoW one control has a buttton and a data grid and datalist in it. When pressing button I am filling datagrid while datalist visiblity false. This is working fine. But now when I press some link button in datalist data, it should call item_command event but it is not calling.

I have also used a Updatepanel as a wrapper(all controls are inside it).

Please suggest what may be the reason for that.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET