what is the difference between this.controls and
page.form1.controls and me.controls?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain about Application and Session Events ?
what is view state
5 Answers Microsoft, Siebel Systems,
How do we make a poperty read only?
What is difference between web api and web services?
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
Guys can anobody tell what is Conditional Bloating in asp.net ??
what is uncle aunty file
Explain the advantages of asp.net.
Can the validation be done in the server side? Or this can be done only in the Client side?
How do I open an ashx file in windows 7?
What is HTTPContext and HTTPModule. What is the use of them?
Describe in brief .net framework and its components.