Browse By Tags

  • Have page load run everytime modal window is opened.

    Hey Guys,

         I have an ultrawebgrid on an aspx page.  I've tried this with a link column and with a templated column with link buttons. Here's the situation:

    The links or buttons (whichever) has a ClientScript.RegisterStartupScript statement that…

  • How to get the value of a cell in a webgrid using javascript?

    I have a web grid with radio button as a template column.

    On the click or CheckChange of the radio button, i need to get the value of a cell in the particular row in the web grid and populate a hidden field with the value. How can this be done using…