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
shailendra verma
1.3k
399
3.4k
Move from one textbox to another on pressing Enter Button
Jan 26 2019 8:25 AM
private void txtProductName_KeyDown(object sender, KeyEventArgs e)
{
if(e.KeyValue ==(char)Keys.Enter)
{
Cbounit.Focus();
}
I tried the same code but my text is getting clear on pressing enter button for moving next textbox
Reply
Answers (
2
)
Relevant Date is not dipsplaying properly
due date logic of item