Click here to Skip to main content
15,898,588 members

Comments by jagadeesh123qqq (Top 35 by date)

jagadeesh123qqq 14-Jan-13 2:18am View    
Deleted
Thanks for your response

<blockquote class="FQ"><div class="FQA">Quote:</div><asp:updatepanel id="UpdatePanel1" runat="server" clientidmode="Static" xmlns:asp="#unknown">
<contenttemplate>
<asp:gridview id="grvContributor" runat="server" autogeneratecolumns="False" onrowdatabound="OnRowDataBound" onrowcreated="grvContributor_OnRowCreated">
CssClass="content" AllowPaging="true" Width="100%" AlternatingRowStyle-CssClass="odd"
HeaderStyle-CssClass="header" GridLines="Horizontal" OnPageIndexChanging="paging" DataKeyNames="ID"
EnableViewState="False">

<columns> <asp:boundfield headertext="ID" datafield="ID" headerstyle-cssclass="hiddencol" itemstyle-cssclass="hiddencol">
<asp:templatefield>
<itemtemplate>
<img alt="" style="cursor: pointer" src="rs/images/collapsed.png" />
<asp:panel id="pnldocs" runat="server" style="display: none;vertical-align:top">
<asp:gridview id="grvDocument" runat="server" autogeneratecolumns="false" showheader="false" cssclass="nested">
OnRowCreated="OnRowCreated" BorderStyle="None" BorderWidth="0" AlternatingRowStyle-CssClass="odd" RowStyle-Width="100%">
<columns> <asp:templatefield>
<itemtemplate>
<asp:label id="lblDocDetails" runat="server" width="100%">
<%# Eval("DocumentName") + " (document ;" + Eval("Type") + "; " + Eval("Size") +")"%>



<rowstyle cssclass="gridrow">




<asp:boundfield headertext="Contributor" datafield="Contributor" readonly="True">

<asp:boundfield headerte
jagadeesh123qqq 22-Oct-12 6:00am View    
Thanks for replying. I gave full control.but no use
jagadeesh123qqq 18-Jul-12 6:25am View    
I returning from server but while bindind to client. It's showing this error
jagadeesh123qqq 18-Jul-12 6:24am View    
Thanks for your reply .
I put following code in Entity class.

en.ContextOptions.LazyLoadingEnabled = false;

still i am getting this error.
jagadeesh123qqq 11-Jul-12 7:02am View    
Thanks for your Reply. ContentSetName is Text in TextBox usre should not able edit this text but after .(Dot) He can able to edit

In Above Example he can edit only the ProcessName text