Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > september 2005 > threads for thursday september 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Move away from a database, into dll
Posted by Denis Crotty at 9/22/2005 5:46:02 PM
Hi I am dealing with an existing application that has a large set of static data in a SQL database. It is actually a set of code that has been ported into different languages and into different applications many times. We would like to consolodate this so that there is only one set of cod...more >>

How is this done
Posted by Chris at 9/22/2005 4:22:02 PM
Hi, If I create a COM+ component and host it in Enterprise Service how do I access it from a 1. VB.Net program on another computer? 2. a .net webservice on another server? Where can I find info on these? Thanks...more >>

DataGrid Display
Posted by JSheble at 9/22/2005 2:16:10 PM
What would be the best way to make change how the DataGrid displays data based on the values of the dataset bound to it? I know I can create DataGridTableStyles, but this really doesn't seem to be affected by the data. For example, in the grid itself I have set alternating color to a diffe...more >>

Problem in selecting row after sorting in datagrid...
Posted by Deep Silent Ocean at 9/22/2005 2:03:11 PM
Hi All I have one specific question for DataGrid In the Form Load event of the Form, I am binding data with DataGrid. On clicking Row the CurrentRowIndex is updated and it gives me correct rowindex. But if, I click on Column the data gets sorted in ascending or descending order. But...more >>

Where's the API specification?
Posted by JavaSteve at 9/22/2005 12:01:04 PM
I'm a Java developer and have just been given a .Net project to take over. I'm looking around for some sort of API specification like Javadocs, but have had no luck. Does this sort of thing exist, or am I dreaming?...more >>

Help with comp creation
Posted by Chris at 9/22/2005 11:31:15 AM
Hi, I am trying to follow the same structure as the MS Application Blocks for my local stuff. I am trying to create an application block to process payments which I'll hand out to other developers in my company. I created the project Company.Application.Payment and in that project I created o...more >>

Visual Studio 2005
Posted by John Hughes at 9/22/2005 10:59:40 AM
Is there a forum for discussing Visual Studio 2005? If not.... I appear to be missing the 'PageLayout' property of the asp page. Is this just missing in beta 2? ...more >>

ACT! 2005 - Stuck in Read Only, or something
Posted by Aaron B at 9/22/2005 10:44:50 AM
Hello, I have ACT!2005. I was playing with the settings and now I am completely locked out of all of the features. I am such a moron. I can log in, but all of the tabs, "Add contacts, Delete contacts, etc" are grey. Also, all of the tabs across the top of the page, "File, Edit, View, Tools, e...more >>



Layout Issue
Posted by bobroq at 9/22/2005 10:02:02 AM
I'm not even really sure if this can be solved by using a particular layout or not. Here is the scenario... I have a form that holds several custom controls. I want to provide my users the ability to add or remove any number of these controls while the app is running. If I have controls...more >>

RasDial
Posted by Lee at 9/22/2005 8:53:11 AM
I have been working for hours trying to get the RasDial API function working in VB.NET with no success. All i ever get back from the API is error 87, Invalid Parameter. Does anyone have any .NET code that sucessfully does this?...more >>

Run a DOS app from .NET
Posted by UJ at 9/22/2005 8:49:11 AM
I've got a DOS app I need to run (that requires no user input) from a .Net and I need to wait for it to complete. How do I that? TIA - J. ...more >>

Scanned Documents
Posted by Joe at 9/22/2005 8:31:54 AM
Anybody ever figure out how to use a web page UI to allow someone to upload an image from a scanner? I understand you can scan a document, save it on the hard drive - then via the web UI you can upload the image somewhere and save it. What I'm looking for is hitting a SCAN and UPLOAD butto...more >>

system.directoryservices usage
Posted by Sean at 9/22/2005 7:34:23 AM
I figured I'd start this post on the .NET general forum instead of the ADSI forum but feel free to nudge me along if I am looking in the wrong place. I am working with System.DirectoryServices to connect up to Active Directory and make a couple of queries. The trouble starts as soo...more >>

Unable to send e-mail from web form
Posted by Alan at 9/22/2005 7:19:04 AM
I'm getting the following error: Exception Details: System.Runtime.InteropServices.COMException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available. SMTP server is valid and I'm able to ping it. Not sure what cause t...more >>

pure dos applications
Posted by H at 9/22/2005 7:16:11 AM
There are a number of dos applications written in borland C++ 4.51. I want to convert these into .net; while maintaining the ability to run the applications on dos machines....more >>

Can't use DataTable in vb.net
Posted by Bodil, Norway at 9/22/2005 6:36:05 AM
Hi, I can't use DataTable! I try to write: Dim myDataTable As DataTable = New DataTable("ParentTable") I then get "Type expected" for the DataTable (in Task List) I have included "Imports System.Data" (Tried Imports System.DataTable, and other Imports) I have installed Framework 1.1, b...more >>

Retrieving Printer informaiton
Posted by Brian at 9/22/2005 6:31:05 AM
Does anyone know how I can write a program to retrieve information about printers. Not the print queues but the physical hardware printer. I want to retrieve info such as pages printed. If anyone has a sample program or can point me in the right direction that would be great....more >>

Right click on a tree view
Posted by Steve at 9/22/2005 4:01:02 AM
C# Is it possible to get a popup menu to fire on right click of a node in a treeview? Thanks...more >>

How to get the error number in .net
Posted by sunil at 9/22/2005 3:15:03 AM
hello folks, Is there a way to get the error number in VB.net Exception class as it was there in VB6 like 'vb code if err.Number=1234 then 'some code here end if Thanks in advance -- Sunil Pandita Software Engineer (OTS Solutions Pvt. Ltd. ) ...more >>

log4net performance
Posted by Patrick at 9/22/2005 3:12:01 AM
Rolling my application from UAT to production. Want to know how much of a performance overhead would it be for the log4net's logging statement (log.info, log.debug) for an ASP.NET app running on IIS6/Windows server 2003?...more >>

aspnet users permission under SSL on WindowsServer 2003
Posted by Minh at 9/22/2005 12:38:06 AM
my ASP .Net application works fine until I have it run under SSL. When a remote user wants to write a file or create a folder, the app will throw a permission error although permission is already given (again, it works with under regular HTTP protocol). Does anybody have an idea what the pro...more >>

calendar object with skin
Posted by elvis at 9/22/2005 12:21:02 AM
hello all i'm tring to make a zebra look to my calenadr by the day sun=white mon=blue tue=white and on. not just the hedaer ,but all the month. best will be to controll it in the skin page sec best in css thanks from amir....more >>

Adding a comment to a XML document: WriteXML
Posted by Mark at 9/22/2005 12:00:00 AM
Hi, how can I write a comment to a XML document when I am generating the XML document via the DataSets WriteXML method? Thanks in advance Mark ...more >>

strong name assembly
Posted by Microsoft at 9/22/2005 12:00:00 AM
Hello I want make my assembly strong named. Now I have the Error "Microsoft.Practices.EnterpriseLibrary.Logging.dll is not strong named" What can I dou ? It's possible to make a strong named assembly us Microsoft.Practices.EnterpriseLibrary.Logging.dll ? thanks ...more >>

Custom Dialog box
Posted by Subodh Sohoni at 9/22/2005 12:00:00 AM
Hello everybody Is there any way of creating custom dialog boxes other than the onex provided by the User interface (Textbox (A)) ...more >>


DevelopmentNow Blog