10 TIPs - To Become a Good Developer/Programmer
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Manikavelu Velayutham
317
7.5k
2.3m
GridView.DataSource accepts String Values also, Why ?
Jun 29 2011 6:03 AM
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 ?
Reply
Answers (
1
)
Clear cache on button click in asp.net 4.0 using C#
MouseDown