TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
GOPIKRISHNA TIRUVEEDHULA
1.7k
74
10k
C# read() method - how to skip enter characters
Apr 4 2019 1:18 AM
Ex: Console.WriteLine("Enter Sex");
Console.Read();
Console.WriteLine("enter Place");
Console.ReadLine();
o/p:
Enter Sex
M
Enter Place
here place value not taken (readLine takes enter value)
when we give character and press enter, enter value takes readLine() method. how to skip this
Reply
Answers (
7
)
How to data bind gridview(bootsrap Datatable) using jquery
Please Reslove me from this error {"Cannot find table 0."}