How to fetch row records on a button click
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.