Take one textbox if I am inputting abc alphabet in capital
letter or in small letter on the button click it will be
bcd or if I enter 123 and it would be 234 like that in
ASP.NET?

Answer Posted / nitin kumar nitin@bbspl.com

string str;
str = text4.Text;
string one, two,three;
string four;
char dd;

one = str.Substring(1,2);
three = str.Substring(2, 1);

two = one;
four = three;
dd=char.Parse(four);

int con = Convert.ToInt32(((int)dd).ToString());
string str1 = char.ConvertFromUtf32(con+1);
text5.Text = two + str1;

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe session handling in a webfarm, how does it work and what are the limits?

570


Why is this service branded with windows livetm?

601


Why web api is better than wcf?

540


Where web.config file is used?

557


Explain client side state management system.

555






What are the session management techniques asp net?

548


What is Model-View-View Model?

592


Which platform does Microsoft .NET use for exchanging data between applications?

576


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

1491


Define page output caching?

564


What is the use of service provider?

574


What New Features comes with ASP.NET Web API 2.0?

535


How many types of validators are there in asp net?

483


Explain the use of duration attribute of @outputcache page directive.

605


What is the application pool?

535