Click here to Skip to main content
15,896,453 members

Comments by KishoreT (Top 3 by date)

KishoreT 26-Jan-11 6:15am View    
Deleted
I have established the wcf connection
server side binding is
<basichttpbinding>
<binding name="FileTransfer"
="" transfermode="Streamed" messageencoding="Mtom" maxreceivedmessagesize="2147483647">


<binding name="TransferService"
="" transfermode="Streamed" messageencoding="Text" maxreceivedmessagesize="2147483647">
<readerquotas maxdepth="128" maxstringcontentlength="2147483647"
="" maxarraylength="2147483647" maxbytesperread="4096" maxnametablecharcount="2147483647">
<security mode="None">
<transport clientCredentialType="None" proxyCredentialType="None"
realm="" />
<message clientcredentialtype="UserName" algorithmsuite="Default">





Client side binding is
<bindings>
<basichttpbinding>
<binding name="BasicHttpBinding_ITransferService" closetimeout="00:01:00"
="" opentimeout="00:01:00" receivetimeout="00:10:00" sendtimeout="00:01:00" allowcookies="false" bypassproxyonlocal="false" hostnamecomparisonmode="StrongWildcard" maxbuffersize="2147483647" maxbufferpoolsize="2147483647" maxreceivedmessagesize="2147483647" messageencoding="Text" textencoding="utf-8" transfermode="Streamed" usedefaultwebproxy="true">
<readerquotas maxdepth="128" maxstringcontentlength="2147483647"
="" maxarraylength="2147483647" maxbytesperread="4096" maxnametablecharcount="2147483647">
<security mode="None">
<transport clientCredentialType="None" proxyCredentialType="None"
realm="" />
<message clientcredentialtype="UserName" algorithmsuite="Default">





<client>
<endpoint address="http://localhost/transferDec13/webservice/TransferService.svc"
="" binding="basicHttpBinding" bindingconfiguration="BasicHttpBinding_ITransferService" contract="FileTrasferServiceReference.ITransferService" name="BasicHttpBinding_ITransferService">

if some thing was wrong pls let me know
KishoreT 29-Sep-10 5:51am View    
Hey I hope u have not understood the question? what u have suggested is already implemented.

The problem is, the controls on the web page are duplicated in appearance and the controls are moved to the top of the page. At the same I am able to view to sets of each comboboxes, but only one is filling when the slected item event is raised.
KishoreT 3-Aug-10 8:05am View    
Hey It is working fine in IE but not in FF, I need the same to be displayed in FF also