You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run?
Answer Posted / vijaykumar
The Page_load method in the aspx page will only run.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between page-level caching and fragment caching?
Is asp.net outdated?
How does session id work?
How to use push notification?
Who generates session id?
What are Caching techniques in .NET
Where do we store our connection string in asp.net application?
Can we have a web application running without web.config file?
What do you mean by authorization?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
When was asp.net released?
Explain the difference between array and linkedlist?
Why is an object pool required?
Which authentication uses a combination of windows and iis authentication?
What is marshalling ? Is it a part of asp.net ?