Browse By Tags

  • JSON Error using Response.Redirect in CellSelectionChanged event

    Using NetAdvantage 9.2 AJAX CLR3.5

    Exact Error: Microsoft JScript runtime error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.
    Parameter name: data

    When I try to redirect to a different page in the event code…

  • Need to capture webdatagrid activecellchanged or cellselectionchanged in vb.net code behind

    II would like to capture a click on a TemplateDataField with a vb sub, not in a javascript function. My vb function handles a number of things & I'm not good with javascript. I have enabled the Activation and Selection behaviors on my webDataGrid (v9…

  • CellSelectionChanged event problem

    I'm having a problem with the results of the cellselectionchanged event when working with a grid the has column filters applied.  Examples use this site:  http://test.medicalmethods.net/jobboard.aspx

    If I click "Add+" (Add to Cart) in row 1 of the…