can i inherit one web applications into another web
applications in asp.net?
Answer Posted / l
We can access Web application1 by adding reference in the
second application2 only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can user control be stored in library?
How can we identify that the Page is Post Back?
How can exception be handled with out the use of try catch?
What is the concepts of globalization and localization in .net?
What is the difference between system.stringbuilder and system.string
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which method do you use to kill explicitly a users session?
What is the difference between “Web.config” and “Machine.Config”?
Is a dll file an executable?
How does cookies work in asp net?
Define web.config in .net?
What is OSI layer? Explain different layers.
Write code to send e-mail from an asp.net application?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Can action method static?