Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 do u deploy your asp.net application?

1004


What symbol would you use to denote, the start of a code block in aspx views?

918


What are the differences between clr & cts?

1000


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

1068


What are demand-paging and pre-paging?

947


What are client activated objects and server activated objects?

913


Which namespace is used by ado.net?

939


How can you display all validation messages in one control?

939


What is the default authentication mode for asp.net?

1059


What are the differences between code behind and code inline?

1009


What is difference between session and application in asp net?

969


How do you open a page in a new window?

944


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

908


Describe the .net base class library.

985


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

920