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
Can we set which type of comparison we want to perform by the CompareValidator control?
What asp.net control can embed xaml into asp.net pages?
What is the sequence in which ASP.NET events are processed?
what is silver light when will we use silver light,
Can we have multiple web config files for an asp.net application?
What is different in .net 1.1 and .net 2.0?
What does it mean your session has timed out?
What is difference between viewstate and session in asp net?
How to set the pane area to transparent of a scrollPane component.?
Why is it preferred to not use finalize for clean up?
What is difference between URL and URI?
Which is faster viewbag or viewdata?
What is custom events? How to create it?
Where is asp.net session stored?
What is applicatio domain?