asp.net-3.5

    0熱度

    1回答

    每當我要將文件寫入文件夾時,我都會遇到此錯誤。 這裏是我的代碼:發生 protected void ListAttachments(List<MessagePart> msgParts) { bool attachmentsFound = false; StringBuilder b = new StringBuilder(); b.Append("<

    0熱度

    1回答

    我有HyperLink以及GridView等其他控件,如Label等。該Label的在GridView動態填充像這樣: <asp:Label ID="Label1" runat="server" Text='<%# Bind("ClientName") %>'></asp:Label> 我現在要做的超鏈接類似的東西,如: <asp:HyperLink ID="HyperLink1" runat

    1熱度

    3回答

    簡單的例子:(.NET 3.5) 一個SqlDataSource返回爲col_a和COL_B列, DataList控件使用 「項目模板」 裏面的SqlDataSource 我想根據A或B的值具有不同的部分: <ItemTemplate> <span class="item_title"><%# Eval("COL_A")%></span><br/> <% if (GET_DATA("COL_

    0熱度

    1回答

    我是.net開發人員。在這裏,我只是想創建PDF report.for更多信息我有這樣的代碼: Document document = new Document(PageSize.A4, 88f, 88f, 10f, 10f); Font NormalFont = FontFactory.GetFont("Arial", 12, Font.NORMAL, Color.BLACK);

    0熱度

    1回答

    我只是想在asp.net 3.5中使用itextSharp添加圖像到PDF文檔。 這裏是我的代碼: //Photo try { if ((Byte[])dr["Image"] != null) { Byte[] bytes1 = (Byte[])dr["Image"]; iTextSharp.text.

    0熱度

    1回答

    我是.net開發人員。我想要Zip文件並用這種技術製作一個zip文件。 ZipFile multipleFilesAsZipFile = new ZipFile(); Response.AddHeader("Content-Disposition", "attachment; filename=" + DateTime.Now.ToString("ddMMyyyy_HHmmss")

    0熱度

    1回答

    運行ASP.NET 3.5 Web應用程序(頁面/服務)。它們被配置爲使用Windows身份驗證模擬。從當前用戶獲取Active Directory中的3-4個屬性的最有效(最快)方式是什麼?最有效的可能是最快的同步模式或異步模式。 注意:我知道使用DirectorySearcher,但是想知道是否有更有效的方法,因爲我已經擁有用戶上下文(通過模擬)。 TIA !!

    0熱度

    2回答

    我正在使用水晶報表。隨着水晶報告,我做了很少沒有。的歷史記錄。現在只是要加載1139條記錄顯示,我得到這個錯誤像上面: Server Error in '/EasyWeb' Application. The maximum report processing jobs limit configured by your system administrator has been reached.

    0熱度

    6回答

    我只是想顯示外部div的鼠標懸停內部div。 這裏是我的jQuery作秀格鼠標懸停: <script type="text/javascript" language="javascript"> $(document).ready(function(){ $('.thumb').hover(function(){ $('.option').show(); }); }); </sc

    2熱度

    2回答

    我是.NET的新手。當我的圖片上傳,我得到 System.UnauthorizedAccessException的一個錯誤: 訪問路徑 'C:\的Inetpub \虛擬主機\ cmcnoida.com \的httpdocs \ i_image \ 123' 被拒絕。 這段代碼對本地工作非常好,但是在上面的服務器上生成的錯誤正在生成。我能做什麼? 我的代碼: protected void Butto