I got a gridview with template fields.The first field is a dropdown list and second one is a label and third and 4th fields are text boxes (the user need to enter).After the enter button is pressed on the last field a new row is to be created with ddlist filled from the database.So my question is how can we make a gridview contain only one row in page load...
AMR