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

How does session id work?

501


What is difference between web api and web services?

543


What is difference between web config and global asax?

448


Explain the difference between globalization and localization techniques

541


Define repository pattern in asp.net mvc? : asp.net mvc

505






Explain method to handle error using HttpError in Web API?

585


Explain State management in asp.net

633


witch is the best insistute in sharpoint course.what abt future of share point course.

2563


Define static function?

580


What is meant by asp.net?

547


How do you create a master page?

565


Describe the disadvantage of cookies.

605


What do you mean by authorization?

531


What is advantage of asp.net?

559


What is work flow gen? how can it will work with .Net?

2585