query that returns values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juster21
    New Member
    • Feb 2008
    • 24

    query that returns values

    I have a form that I have added a button to in the attempt to query my database. I am hoping to be able to generate a SQL statement based on 3 selections that the user makes. Once the SQL runs I need to return results to several txt boxes for possible edit by the user. Please advise if this code already exists or maybe point me in the right direction. Thanks a million!!!
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This is basic asp.net, suggest you try the stickies or google. Have a go yourself and return if you have problem. Also your signature didn't work, suggest ditching the html.

    MODERATOR

    Comment

    • kumarw
      New Member
      • Feb 2008
      • 2

      #3
      Use data adaptor to retrive data from table and and store it in datatable object and then acces data as per index....

      Comment

      Working...