| Thread | Last Post | Replies |
|
| Calling a new process from ASP.NET web page | 22 Feb 2008 17:53 GMT | 1 |
I want to call a new process that sends email from the ASP.NET program. This process runs in background and does not affect the performance of the ASP.NET page .What I did was to develop a console application and complile it to have an exe file. In ASP.NET page I call this exe ...
|
| Cannot Add Web Reference in VS2005 (but everything works in VS2003) | 22 Feb 2008 16:46 GMT | 1 |
I'm running into a weird problem with VS 2005. I can no longer easily add web references. In Visual Studio, I right click "References" and choose "Add Web Reference". Then, in the dialog box, I type the location of the reference, "http://acme/acmeWebServices/". After a
|
| basic site file org/structure | 22 Feb 2008 16:43 GMT | 2 |
<given> When starting a new AJAX Control enabled site, a set of files are created. These are created -without- a master page. </given>
|
| ASP.NET Menu Items - Dynamic Items Disapearing | 22 Feb 2008 16:18 GMT | 1 |
I have a menu with other elements below it. The submenu items disapear below the other elemetns on the screen. I have messed about with z-index, but dont seem to be able to correct the problem. In addition, I have noticed that when adding submenu items, an IFRAME appears,
|
| Don't change the name of my control | 22 Feb 2008 15:52 GMT | 4 |
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" AutoEventWireup="True" CodeBehind="Modify.aspx.cs" Inherits="MyWebsite.Views.CollateralTypeAdmin.Modify" Title="Untitled Page" %>
|
| Web.config vs Machine.config | 22 Feb 2008 15:42 GMT | 1 |
Hello, I would like to ask about how to use web.config file jointly how to use machine.config. I'm going to explain my problem: I'm working with BizTalk Server 2006, but
|
| Web Service and Web app | 22 Feb 2008 15:38 GMT | 8 |
I have a need to pass a string and a datatable from a web service to a web application in IIS. Does anyone have a suggestion on this. Thanks.
|
| Partial Class Source Code | 22 Feb 2008 14:44 GMT | 5 |
I am using VS2008 Pro and having an issue with finding a partial classes source code so I can modify an event handler that somehow got hosed up. I have a simple web page that is loading a user control using the Page.LoadControl method. This usercontrol has an asp:button that is ...
|
| Advice needed: Best way to deploy/manage SQL db website | 22 Feb 2008 14:37 GMT | 7 |
Here's the situation.... 1. Local dev environment is VS2005 and VS2008 / using SQL Express databases for data 2. Hosting company ONLY supports MS SQL Server 2005 databases
|
| Apache 2.0.55 as SSL Forwarding Proxy for ASPNET Server: pb with <select> tag | 22 Feb 2008 12:41 GMT | 1 |
I configured Apache as a forwarding proxy with SSL in front of an ASPNET server. Forwarding Proxy Server Solaris 8
|
| placing a label visible within the area of a table (VB.NET Webforms) | 22 Feb 2008 12:05 GMT | 3 |
I've drawn a table, with some colours as a calendar-schedule. I want to place labels at certain positions on top of that table. When doing so, the label is not visible because it is behind the table. How can I change this. When I set the colour of the table to transparant,
|
| Problem: adding textbox during runtime (VB.NET) webforms | 22 Feb 2008 11:27 GMT | 1 |
I want to add several textbox to my form during runtime: the code is very simple Lab = New TextBox Lab.ID = "A" & i
|
| ExecuteScalar with Oracle | 22 Feb 2008 10:33 GMT | 1 |
I m trying to get the last added sequence from an Oracle table with executeScalar, but it seems I m doing something wrong. Here's my query (that I use with commandType.Text (not a storeproc). DECLARE curval number;
|
| c# get excel checkbox/radio button values | 22 Feb 2008 09:50 GMT | 7 |
Is it possible to get the checkbox and radio button values from excel by c#? Thanks.
|
| error CS0016 in DotNet 2 with IIS6 after trying out CLR Profiler | 22 Feb 2008 07:55 GMT | 6 |
i recently tried out the CLR Profiler on a Windows 2003 Server machine running IIS6 and DotNet 2, SP1. alas i never quite managed to get it to work in several attempts (but that's another matter).
|