Click here to Skip to main content
15,895,799 members

Comments by Molay Saha (Top 3 by date)

Molay Saha 19-Apr-13 4:03am View    
Thank you for your solution. But could you give any suggestion about why this error comes only in production server. I've hosted the same code in my workstation IIS and it's working fine.I also don't see any error while debugging.
Molay Saha 18-Dec-12 20:51pm View    
Hello Rohit,
I'm using asp:gridview , no other third party control. Update panel also working fine. The values inside the grid template controls are rendered properly. Only when the dropdownlist_selectedindexchanged event of the control inside grid template is fired, the page is posted back properly, but I don't see the processing image.For the other controls outside of grid the image shows fine. How to implement the image even for the postbacks caused by the template field controls' events.
Molay Saha 18-Dec-12 20:49pm View    
Deleted
To rohit,
I'm using asp:gridview , no other third party control. Update panel also working fine. The values inside the grid template controls are rendered properly.
Only when the dropdownlist_selectedindexchanged event of the control inside grid template is fired, the page is posted back properly, but I don't see the processing image.For the other controls outside of grid the image shows fine.
How to implement the image even for the postbacks caused by the template field controls' events.