Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
WebCombo does not load new values from SqlDataSource
posted

HI All,

If you can spare a few moments for this I will be grateful. Im using a webCombo with SQL Data Source, I set its HTTP Vals as follows:

protected void Page_Load(object sender, EventArgs e)

{

WebCombo1.EnableXmlHTTP =

true;

WebCombo1.DropDownLayout.RowsRange = 10;

}

 

The Sql table behind it has 100,000 rows, so I expected that when I scroll down to the bottom of the grid, the control will fetch some more data, however this does not happen.

 

Any suggestions?

 

Thanks.