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
What is the significance of proxy user?
Does asp.net still recognize the global.asa file?
Explain the function of new view engine in asp.net? : asp.net mvc
What is repository pattern in mvc.net? : asp.net mvc
What is the compiled object?
When should I use server transfer and response redirect?
What are url fragments?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the latest version of asp.net?
What websites use asp.net?
Where would you use an ihttpmodule, and what are the limitations if any?
What are the 3 levels at which content pages can be attached to Master Page?
What is data cache in sql server?
How does u get record no from 5 to 15 from a dataset of 100 records?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know