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
What is a response cookie?
Explain method to handle error using HttpError in Web API?
Describe the events in the life cycle of a web application.
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the difference between equals() and == in c#?
How to implement globalization and localization in the use interface in .net.
Why and where this web.config file is used?
What is base class of .net?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What are session and cookies?
What is server redirect?
Where viewstate value is stored in asp.net?
What is the default Orientation property in a Menu control?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is difference between web config and global asax?