asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • V Rajagopalan
    New Member
    • Sep 2006
    • 3

    asp.net

    dear friends,

    I am trying to develop entry form by using the datagrid in asp.net.In that form i like to move the cursor line by line by entering return key<enter key> with the use of sendkey option (like using in visual basic). can any one help me to complete the form successfully. or is there any method to move the cursor to the next line or previous line in datagrid with out using mouse.

    thank you.


    V.rajagopalan
  • gomzi
    Contributor
    • Mar 2007
    • 304

    #2
    Originally posted by V Rajagopalan
    dear friends,

    I am trying to develop entry form by using the datagrid in asp.net.In that form i like to move the cursor line by line by entering return key<enter key> with the use of sendkey option (like using in visual basic). can any one help me to complete the form successfully. or is there any method to move the cursor to the next line or previous line in datagrid with out using mouse.

    thank you.


    V.rajagopalan
    I guess providing the tab index property of the form fields in an orderly manner should solve the issue.

    Comment

    Working...