hi.....goodmorning to everybody,
In my application if i entered a new record without using the storedprocedure
can any one help me
thanks in advance....

Recommended Answers

All 2 Replies

that kind of depends on what you're using as a datasource for your gridview. If you're using a datasource control such as a SqlDatasource or LinqDatasource it can usually be set to handle the insert operation. If you're handling all of the code on the back end then just do an insert using a SqlCommand object.

HI

yes its posible

You just connect to database and write douwn insert cammmand in button event.

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.