I need to display a PDF in an ASP.NET web page and specify the Zoom, X/Y coordinates and pa开发者_如何学JAVAge to display. Can this be done?
We thought our ASP.NET 1.1 app was too slow, so we a) moved all reports onto a seperate database b) we upgraded SQL serve开发者_运维问答r 2005 to a brand new machine and SQL 2008 R2
I have a asp.net button 开发者_运维百科and I am using OnclientClick to close the window <asp:Button ID=\"btnCancelSomething\" runat=\"server\" class=\"type-button\"
I have a GridView that displays data on three columns. On the third column I have a CheckBox. I开发者_开发技巧 have two things that I need to achieve
I\'ve got a web app in ASP.NET 2.0 in which I need to have a highly customized grid.One of the columns in the grid contains a radio button for each row.
First off, I have no experience with MSMQ. Supposing an invalid path is passed into the constructor for a private MessageQueue object, would it trigger a MessageQueueException when the send method i
I have a page with three radio buttons and a calendar usercontrol. The radio buttons have autopostback and depending on which one you click it should change the calendar availabilities based on the se
We are supporting a VB.Net application that gets distributed to various schools that use a wide variety of Windows versions, so the installer for the application needs to support Windows XP, Vista and
I\'ve got an web app in ASP.NET 2.0 in which I need to do paging.My method of data access is to pull a DataSet out of a database call, then convert that to a List<Foo> (where Foo is my type I\'m
We use the logging application block in our ASP.NET 2.0 application which is called in the following way: