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 are sql notifications and sql invalidations?
What are the types of caching in asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What does clearing cache?
Is asp.net and .net the same?
Why Unload event of MasterPage Calls first in ASP.net ?
How can we register exception filter from the action?
What kind of data we can store in viewstate?
Disable Mouse right click on web page in asp.net?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What does asp stand for in asp.net?
What are the ways to sending the data in ASP.NET page?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is the page life cycle in asp.net?
How to use push notification?