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 asp.net and ado net?
Is post back property in asp net?
What are the various types of cookies in asp.net?
What methods are fired during the page load? Init()
Define xmlvalidatingreader class.
What is asp.net mvc? : asp.net mvc
How to set the pane area to transparent of a scrollPane component.?
How do active server pages work?
How to use multiple scriptmanager controls in a web page?
How long do session variables last?
How do you hide the columns?
What is a postback ispostback and autopostback in asp net?
What does uri mean?
What is aspect-oriented programming?
What is the difference between the get method () and post method ()?