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 question mark in a url?
Which adapter should you use, if you want to get the data from an access database?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Why is asp.net so popular?
Whats the difference between abstract factory pattern and factory pattern?
What is Partial PostBack in ASP.NET?
What is clickid?
What are resource file and how do we generate resource file?
What are the event handlers that we can have in global.asax file?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What do you mean by marshalbyref?
in which protocol ASP.NET WEB API Work?
What is the displayafter property in updateprogress control?
How does output caching work in ASP.NET?