| Thread | Last Post | Replies |
|
| Trouble setting up ASP.Net application | 08 Feb 2005 13:53 GMT | 2 |
I am trying to set up a web application so that I can use the root relative paths, but if I set the site up at http://localhost VS.Net only gives me the option to user absolute paths (relative, root relative, and document relative are not selectable) and if I set it up in a ...
|
| IIS install | 08 Feb 2005 12:27 GMT | 2 |
I was installing .NET Academic and could not go forward with installing IIS because I don't have the original OS CD. Is it critical that I have it for the install and if so, is there a way around it. My pc is a few years old and the CD got lost in a move.
|
| Any facilities for reporting? | 08 Feb 2005 12:09 GMT | 2 |
What facilities does .NET have for reporting. Does it have any equivalent to Microsoft Access reporting? I have to develop an application to do some management reports and would like to use .NET.
|
| deploy a vb.net app | 08 Feb 2005 12:05 GMT | 1 |
I'm a newbie also. My app runs great on my PC. However, I don't want to run it for everyone else which is what is happening now. It's a pretty simple app, 1 windows form calls on 1 of 4 other forms. These 4 other forms generate Crystal report PDFs on a network drive based on ...
|
| Window Service ? System Account | 08 Feb 2005 11:55 GMT | 1 |
I have made window service and i in project installer i have set system account . Its working fine on few of machine , but in some of system its not running on Lacal system account what could be
|
| Help with the ASP Web Matrix | 08 Feb 2005 10:00 GMT | 1 |
I seem to have a problem with Web Matrix. When attempting to write the line: Imports System.Data.SQLClient at the top of my code, this doesnot seem to be taking. How do I know?
|
| database Question.. | 08 Feb 2005 09:45 GMT | 2 |
hi everyone.. i have a situation, there are two drop down list, 1)Car Model 2) Car Colours. A set of specific colours would fill up the second dropdown list based on the Car Model choosen on the first drop down list.
|
| Getting the user login name | 08 Feb 2005 09:25 GMT | 2 |
please tell me how i can get the login name of the person who has logged in. Thanks in advance Ishan
|
| When is ASP.NET V2.0 release | 08 Feb 2005 08:30 GMT | 1 |
Anybody know when the ASP.NET V2.0 (Whinbey) release is scheduled...either Beta 2, or final? Thanks, Gery
|
| Printing from the data grid | 08 Feb 2005 07:03 GMT | 1 |
Does anyone know how to print from a grid or a list view? a few code samples would be great. thanks in advance Ishan
|
| How to determine system color depth | 08 Feb 2005 03:31 GMT | 2 |
How do I determine the system/Windows color depth? For example if the user uses Control Panel\Display - Settings, and sets Color Quality to "Medium (16 bit)". I want to choose which bitmap image to display, based upon the color quality
|
| Exclude app from displaying in the Alt-Tab window | 08 Feb 2005 03:23 GMT | 2 |
I'm using the NotifyIcon component on a form within a Windows application that will normally show no interface. NotifyIcon does add an icon as required to the notification area of the Task Bar. Unfortunately the window is showing up in the little window that is
|
| Search in Specific Forum | 08 Feb 2005 02:01 GMT | 1 |
How do I search a specific forum? When I do a search using the search facility provided, I get results from all forums within this site. Can't I limit it to the forum I am currently in? Alan :cry:
|
| Encrypting Data | 08 Feb 2005 01:18 GMT | 9 |
All - I have an app that saves data to a xml file via a dataset. Our company stores some data in various xml files that is now considered a risk under its security policy. What's the best way to encrypt and decrypt the data in the file. I use a dataset to load data to my forms ...
|
| mouse pointer | 08 Feb 2005 00:31 GMT | 2 |
In vb6 when a long task was running i used the screen.mousepointer = vbHourglass What equivalent cammand do i use in dot net Thanks in advance
|