hi all,
i want To Access GridView inside DataList and Then Access The Label insdie That GrdView( By Cleint Side Only)?
can any one tell me how i can do that by Javascript?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Jan 11, 2010, 3:17 AM
you can try to use document.GetElementByID function of javascript, but for nested control.. you might have to pass exact id (that you can see by doing 'view source' on web page) in the above function.
as following :
You will see this same text when you will click here
abas shahenPosted Jan 11, 2010, 6:50 AM
thank u
ok i agree with u to take the name of the controls as they in webbrowser
ok how u can do that?
for examble :
if control name in webbrowser is "hiTxtBox"
ok then how we can use it in javascript?
var textbox=document.getelementByName("hiTxtBox");
??????????? this is true?