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
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is a user session?
What a diffgram is, and a good use for one?
What is the difference between file-based dependency and key-based dependency?
What is voluum?
How long does an http session last?
What is paging in context of Memory?
What are the advantages of asp.net?
Explain about Multi-Language integration?
What is the asp.net control toolkit?
Diff between web user control and web custom control?
What are the main advantages of using asp.net?
What is global.asax file used for?
How can you identify that the page is post back?
Describe session handling in a webfarm, how does it work and what are the limits?