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
Explain the concept of event bubbling in ASP.NET?
How do we access view state value of this page in the next page?
What is content page in asp net?
Explain the various authentication mechanisms in asp.net.
What are validator? Name the validation controls in asp.net?
What is the difference between adding reference in solution explorer and adding references by using ?
How many web config files can be created for an application?
Differentiate between a hyperlink control and a linkbutton control.
How can you make sure that web api returns json data only?
Define page fragment caching?
What is a viewstate?
What is the difference between application state and session state in asp net?
Which authentication uses a combination of windows and iis authentication?
Explain a program using code nuggets to create a simple application? : asp.net mvc
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?