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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -