Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
How to popup a modal window after postback in UltraWebGrid
posted

I have a grid and one cell is Hyperlink. Once the user click that link, I have to do a postback, do some processing and then open up a popup. What is the best approach? Is hyperlink that right column type? Which serverside event I should tap into to do the serverside processing and then what I have to do to open the popup?

 Thanks,

Vinod

Parents
No Data
Reply
  • 28464
    Verified Answer
    posted

    Hello,

    I think the best option would be the Page.ClientScript class and the set of register methods it provides, for example RegisterClientStartupScript. A good example for this is demonstrated here:

    http://forums.asp.net/p/1060981/1525852.aspx#1525852

Children