| Thread | Last Post | Replies |
|
| Writing arraylist items to the page | 29 Oct 2004 15:03 GMT | 3 |
I've been working on some code which will hopefully allow me to transfer the contents of an arraylist on one page over to another page. The Arraylist is held in the viewstate object as it is populated on the on-click event of a button. Im trying to move to another page and ...
|
| VS2003 web deployment question | 29 Oct 2004 14:47 GMT | 2 |
I have developed a ASP.NET app and made a web deployment project. I wish to add a custom action to change some of the files. In order to do this I need to know the location of my installed files. The only thing the user may change is the virtual directory and the port of the site ...
|
| VB.Net and Crystal Reports | 29 Oct 2004 14:13 GMT | 2 |
I wrote a program in VB.Net 2003. The program includes some reports made with Crystal Reports for Visual Studio.Net 2003. On my computer (with Win XP Pro) the program runs as it should do. When I install the program on another computer with Win XP, everything is
|
| .NET DEPLOYMNET | 29 Oct 2004 14:06 GMT | 2 |
I developed application in VB.Net . The program includes some reports made with Crystal Repor. When I install the program on another computer with Win 2000 professional and .net installed it woks fine. But when i installed on a computer that doesn't have .net, While running
|
| .Net versus COM+ components | 29 Oct 2004 13:59 GMT | 6 |
What is the general difference between .Net and COM+ components? When is one better than the other? Where can I find information about the similarities and differences? I have browsed msdn but so far I have not found much useful information.
|
| Accessing Array Items after Response.Redirect | 29 Oct 2004 12:45 GMT | 11 |
I was wondering if someone can help me with an web application design problem. I have a aspx page which builds up an arraylist called addresses and outputs the values in the arraylist items to a datagrid. I am using the viewstate object to store the Arraylist items on the page ...
|
| Active Directories | 29 Oct 2004 09:03 GMT | 2 |
I am having a hard time trying to communicate to the Active Directories to retrieve the following: User Name Email Address
|
| IIS Corrupted -- HELP! | 29 Oct 2004 07:28 GMT | 2 |
I am keeping on getting nothing out of my localhost. Whenever I try to access it I get a "The page cannot be displayed". Immediately then I go into IIS and find out that my server shuts down. It displays to me the following message:
|
| Help with app that is EITHER console app OR Windows app | 29 Oct 2004 07:09 GMT | 1 |
All, I have developed an application that needs to run in one of two modes: (1) IF NO command line parms are provided I would
|
| TabControl Backcolor Property | 29 Oct 2004 06:53 GMT | 1 |
The standard Tab Control in .NET doesn't have a BackColor property. I'd like to have the backcolor set to transparent. Set individual Tab Pages Backcolor property doesn't do the job either. Does any one have some code that can do this or a decent free tab control
|
| Custom Controls with object type properties. | 29 Oct 2004 06:49 GMT | 3 |
Guys, I've written a custom control (or at least tweaked someone else's!) in C# to be used on forms (rather than asp.net forms). The control is a date time picker, but its Value property returns a special date time object we have
|
| print files in VB.net | 29 Oct 2004 06:14 GMT | 4 |
I am working on a VB.net project that needs to provide a feature that user can print a file to a printer from a directory. The file can be any type, like PDF, TIF, etc., not just text file. Could anybody help me with this? Thanks in advance.
|
| ASP.NET/VB.NET - Input is constantly recognized as NULL | 29 Oct 2004 05:09 GMT | 2 |
Hello. I'm building a webform that allows users to add records to a database. The code that adds the new record to the database is below. Basically a user popualtes 3 textboxes on the webform and those values get populated into specific columns of a new record.
|
| GAC | 29 Oct 2004 03:59 GMT | 3 |
when I navigate to path C:\Windows\assembly in widows explorer , there is a sub folder listed in the treeview called downloads. This lists some assemblies I have created. But I don't now how there got there? Can somebody cast some light on this for me.
|
| Shortest Path | 29 Oct 2004 03:17 GMT | 6 |
How do I easily calculate the shortest path between two geographical spots on a map? The map is divided into zones. So I guess it is possible to use Dijkstra’s Shortest Path algorithm, but it seems like a lot of work and I am sure that
|