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
Demonstrate Render and PreRender?
What are assemblies and namespaces and explain the difference between them ?
How can we provide the WebParts control functionality to a server control?
Why cyclomatic complexity is important?
Explain server side state management system.
Explain what is clr?
What is custom events?
How do I know asp.net mvc version? : Asp.Net MVC
What are sessions used for?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is the size of Get method and how much data it can store?
What is the postback property in asp.net?
Why do we need asp.net?
How does a web application session work?