what is the difference between this.controls and
page.form1.controls and me.controls?
Answer Posted / vatsal shah
this.controls is used in c#.net in asp.net
me.controls is used in VB.NET in VB.NET
page.form1.controls is used in desktop application (in VB.NET)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the compiled object?
What is postback request?
How many types of session in ASP.NET
What are the disadvantages of using session?
What are validators and list some validators of asp.net?
What is css and what is it used for?
What is new asp.net core?
Explain the asp.net mvc folder conventions? : asp.net mvc
How do we ensure view state has not tampered?
How ASP.NET page works?
Explain the difference between inline and code behind - which is best in?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How to do state management in ASP.NET?
What is _viewstart?
Explain how is a property designated as read-only?