asp.net - Infragistics --ultrawebgrid, data binding -


         dataset ds = new dataset();         int x = ddlselectedvalue.indexof('-');         if (x > -1)         ds = selections.getunlinkedaccounts(clientid, accountno);          else             ds = selections.getaccountbasedannuity(clientid, accountno);          annuitydetails.datasource = ds;         annuitydetails.databind(); 

annuitydetails ultrawebgrid infragistics control, getting dataset in ds dataset not binding webgrid..plz me wth this

did have generated columns isboubd property true? may cause issue.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -