1
Answer

GridView.DataSource accepts String Values also, Why ?

GridView.DataSource accepts String Values also, Why ?

INPUT

GridView1.DataSource = "WELCOME";
GridView1.DataBind();

OUTPUT

W
 E
 L
 C
 O
 M
 E

Question - Why the DataSource accepting String Values ?
Answers (1)