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
What is an axd file?
Can we have multiple web config files for an asp.net application?
How many types of session state management options available in asp.net?
What is the use of global.asax file?
What is Razor View Engine
Is it possible to apply themes to an asp.net application? If yes, then how?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
explain code with multi inhertance
What are the asp.net list controls and difference between them?
What are the different authentication modes in asp.net?
What are strong names?
Why is an object pool required?
What does asp.net stand for?
Can the unique key be null?
Explain the use of errorprovider control in .net?