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 jade template engine?
what is the difference between response.write() and response.output.write()?
How response object is related to asp's response object?
Where is session data stored in asp net?
What are the disadvantages of view state?
What is new asp.net core?
What are the differences between code behind and code inline?
What are merge modules?
Why asp.net is better than php?
What is query string?
Can asp.net work on an nt server?
What is a response cookie?
What is the purpose of asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
What are the parts of an http response?