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
Explain client side state management system.
What is the difference between pathparam and queryparam?
What types of data validation events are commonly seen in the client-side form validation?
In which situation can you not use a viewstate?
What are the steps to follow to host a web application on a web server?
What is the difference between c# and .net?
Why session is used in asp.net?
What are the media types of http requests and response?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How you can return View from ASP.NET Web API method?
Define dll hell?
Why is asp.net so popular?
How to use a Master Database in Asp.net?
Explain exception handling in .net.