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
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is postback request?
What is difference between session and cookie?
What is the difference between exe and dll?
Explain the purpose of storyboard.targetproperty.
Can you explain architecture of your project ?
What is a session in programming?
How does session authentication work?
How will you maintain versioning in asp.net 2.0?
What is preprocessor in .net? Where it use?
How do you design a website with multilingual support in ASP.NET ?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What are ASHX files?
What is autopost?