| Thread | Last Post | Replies |
|
| PolygonHotSpot Coordinates based on Graphics.FillPie Properties | 19 Sep 2007 21:34 GMT | 2 |
Hi. I'm filling a system.drawings.graphics object with color using the the FillPie method. I need to draw a PolygonHotSpot around that image. Is it possible to determine the coordinates necessary to build a PolygonHotSpot for that pie based on the properties I used Filling the ...
|
| .NET 3 and 1.1 interop | 19 Sep 2007 21:22 GMT | 1 |
Hi, sorry for the x-post and thanks in advance for any help you can provide. I'm attempting to call a .NET 3 web service from a .NET 1.1 rich client. I've successfully consumed the service in Visual Studio by
|
| Datalist control-hyperlink problem | 19 Sep 2007 21:00 GMT | 1 |
I am displaying subcategories in my datalist, and now I have a bizarre thing happen when I add a new subcategory record in my sql database, the new subcategory link does not click into the next page. When clicking the link, nothing happens!:
|
| Valdating Check boxes | 19 Sep 2007 20:57 GMT | 2 |
I'm having a problem which I thought would be a very simple thing but is
> > turning out to be a difficult challenge. I have a web form with several input > > fields and I have a single checkbox, not a checkbox list. Before the form can > > be submitted I want to require that the ... |
| possible to prevent select all on double click? | 19 Sep 2007 20:32 GMT | 4 |
Is there a way to prevent the double-click event on an element from causing IE6 to select everything? Cancelling the event doesn't work. Paul
|
| IE7 Session and HttpHandler | 19 Sep 2007 20:06 GMT | 1 |
I have an app I wrote in ASP.NET 1.1. It has a reporting feature which formats results as an html table and returns it as an "Excel" file. It works fine in IE6 and Firefox, but it doesn't work in IE7. I originally had trouble because IE6 does not cache HTTPS files by default, but ...
|
| Dynamic Download Excel IE7 | 19 Sep 2007 20:02 GMT | 1 |
I have an app I wrote in ASP.NET 1.1. It has a reporting feature which formats results as an html table and returns it as an "Excel" file. It works fine in IE6 and Firefox, but it doesn't work in IE7. I originally had trouble because IE6 does not cache HTTPS files by default, ...
|
| Problem with textbox template columns in a GridView | 19 Sep 2007 19:51 GMT | 1 |
I am having some problems getting the correct values from a textbox in a gridview. When I create the gridview my textboxes are initialised to zeros but the user can then updates some of these. There are a few textboxes
|
| Multiple PDFs in BinaryWrite | 19 Sep 2007 19:21 GMT | 7 |
I have several PDF documents available in my app, and I'm trying to write them all out in sequence. The first is a generated report rendered to the MemoryStream, and the others are supporting documents stored in the database as images.
|
| The compiler failed with error code -1073741502. | 19 Sep 2007 19:04 GMT | 1 |
Any ideals what would cause this ? Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific
|
| Out-of-process State Management Session Cleanup | 19 Sep 2007 19:01 GMT | 5 |
My company is developing a rather large application with .NET 2.0. We are expanding to a server farm and are in the process of converting our application to use an out-of-process session state management with SQL Server.
|
| how to get error remotely? | 19 Sep 2007 18:36 GMT | 1 |
when running an aspx file remotely, i get this error: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web
|
| storing my own information in the Request object | 19 Sep 2007 17:43 GMT | 7 |
Is there anywhere inside the HttpRequest object that I can use to store my own information? from what I can see things like ServerVariables are made read-only. If not, does anyone else have a sensible strategy for storing information
|
| HttpException : Unable to validate data | 19 Sep 2007 17:40 GMT | 13 |
[Apologies for the duplicate, I posted the first from the wrong email alias] Hi everyone, My site is randomly firing off a "ExceptionHttpException : Unable to validate data. " error on some of its forms at the moment:
|
| Get business days | 19 Sep 2007 17:25 GMT | 4 |
Is there anything in System.DateTime where I can get the number of weekdays (excluding Saturday and Sunday) between 2 dates? Thanks. David
|