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
In how many ways we can retrieve table records count?
What is the function used for removing an event listener?
What are the advantages and limitations of query string?
What are the session variables?
Explain Features in ASP.NET
What is Web API Routing?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How can we call webservices in Banking Applications? and where we are using it?
What is difference between viewstate and session state in javascript?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What threading model used in asp and asp.net?
What is event bubbling?
What are the difference between overriding and overloading?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj