what are the files used in asp .net
Answer / parvez borkar
Based on the question asked..The asnwer is
.aspx files, .ashx files, .asmx files, .cs files for C#
and .vb for vb , web.config etc.....
Is This Answer Correct ? | 5 Yes | 0 No |
What’s the use of “GLOBAL.ASAX” file?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is recordset asp?
How can you make sure that web api returns json data only?
What is the difference between the response.write() and response.output.write() methods?
What are sessions used for?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
Is it possible to use two versions of assembly at the same time?If possible explain with code?
How do you install windows service?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Is session stored in browser?
Can we use MSSql as backend in asp.net...if yes then How.?