Re: NetAdvantage webcombo in asp.net 2

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.

"Shahzad Godil" <shahzadgodil@xxxxxxxxx> wrote in message
news:u3DrR5opGHA.4812@xxxxxxxxxxxxxxxxxxxxxxx
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





.



Relevant Pages

  • RE: Bind data to control inside a Repeater
    ... The databinding expression, like just put a databind specific ... retrieve back the value from these controls later. ... We can then loop through the Repeater Items in the repeater and read the ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • dynamic html need to turn into server controls
    ... validation or collect the value of the posted controls it has been ... As you can see these are not .net web controls so I don't have a ... Is there anyway when that I can turn the dynamic html form that the ... Rather than having to do heavy string manipulation each time. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Bind data to control inside a Repeater
    ... The data is placed in the controls as the initial value. ... The databinding expression, like just put a databind specific ... retrieve back the value from these controls later. ... We can then loop through the Repeater Items in the repeater and read the ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Repeater
    ... > Filling the controls is easy: just add them to the ItemTemplate, ... > and use a databinding expression: ... Ok, how would you go about binding a control to the Repeater that, ...
    (microsoft.public.dotnet.framework.aspnet)