Want to build the ChatGPT based Apps? Start here
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
baskaran chellasamy
2.1k
114
140.9k
how can show the text in the datagridview cell
Apr 26 2013 7:43 AM
Hi friends
This is my coding for showing text in the gridview cell. but i does not show the text rather it something like Datagridview.row.
timetablegrid.Rows[row].Cells[column].Value = teachername + roono;
i want to show this teachername+roono in the cell. how can do it
Reply
Answers (
2
)
What is operator overloading in C# and give a good example
How can I access a variable in a private void?