i have used to Rad tool tip with inside the Radgird. i had used the image button to click and its show the tool tip on "click event". Tool Tip have the asp controls like (text boxes ,labels, image button) .If i had been clicked to image button but doesn't fire the event. I had wrote full Updating functionality in image button "onclick" event.
For Example: Protected void Updating(Object sender,ImageClickEventArgs e)
{
updating Logic....
}
My Doubt is Why doesn't work this function?.....
i need the solution
For Example: Protected void Updating(Object sender,ImageClickEventArgs e)
{
updating Logic....
}
My Doubt is Why doesn't work this function?.....
i need the solution