i achive by the following code
ano dsn is required
'
Imports System.Data.Odbc
Public Class Form5
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim cnN As New Odbc.OdbcConnection
Dim cmdN As New Odbc.OdbcCommand...
m using DataGridView for data entering. i want to shift on next cell on clicking on enter key. by default it is shifting to next row in same column. but i want to shift on next column, and if the focus on last column then it should focus on next column's first cell
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.