Re: NetAdvantage webcombo in asp.net 2
- From: "Marina Levit [MVP]" <someone@xxxxxxxxxx>
- Date: Thu, 13 Jul 2006 11:22:33 -0400
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
.
- References:
- NetAdvantage webcombo in asp.net 2
- From: Shahzad Godil
- NetAdvantage webcombo in asp.net 2
- Prev by Date: Re: streaming images
- Next by Date: Re: Output SiteMapNodeCollection as an XML file?
- Previous by thread: NetAdvantage webcombo in asp.net 2
- Next by thread: publishing web site
- Index(es):
Relevant Pages
|