Tagged Questions

8
votes
4answers
1k views

Client Id for Property (ASP.Net MVC)

I'm a begginer in asp.net mvc, and I have a doubt: I'm trying to do a label for a TextBox in my View and I'd like to know, how can I take a Id that will be render in client to generete scripts... for ...
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 ...