What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / q
StreamReader sr = new StreamReader(@"C:/Documents and
Settings/232838/Desktop/Sample1.txt");
string test = sr.ReadToEnd().Replace("<", "<").Replace
(">", ">");
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is cookies cache and session?
Which validator control you use if you need to make sure the values in two different controls matched?
What are the differences between primary foreign and unique keys?
Why session management is required?
What is the concepts of globalization and localization in .net?
What's the ASP.Net Application life cycle?
What is a multilingual website?
Define tracing.
What is the state management in asp.net?
Can we have a web application running without web.config file?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How should I destroy my objects in asp.net?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is difference between session and application in asp net?
Explain model, view and controller represent in an mvc application? : asp.net mvc