Vb.net Web form How to control cursor on Gridview
Visual Studio
1
Posts
1
Posters
1
Views
1
Watching
-
Develop vb.net code web form on vs.2005. I'm a new comer. I want to control cursor focus on textbox in gridview. I have 2 textboxes on gridview. Textbox1 keep bar-code1 data. Textbox2 keep bar-code2 data. 1 When input data to Textbox1 press enter on textbox1.I want cursor move to focus on textbox2. 2 When input data to Textbox2 press Enter on textbox2. I want to insert data to database table. On my current code I must click on update button to process insert data. I don't know how to code any event on press Enter on textbox1,textbox2 and all these code should place in gridview - RowDatabond or code on separate Public (Private) Sub Thank you everyone who help.Love you all. New Comer y_ywest