How to access a control inside an ajaxmodalpopup in javascript?

Posted by gowri-ganapathy on Stack Overflow See other posts from Stack Overflow or by gowri-ganapathy
Published on 2010-03-16T10:22:42Z Indexed on 2010/03/16 10:26 UTC
Read the original article Hit count: 312

Inside an Ajax popup I have a GridView.

I want to access the GridView from javascript.

As it is inside popup I am unable to use document.getElementById

I used document.GetElementsByTagName and accessed popup in javascript.

How to traverse to the gridview inside that popup?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ajaxcontroltoolkit