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
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Is it possible to apply themes to an asp.net application? If yes, then how?
What are the uses of list view control in Asp.net?
Are xaml file compiled or built on runtime?
What is an axd file?
What does asp in asp.net stand for?
Explain how dot net compiled code will become platform independent?
Explain what is viewstate?
Why do we use asp.net?
What is authorization in asp.net?
Explain the steps to be followed to use passport authentication.
What is query string? What are its advantages and limitations?
Can you clarified A Web service can only be written in .NET or not?
A web service can only be written in .net? State whether true or false.
What are the advantages of using Master Pages?