<webHttpBinding> <binding name="webHttpBindingConfiguration" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"> <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" /> <security mode="TransportCredentialOnly"> <transport clientCredentialType="Windows"></transport> </security> </binding> </webHttpBinding>"No Proxy-Authorization Header is present."
"No Authorization Header is present."
I cannot find any guidance for using Windows Authentication for these service calls.
If it is not possible to use Windows Authentication with these calls, can I intercept the RadComboBoxContext object and add an entry with the user's username before the call is made, so I might extract it in the service method?
Your assistance is greatly appreciated.
Charlie
radGrid.DataSourceID = null;<br> radGrid.DataSource = dataTable;<br> radGrid.DataBind();<br> protected void radGrid_ItemDataBound(object sender, GridItemEventArgs e)<br> {<br> if (e.Item is GridDataItem)<br> {<br> GridDataItem item = (GridDataItem)e.Item;<br> foreach (GridDataItem item in radGrid.Items)<br> {<br> if ((item.ItemIndex % 2) == 1)<br> item.Visible = false;<br> } <br><
asp:repeater ID="rptAssetList" runat="server">
<HeaderTemplate>
<ul>
</HeaderTemplate>
<ItemTemplate>
<li class='<%# Eval("AssetClass") %> clear-both'>
<p class="asset-name" title='<%# Eval("AssetToolTip") %>'>
<a href="javascript: {};" onclick='javascript:GetResource(<%# Eval("AssetDownloadID") %>)'><%# Eval("AssetName") %></a>
<img id="imgPrivate" src="../../../Common/Images/lock-icon.gif" width="10" height="10" runat="server" visible='<%# Eval("ImageVisibility") %>' meta:resourcekey="imgPrivate" />
</p>
</li>
<rad:radrating id="rdrRating" autopostback="true" runat="server" orientation ="Horizontal" itemcount="5" selectionmode ="Continuous" value =5></rad:radrating>
</ItemTemplate>
<FooterTemplate>
</ul>
</FooterTemplate>
</
asp:repeater>
It displays ating as in attached image. (like numbers vertically (1. 2. 3...)
If anyone have idea about this issue please let me know asap.
Thanks in Advance
AKJ
function
RadComboBox(_11,_12,_13){
var
_14=window[_12];
if
(_14!=null&&!_14.tagName){
_14.Dispose();
}
I am getting error on _14.Dispose() method. "Microsoft JScript runtime error: Object doesn't support this property or method". Please let me know why this error i am getting with .net framework 4.0 and how i can fix it.
Thanks in advance.