NetAdvantage webcombo in asp.net 2

  • Thread starter Thread starter Shahzad Godil
  • Start date Start date
S

Shahzad Godil

Hi,

I am using WebCombo outside grid seperately in my FormView and not in grid.

I am just going to replace my existing standard .net web controls with
infragistics input controls

Able to replace all textbox with WebTextEdit with their databind without
any problem. But didn't find any attribute in webcombo where can I give
databinding expression.

<igcmbo:WebCombo ID="WebCombo1" runat="server" Version="4.00"
DataSourceID="dsAccountTypeObject" DataTextField="AccountType"
DataValueField="AccountTypeId" >

Just like we have "SelectedValue" in .net standard dropdown where we can
give binding expression.

<asp:DropDownList ID="DropDownList1" runat="server"
DataSourceID="dsAccountTypeObject"
DataTextField="AccountType" DataValueField="AccountTypeId"
SelectedValue='<%# Bind("AccountTypeId") %>' >

</asp:DropDownList>

Thanks

Shahzad Godil
 
Sorry, your question isn't very clear. Are you asking for help with the
infragistics control? In which case you should go through their support.
 
Back
Top