I dont have code. In my application around 15 asp.net pages are their. In each page some help icons will be there, beside textboxes. suppose in page1 there is 3 help icons(image buttons i want to take) beside 3 textboxes, first help icon is category which shows category related data from database, when user clicked on that help icon. In the same way for other things like material, item, currency, etc. these material, item, category ,etc will repeat in all pages.
I think this is a kind of user control i have to develop. Can you help me out on this. If user clicks on that help icon(image button i want to take) the popup window has to come with some data.
Is it possible to fire user control via image button? If so can you provide me the code or any example is fine.
I tried with .aspx page firing as a popup window, but when we click any button on that popup same .aspx page is opening (nested pages). I think .aspx page is not fine to genereate as popup window.