| Thread | Last Post | Replies |
|
| MSI- | 06 Jan 2006 15:38 GMT | 3 |
How to execute an .Exe file, after MSI - installation is over. In which table the entry should be made for this
 Signature Regards
|
| Blank page after dropdownlist selection?? | 06 Jan 2006 15:30 GMT | 4 |
I have developed an ASP.NET page, with a dropdownlist and some textboxes. When a selection is made in the dropdownlist, some data is retrieved from a database and displayed in the textboxes. To to this, I've written some code in the selectedIndexChanged event of
|
| copying the column values of a Datatable into another data table in vb.net | 06 Jan 2006 15:21 GMT | 5 |
Can anybody tell me how to copy one column of a data table to another data table. Example:I have 2 data tables say dt1,dt2. Here,i wanna copy only the 1st column values of dt1 into the 1st column of
|
| StreamWriter.Close() in Windows Service leaves handles | 06 Jan 2006 15:16 GMT | 2 |
OK, I've confirmed this: If you use a StreamWriter and don't wrap it in a using statement, simply calling Close() does not always release the handle. It does close the file but it appears to leave some type of object containing a handle out there. I created a simple windows ...
|
| .NET 1.1 - A generic TCPClient question | 06 Jan 2006 14:17 GMT | 1 |
All, Admittedly I am a little short on time so I have not thoroughly researched this question yet keeping that in mind.... I have a windows service that retrieves data from a FTP server. I am
|
| can i use vs .net to develop win32 apps? | 06 Jan 2006 11:55 GMT | 4 |
I am writing an application that I want to my users to be able to execute without installting .net framework. For this, do I have to program using the win32 api? I do not know VB, so my only other option would be c++ right? Thanks.
|
| Can we create our own customized MessageBox | 06 Jan 2006 11:40 GMT | 1 |
Can we create our own customized MessageBox and Inputbox using VB.NET, in which icons (or images) and custom message can be shown. Thanks in advance, Regards
|
| assembly in GAC not referenced in scripted code | 06 Jan 2006 11:21 GMT | 1 |
I have a common assembly installed into the GAC and is referenced by most of my ASP.NET projects. This is fine for compiled web applications as the reference to the assembly is added in the Visual Studio projects. I had a need recently to create a couple of scripted ASPX pages ...
|
| Video presentations??? | 06 Jan 2006 11:08 GMT | 1 |
Hi All.. Do any one of you have a video presentation on DOtnet Secuity ? or do u know any web site which contains link to the video presentation on dotnet security ??
|
| Adding records | 06 Jan 2006 11:07 GMT | 1 |
Dear all Helpers, In Web Programming, Adding records for undefined number rows is not easy for me. I have thought several methods, e.g. (1) There are Two Pages, one is
|
| Problem in console application using Caching Application Block | 06 Jan 2006 11:00 GMT | 1 |
I am facing a problem with a .NET console application that uses the Caching Application Block from Enterprise Library June 2005. Since I have added the use of the caching block, I have sometimes (!) the following behaviour : the console application does not end but
|
| Manifest definition does not match the assembly reference | 06 Jan 2006 10:58 GMT | 1 |
I have an ASP.NET application that works fine locally and on development servers. However when I deploy to a live site I get an manifest definition error. The reference is to a 3rd party managed control. Is there any way to 'update' this reference?
|
| Shared Add-in | 06 Jan 2006 10:56 GMT | 1 |
I need to develop an Office Add-in. However, without even adding any code to the add-in, the add-in will slow the startup time of Microsoft Word 2003 by about 20 seconds. For example, in Visual Studio 2003, If I do the following:
|
| Windows Forms framework | 06 Jan 2006 10:47 GMT | 1 |
I was wondering if there is a framework in .NET world similar to what Eclipse is in a Java world. Could "Composite UI Application Block" be compared to Eclipse? Thanks.
|
| Query Domain API ? | 06 Jan 2006 06:29 GMT | 5 |
I have C# 1.1 code that queries a domain controller for groups and etc with LDAP queries. The works fine until the DC is down for any reason. There are many DCs in the domain (win 2003 native). I would like to relpace my single-computer query code. I would like to do something
|