thanks Shinu for your response.
But i m getting this error
|
Line 54: function AskForTempPeriod() {
Line 55:
Line 56: var multiPage = $find("<%=RadMultiPage1.ClientID %>");Line 57: var pageView1 = multiPage.get_pageViews().getPageView(0); //accessing pageview with index.
Line 58: varcombo = multiPage.get_pageViews().getPageView(0).get_element("License")
|
let me clear it again
1-i have a page
2-i have radmultipage on it
3-dynamically i have attached usercontrol to radmultipage via pageviewContents
I want to access a textbox value placed at The "Page" in usercontrol through javascript function
Please help me to do this
I will really appreciate ur support
thanks & regards