how to get master page control Id from child page using javascript

0 Answers 315 Views
ComboBox
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 02 Mar 2022, 03:50 AM

hi sir,

I use the below code in server side to get the control id in child page while radcombox  control in master page.

  Dim radcmbx As RadComboBox = CType(Page.Master.FindControl("Database_List"), RadComboBox)

So how i get master page control id from separate JavaScript file using javascript or jquery,

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Share this question
or