Hi,
I am create one application, In Which I am using datagridview. In this I am use multiple radiobuttons. but at the time of page load it takes more time to bind data to gridview..

how to bind data to gridview quikly..

Please Help Me..

Recommended Answers

All 2 Replies

Member Avatar for stbuchok

Hard to say without see your code. Can you give of some of the code, especially where you get the data and where you bind the data.

Simply you can bind gridview using result dataset...use below code
GridViewCategory.DataSource = result.ResultData;
GridViewCategory.DataBind();

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.