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
What r the asp.net list controls and difference between them?
What is preprocessor in .net? Where it use?
I’m having some trouble with cas. How can I diagnose my problem?
What are the session variables?
How can I create master page in asp net?
How can we apply themes to an asp.net application?
What is session authentication?
What is different in .net 1.1 and .net 2.0?
What is difference between or and orelse?
What is server side session?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What is application variable?
Explain the advantages of asp.net.
What is the function used for removing an event listener?
Explain the difference between singleton and single call?