What is the difference between User Controls and Master Pages
Answer Posted / fuad
I look for the answer of this question too. I have project
in ASP.NET 1.1 in this project there is just one aspx. in
this page there is placeHolder and by client's reuqest page
loads different user controls into the placeHolder. the aspx
file likes MasterPage. now i converted the project into
ASP.NET 3.0. I don't know should i change the aspx file to
master and user controls to content pages or not??
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is a user developed application?
Explain what is viewstate?
Where the cookie value is stored?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is session in http request?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How to send a DataReader as a parameter to a remote client ?
Why is asp.net so popular?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
explain code with multi inhertance
What is asp.net master page?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is strong-typing versus weak-typing?
What are session cookies?