I binded the gridview from database with dataset.
Now i want to add new row dynamically with already existing gridview when user clicks add button

of course you can do that just bind your gridview again in the button click event after the insert command.
and the gridview will show the row which will be added.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.