what are the different ASP.NET Application Folders?
Answer / duraikannan
Different types of Application Folder in Asp.net
1) App_Code
2)App_Data
3)App_Theme
4)App_Browser
5)App_WebReference
6)ASP.Net Resources (1. App_LocalResources 2.
App_GlobalResources)
Is This Answer Correct ? | 1 Yes | 0 No |
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
Why do we use datasource in asp.net?
What is master page in dtp?
What namespace does the Web page belong in the .NET Framework class hierarchy?
Explain what are delegates?
Is asp.net easy to learn?
What does the orientation property do in a menu control?
how to transfer the file from client to server using asp.net
0 Answers Sans Pareil IT Services,
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Define static function?
How response object is related to asp's response object?
What is application Object?