NetAdvantage webcombo in asp.net 2

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
 
M

Marina Levit [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top