Tagged Questions
1
vote
4answers
985 views
Accessing a control in asp.net content page through Javascript
I have a form in my content page for which I am doing some client side validations via Javascript. The Javascript behaves as expected if I place the JS code directly in the content page. But if I ...
1
vote
2answers
520 views
View Control name concatenated with ClientID and masterpage control name in ASP.NET MVC
I am working with an ASP.NET MVC application.
I have one master page having one contentplaceholder.
I have one view placed in the contentplaceholder of master page.
I have a few textBoxes that say ...
0
votes
2answers
1k views
how to obtain the client id of a ContentPlaceHolder in an easy manner?
i need to add JavaScript calls in some controls attributes, i am using master pages but in order to obtain the contentplaceholder client id i am iterating over the forms controls.
is there another ...