Input:http://www.allinterview.com/forms/questionform.php
Output:http://www.allinterview.com/forms/questionform
Write c# program to get the above desired output for the given
Input.....
Answer Posted / konangiaparna
string output = input.Substring(0, input.LastIndexOf("."));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the asp.net validation controls?
What are Caching techniques in .NET
Can we override the enablepartialrendering property of the scriptmanager class?
What are the different types of sessions in asp.net? Name them?
What are the server control tags in asp.net.?
How can we Validate a Controls in ASP.NET page using JavaScript?
What are the steps to follow to host a web application on a web server?
Explain what is an assembly?
Why we use content place holder in asp.net?
what are the web form events available in asp.net?
How do we ensure view state has not tampered?
What is difference between session and cookie?
What is the difference between a default skin and a named skin?
What are HTTP handlers in ASP.NET?
What is difference between rest and soap?