ISWebButton with WebFlyPostBackManager

5 replies. Last post: March 10, 2010 11:20 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
jayaprakash Member

Hi,

In the code behind I am not able to get the list of all selected indexes from an asp list box when i use ISWebButton with WebFlyPostBackManager. It always returns me the first selected index though I have more than one value selected in the list box. However when i use aspx button I am able to get all the values selected. But the problem when i use aspx button is all the events are triggered twice which I do not want to happen. Is there any additional properties that I have to set?

I have the following settings on my page

 

<ISWebDesktop:WebFlyPostBackManager ID="uiService" runat="server" BlockPageUIOnBusy="True" ServiceUrl="Test.aspx" ServiceType="WebForm" EnableUIMode="true" ShowLoaderOnBusy="true" > <FlyPostBackSettings PostInputControls="True" PostViewState="True" PostHiddenFields="true" PostControlState="true"/> <LoaderTemplate>

</LoaderTemplate>

LoaderTemplate><LoaderStyle CustomRules="position: absolute; width: 200px; left: 15px; top: 140px; background-color: #a4c3e0; color: white; font-family: Segoe UI; font-size: 12pt;font-weight:bold"></LoaderStyle> </ISWebDesktop:WebFlyPostBackManager>

 

<ISWebDesktop:WebButton ID="WebButton1" runat="server" AutoPostback="True" PostBackMode="FullPostBack" Text="Generate Report" onclicked="WebButton1_Clicked">

</ISWebDesktop:WebButton>

ISWebDesktop:WebButton>

</ISWebDesktop:WebButton>

ISWebDesktop:WebButton>

</ISWebDesktop:WebButton>

 

I am using WebDesktop version 3.0.7200.308.

 

Thank you!!

 

 

All times are GMT -5. The time now is 4:30 AM.
Previous Next