2
Answers

How to fetch row records on a button click

Deepak Dwij

Deepak Dwij

12y
2.3k
1
Hi, 
    Suppose we have a table name 'emp' in Sql server having 4 fields in that, having four TextBoxes and a button click name as Next in the aspx Or Windows form then i want to know that on a next button click event, the values in the TextBoxes fetches a new row from the emp table on every click.
Answers (2)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
Thank You!! This was what I needed to find :)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
to use any custom or such library in VS.NET you need to add the reference first. right click on References in the Solution Explorer then select Add Reference you'll be able to search the ".NET", "COM" and also Browse for the component. Forget the projects unless you are writing a component. Good Luck