Hi,
Can anyone help me with Inline Editing one row at a time Also inserting a row.

Iam binding the gridview dynamically using C# codebehind with DataSet. I did not find any good posts on this.

FYI: Iam calling a SP in the Business Layer to populate the Data in the GridView

Regards
Daniel

Recommended Answers

All 2 Replies

I am not fully clear about your question but try using objectdatasource in the webpage where your gridview exists and then you can configure the object datasource declaratively or programmatically.

I am not fully clear about your question but try using objectdatasource in the webpage where your gridview exists and then you can configure the object datasource declaratively or programmatically.

I dont want to put any DataSource object in Design Time. DO you have any code sample to handle everything dynamically using Business Layer calls?

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.