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
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What's the difference between viewstate and sessionstate?
Define the term Web Garden?
What is autopostback in asp net?
What is razor? : asp.net mvc
What is the difference between Hash table and Array list?
What is the difference between abstract class vs interface? Can give me the real time examples?
Can you explain page lifecycle in net?
What is the difference between a default skin and a named skin?
Write a code for sending an email from asp.net application.
Can we override the enablepartialrendering property of the scriptmanager class?
how to elimainte the similar data from the different tables
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Where do the cookie state and session state information be stored?
What is break mode?