asp.net-2.0
How can I view a PowerPoint in an ASP.NET application?
Does any开发者_开发知识库one have a PowerPoint viewer which I can embed in an ASP.NET Web App?If you are using Silverlight you can use[详细]
2023-01-30 17:48 分类:问答Export To excel in Asp.Net
I havebutton on my pagefor\" Export To Excel\". The ButtonClick function isto export the datgrid (dgrISGrid) to excel Code is attached below:[详细]
2023-01-30 06:02 分类:问答Should parameters to SP's of SqlDataSources be ordered identically?
I\'m writing some stored procedures to do CRUD operations against some tables in a SQL Server database, which will be used in a FormView on an ASP.NET 2.0 page.I\'ve already written the hardest one, w[详细]
2023-01-29 23:08 分类:问答How to limit transmition of ViewState during ajax call
Is i开发者_C百科t possible to get viewstate only for related controls of update panel in asp.net ajax framework. I know that the browser sends all the viewstate during post back, even if we dont need[详细]
2023-01-28 16:18 分类:问答How to catch a "No database available"-error in ASP.Net correctly?
I am on my way to my first bigger project in ASP.Net. I want to know how to catch, and where to catch, the error when the database is not available. Let\'s say a community site in which you have, fro[详细]
2023-01-28 03:22 分类:问答How do I time a jquery .change function to run after the .net OnSelectedIndexChanged?
I have an asp:UpdatePanel that is hidden or not based on the code behind of an asp:DropDownList at OnSelectedIndexChanged.[详细]
2023-01-28 00:13 分类:问答jqGrid + ASP.NET WebForm (C#) Search abilities
Ohoy there! I\'ve been struggling with this problem for days, and I\'m really starting to loose my temper about this![详细]
2023-01-27 22:01 分类:问答Hitting browser "Back" button causing details to save
I\'ve had a report from a user that whenever the开发者_运维知识库y go to edit their profile details, if they hit \"Back\" on their browser, any changes they may have made are saved, when they should o[详细]
2023-01-27 10:07 分类:问答URLCompression + Response Filter Conflict
I have IIS 7.5 with URL compression enabled for dynamic content. I wanted to add a response filter to remove modify the rendered html and for some reason I kept getting garbage data while filtering.[详细]
2023-01-27 08:56 分类:问答Replace datatable viewstate manipulation with update panel by JQuery?
I have a situation where User can enter multiple prices for an item All data is kept in datatable or datasets inside viewstate until the[详细]
2023-01-27 03:50 分类:问答