| Thread | Last Post | Replies |
|
| System.Management | 05 Jul 2007 22:05 GMT | 1 |
System.Management does not seem to import when I use Visual Web Developer 2005 Express Edition I put <%@ Import Namespace="System.Management" %>
|
| Help with deleting a file. | 05 Jul 2007 21:34 GMT | 2 |
My mobile application needs to be able to delete the database on the mobile device. However if another application (such as Query Analyzer) had previously been connected to it, I receive an error telling me the file cannot be deleted due to a sharing violation. Then I need to ...
|
| ASP.NET SQL Server logon permission denied | 05 Jul 2007 21:00 GMT | 2 |
I have created a simple ASP.NET application on the intranet, accessible only to 2 users who will log in as Administrator; the server runs Windows 2000 Advanced Server. Page language is C#. The application accesses a database that runs on SQL Server 2005 Express Edition, on the ...
|
| Syncing PPC time with desktop | 05 Jul 2007 19:59 GMT | 1 |
Is there a method to set the system time on the mobile device to the time on the desktop PC? This would be the mobile device is connected to the desktop PC as a guest (non partnership) and the info is pulled from the desktop to the PPC.
|
| Form to create resume | 05 Jul 2007 19:53 GMT | 8 |
Using Asp.net1.1 I need to create a form that allows the user to create a resume. Would it be better to send the data to a database, then create the resume from that, or create it directly from the data entered?
|
| The simple stuff | 05 Jul 2007 19:25 GMT | 7 |
I am planning/building an n-Tier system with 2 presentation layers (web, windows) which will share the BLL and DAL. This is my first experience with .Net. As a VB6er I had to work hard to gain an object oriented perspective. I am sure that will get stronger as I
|
| System.Runtime.InteropServices.COMException: Operation is not allowed in this context | 05 Jul 2007 19:17 GMT | 2 |
I just thought I would ask about this error, since I have found no references to it on the web elsewhere. I have a COM object from regular ASP, written for an older app that my business needs to use, that I need to use in ASP.NET. The error
|
| check bound column in client side javascript | 05 Jul 2007 18:51 GMT | 5 |
I've a datagrid in my application, template column contains a check box plus more columns from my table. when user clicks checkbox i call javascript to make sure at any time one checkbox is clicked. it works fine. Now i'd like to check another bound column datetime, when user click
|
| What is the best way to login my website from another website? | 05 Jul 2007 17:55 GMT | 5 |
Hi, all: I have a website with its own login page. Now one of my clients want their employees log into my website from their website. They want to have their login page (look and feel are different and hosted on
|
| Q: Initialising and updating a class with only static members & database dependency | 05 Jul 2007 16:44 GMT | 2 |
Q: Initialising and updating a class with only static members & database dependency I have a class with the following members: public static List<ACIS> ACIS_List;
|
| Unbound Access Data Source | 05 Jul 2007 16:39 GMT | 6 |
I'm sure I'm missing something simple, but I've hit a brick wall. I'm creating an ASP.NET 2.0 web site in VS2005 (VB.NET) and need to read data from an Access database without attaching it to any UI control. I've dropped an AccessDataSource control named AccessGetDescription on ...
|
| Query Takes a Long Time to Run | 05 Jul 2007 16:37 GMT | 5 |
I am in the process of writing a web application using ASP.NET. I am Using a SqlDataSource to populate the contents of a Repeater control. To me the select statement appears to be very very simple, it is: SELECT [UID], [SupplierSKUCode], [Date_Imported], [Name], [Import_UID]
|
| GAC and memory usage | 05 Jul 2007 16:33 GMT | 1 |
Currently, we have more than 100 similar web applications running. Every application has a virtual directory that points to the aspx- files, so they all use the same files. But every application has their own dll's in their bin-directory.
|
| Input mask for TextBoxes | 05 Jul 2007 16:24 GMT | 1 |
Is there a way to mask input for a TextBox? I would like to have TextBoxes that accept only: - numbers - currency
|
| redirect on every request | 05 Jul 2007 16:13 GMT | 3 |
I've enabled http-compression on a server and was profiling the site with fiddler. I noticed that every request to any asp.net site on the server seems to return a 302 page before returning a 200. The 302 page is never shown, and is less than 1kb, but is this normal behaviour for
|