INPUT
GridView1.DataSource = "WELCOME";
GridView1.DataBind();
OUTPUT
| W |
| E |
| L |
| C |
| O |
| M |
| E |
Question - Why the DataSource accepting String Values ?
| W |
| E |
| L |
| C |
| O |
| M |
| E |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Jun 29, 2011, 6:17 AM
String is a collection of character right... thats why