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
865
Rowtoquery is null or not an object Error
posted

Hi,

I have a webgrid on my form with number of columns. I set two columns with webcombo1 and webcombo2.

When I select an item from Webcombo1, Webcombo2 populated with data. This is fine for the first time. BUT, after selecting another row and try to repeat the same action, it throws this error message "Rowtoquery is null or not an object".

What should I do to fix this error?

Thanks in advance.

Kamal

Parents
  • 8680
    posted

    I'm not sure, but this sounds like one of those situations where you're trying to handle something in the wrong event handler.  If your WebCombos are in templated columns, I believe you would need to bind them during the InitializeRow event.

    If that doesn't help, posting your markup and your code would give all of us a chance to spot the problem.

Reply Children
No Data