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 different authentication mechanisms used in ASP.NET?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is the difference between user control an custom control?
What is the difference between globalization and localization?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Difference between singleton and singlecall.
How many types of sessions in asp.net?
How does session authentication work?
Why is it preferred to not use finalize for clean up?
Which method do you use to kill explicitly a users session?
Why session is used in asp.net?
How long should a session id be?
What is the difference between Hash table and Array list?
What are the benefits of view state?