Saturday, March 24, 2012

events in composite control + gridview + asp.net ajax

Hi,

I'm creating a composite control with gridview and buttons on it. I'm using asp.net ajax toolkit controls in this control. i created a custom image button and added event handler and trying to catch the command in the parent control. I'm using this custom image button in the gridview for selection the row. when i run the control, the control shows the data. Whn i click on the image, the command method is not raised in the parent. When i remove Ajax from the page, then its working. Any help is appreciated.

Thanks

Subba

i figured it out.. i'm using the webcontrol library instead of the ajax control library template for building the composite control. Now it is working.


This issue is still not resolved. The problem is occuring when i use the asp.net toolkit hover control on the gridview. If i remove that hover control then the event is working on the gridview. Can someone help me out..

1 comment:

Unknown said...

How we can use ajax auto complete inside of grid view without using web services....
please some one guide me and provide me code.........
thanks in advance
post solution here or send me code in my email id - avistar89@gmail.com
plz some one help me.........

Post a Comment