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


Please Help Members By Posting Answers For Below Questions

What r the asp.net list controls and difference between them?

721


What is preprocessor in .net? Where it use?

708


I’m having some trouble with cas. How can I diagnose my problem?

785


What are the session variables?

697


How can I create master page in asp net?

681


How can we apply themes to an asp.net application?

748


What is session authentication?

722


What is different in .net 1.1 and .net 2.0?

758


What is difference between or and orelse?

733


What is server side session?

703


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

841


What is application variable?

697


Explain the advantages of asp.net.

717


What is the function used for removing an event listener?

744


Explain the difference between singleton and single call?

740