| Thread | Last Post | Replies |
|
| Path 'CONNECT' is forbidden ?? | 24 Jul 2007 22:44 GMT | 1 |
Every now and then I'm receiving the error posted below. I"m routing all my traffic through mod_proxy (apache) to my asp.net 2.0 (w2k3) machine. I can't reproduce this error and my site appears fine through my browser. I'm wondering if it is a search bot that is making these ...
|
| Web design with large selections ideas needed | 24 Jul 2007 22:13 GMT | 21 |
I need to create an Internet based, asp.net webform where a user can select multiple cities in a state. as you know the number of cities in a state can be very large. What is the best way of designing such thing.
|
| Linking to shortcuts | 24 Jul 2007 22:12 GMT | 3 |
I want to place a link on my Intranet that points to a shortcut on the client workstation. So far I have not been able to phrase the question well enough to get any good responses. I saw it on another site where the hyperlink pointed to a .lnk file which loaded an Access ...
|
| Is it possible to schedule a web service? | 24 Jul 2007 20:35 GMT | 7 |
I have a web service, which needs to run at regular intervals (e.g., once every 2 hours) to create some PDF files for users to download. I can certainly create a web application which lets user click a button and generates the PDF file.
|
| Looking for Ideas - multiple long running stored procedures | 24 Jul 2007 20:34 GMT | 4 |
I'm part of a team that has been given a project that I'm a little lost on, so I'm looking for input on how this could be accomplished. We don't have much time to fully develop this, so it has to be as simple as possible Let's say we have 5 - 10 existing stored procedures (that ...
|
| Beginners question | 24 Jul 2007 20:31 GMT | 3 |
Hello, I am new to asp.net. I want to write an asp file that sends a gif image to my client img tag as follows: <img src=img_script.asp>Hello</img>
|
| Search and Replace while ignoring HTML formatting? | 24 Jul 2007 20:17 GMT | 1 |
I have a search program that returns an HTML string which I display to the user. I want to highlight the search terms. However a simple search and replace on the HTML causes problems. If the user searches on Georgia and I get back this:
|
| post html to asp.net page for validation and emailing | 24 Jul 2007 20:13 GMT | 9 |
I am pretty new to asp.net and I've been trying to figure out how to take a static HTML web form data and send it to an asp.net page to validate 1 field and then if it passes the validation, create an e- mail message using jmail and send it to the specified e-mail address.
|
| verbs for custom http handler work only on dev machine? | 24 Jul 2007 19:04 GMT | 3 |
I have this little tidbit in system.web in my web.config file, to allow the handling of requests ending in ".res": <httpHandlers> <remove verb="*" path="*.res"/>
|
| trouble with HttpHandler in firefox 2 | 24 Jul 2007 18:28 GMT | 5 |
IIS 6.0 server, .Net 2.0. I have a file download architecture which redirects file download requests to a custom server-side HttpHandler. The handler gets a stream over the file and "returns" the file via
|
| DetailsView problem | 24 Jul 2007 18:21 GMT | 1 |
I added a TemplateField to DetailsViews control, then added an empty DropDownList to the TemplateField. I dynamiclly populated the list when the page run. But when the page postback, the list is empty.
|
| Setting Properties of User Control On Master Page | 24 Jul 2007 18:18 GMT | 3 |
I have a user control on my master page, which exposes 3 public properties (all boolean). Basically by the values of these properties, the user control builds a menu to for users to navigate through the website. I am wondering, how can I set the property of a usercontrol contained ...
|
| ASP.Net / AJAX - silly question perhaps | 24 Jul 2007 17:37 GMT | 3 |
Up until now I've been developing purely on my local PC, I have AJAX 1.0 installed, and .Net 2.0 - I've just published a project across to the server and its failing, its highlighted the following: sectionGroup name="system.web.extensions"
|
| SqlDataSource and multiple recordsets | 24 Jul 2007 17:34 GMT | 5 |
Could I use the sqldatasource with stored-procedure to return multiple recordset? I did not want to have any sqldatasourec in the one page just to return the record back to dropdownlists. In my stored procedure will have 2 select statement. If it can be done how I refer to each ...
|
| "Buy Now" buttons | 24 Jul 2007 17:30 GMT | 5 |
I have been looking at a few different merchant solutions. I was curious what people have used as an option for a "Buy Now" type of solution. I would like to keep people at my site and also would like to offer electronic items (i.e. music, PDF documents, etc.). Would I need to ...
|