Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
C# error please rectify
abdur rehman
10y
658
1
Reply
s = txt.Text.ToUpper();
n=s.Length;
for (int i = 0; i <n; i++)
{
s = s[i].ToString();
lbl.Text = s;
Response.Write(lbl.Text);
Response.Write("\n");
txt.text="answer"(I am giving)
i am getting index was outside the bounds of the array
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How To Restore .bak File in sql Database Using c#???
microsoft.practices.unity Error