what is the difference between this.controls and
page.form1.controls and me.controls?
Answer Posted / nithya
this.controls = in C#
me.controls=vb.net
page.form1.controls is not a valid one
Page.Form.Controls is available. this command is used to get
the all the child controls of a specific server control.
here the server control is form
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between the web config and machine config.
What is work flow gen? how can it will work with .Net?
What is asp according to you?
What are Session states available and its Uses?
What are the different web pages?
If 200 is for all successful operation then why do we have 201 response codes?
What is the difference between trace and debug in asp.net?
Which method do you use to kill explicitly a users session?
How can you enable impersonation in the web.config file?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
How do you implement sql caching in asp.net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Explain some of the major built-in objects in asp.net
What is application in asp net?