1.From client side I do this:
__doPostBack('UpdatePanel1','');
... to make partial postback
2. In load event of UpdatePanel i am binding my GridView with data from database.
3. When doing this in load event of UpdatePanel then my button inside of ItemTemplate of gridview is now working.I click on it and nothing happens.
...dcommenting code in LoadEvent of UpdatePanel then everthing is OK.I don`t know why is happening this?
Thank You, I hope you will help me

New Topic/Question
Reply




MultiQuote


|