| Thread | Last Post | Replies |
|
| how to shut down system programatically | 19 Mar 2004 15:33 GMT | 7 |
Anyone have any code examples on how to shut down the system or info on what namspace and class to use? Thanks gv
|
| guidelines for namespaces | 19 Mar 2004 15:21 GMT | 4 |
Simple design, have a .net class library called BusinessLayer and one called DataLayer. Business layer has PurchaseHandler class and data layer has PurchaseDA class As these are different projects, the default namespaces for an application X would be X.BusinessLayer ...
|
| Any article relating .net frame work | 19 Mar 2004 14:35 GMT | 1 |
I want to know if there are any article about .Net FrameWork(url).Can Any body guide me Qasim Raza Posted Via Usenet.com Premium Usenet Newsgroup Services
|
| Calendar web control and different languages | 19 Mar 2004 14:23 GMT | 4 |
I have a calendar control that I use as a popup on web pages. When a browser session comes in with a different language e.g. French, the date.tostring(sFormat,oCultureInfo) function will convert the names of the months / days etc to french. However, the calendar control always ...
|
| Need success stories / tool info. reg. implementing Licensing for WinForms ! | 19 Mar 2004 13:01 GMT | 3 |
We need to implement Licensing for the product which we developed for our Client which inturn they sell to their customers. Product Details: 1. WinForms Application (installed in workstations) Out Requirements:
|
| How can i create a hast table to to put my form in it,so I can find the each form easily? | 19 Mar 2004 11:12 GMT | 1 |
|
| Looking for a way to add unique persistent cookie to IIS 6.0 log file | 19 Mar 2004 10:30 GMT | 2 |
I am looking for a way to implement the mod_usertrack function of Apache in IIS... If you are familiar with IIS log file, you know that it tracks several pieces of information on every transaction/hit (GET/POST), including IP
|
| About datagrid | 19 Mar 2004 09:22 GMT | 2 |
There is a column named IsInUsing which data type is bit in my database(MS SQL Server 2000). I want to show this column in a datagrid by setting SqlDataAdapter in GUI design. But the result of this column shown is true or false, it should shown the
|
| [result: ] attributes | 19 Mar 2004 08:17 GMT | 1 |
I'm trying to think of an example where you need to apply an attribute to a method result. Am drawing a blank ... and am also having trouble imagining a situation where you would want to apply an attribute to a method result.
|
| Using Access with C#.NET | 19 Mar 2004 07:23 GMT | 3 |
I'm tyring to use MS Access with .NET, but I'm having some problems. Here's the code: string sSQL = "SELECT Statement_Id,Statement_In_Brief FROM Statements"; OleDbDataAdapter thisAdapter = new OleDbDataAdapter(sSQL,oleDbConnection1);
|
| Directory Properties | 19 Mar 2004 06:43 GMT | 2 |
Is there a way to to retrieve Directory Property information? I am trying to develop a way to monitor total Directory size say any directory over 200 meg. I have the logic to enumerate the directories but I can't seem to figure out how to extract the directory size.
|
| Starting Windows Service After Setup | 19 Mar 2004 05:19 GMT | 1 |
I have a .Net setup project that installs a windows service. But I cant figure out how to start the service without going into Control Panel->Administrative Tools->Services. How can I get the setup program to start the service?
|
| Codebase and installing new versions of assemblies | 19 Mar 2004 02:03 GMT | 2 |
Does any one know how to use codebase or other config file entries to automatically install new versions of an assembly. That is, if i want to release a new version of an assembly, i would like to have the framework automatically copy the new version to each
|
| streamreader question | 18 Mar 2004 23:42 GMT | 1 |
I have a question. I have a streamreader and I have to write another file with it. Before passing data from reader to writer I have to change some charachter. I have to change the value of Hexadecimal values c2 to space.
|
| Email outside of domain | 18 Mar 2004 23:06 GMT | 3 |
I'm having problems sending an email via system.web.mail.smtpmail to an email address like 'xxxx@hotmail.com' The email works if i mail it to an email address within the domain. I get an error, 'The server rejected one or more recipient addresses. The server response was: 550 5 ...
|