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 / mallikarjuna016
string input="http://www.allinterview.com/forms/questionform.php";
output= input.Substring(0, input.LastIndexOf(".") + 1);
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Where the cookie value is stored?
what is meant by sitemapnode ?
What is active web page?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Is razor a programming language?
What is asp.net with mvc? : Asp.Net MVC
List the events in page life cycle.
Do you know using sql cache invalidation?
Which property is used to identify the Page is Post Back in ASP.NET?
Define asp.net caching?
What is runat?
What are the different authentication modes in asp.net?
Explain about consistent programming model in the .NET framework?
How does asp page work?
How many types of session in ASP.NET