How do you access individual items of an Master Page
Answer Posted / vijay singh
MultiView mv =
(MultiView)Master.FindControl("Multiviewsidebar");
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How to comment out asp.net tags?
What are web server controls in asp.net?
What is asp.net and its advantages?
How can we create custom controls in asp net?
How can we Validate a Controls in ASP.NET page using JavaScript?
Can we have a web application running without web.config file?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Describe paging in asp.net?
What does the orientation property do in a menu control?
Explain the difference between overriding and overloading?
What is web api and why to use it?
Explain the difference between value type and reference type?
IN an ASP.NET Web application if there is any error, how can you debug?