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.
<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="dsAccountTypeObject"
DataTextField="AccountType" DataValueField="AccountTypeId"
SelectedValue='<%# Bind("AccountTypeId") %>' >
</aspropDownList>
Thanks
Shahzad Godil
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.
<aspropDownList ID="DropDownList1" runat="server"
DataSourceID="dsAccountTypeObject"
DataTextField="AccountType" DataValueField="AccountTypeId"
SelectedValue='<%# Bind("AccountTypeId") %>' >
</aspropDownList>
Thanks
Shahzad Godil