| Thread | Last Post | Replies |
|
| Best way to override AllowNull in a schema? | 18 Nov 2006 06:09 GMT | 13 |
I'm making a CRUD screen for an Oracle database... but problem is that the primary key in that table is populated via an autonumber, which in Oracle is done just with triggers and sequences. Suffice to say that ADO.Net 1.1 is unaware that this column is, despite appearances,
|
| Is there a way to construct a "smart" code snippet? | 18 Nov 2006 04:49 GMT | 6 |
what i want is a snippet of an XML comment, that when inserted above a method, will pickup stuff like the return value, etc. by default, a /// will supply method parameters, but not much else. thanks...
|
| Creating DTS pacakage in dynamically | 18 Nov 2006 03:56 GMT | 1 |
How to create a "DTS pacakage" in sqlserver 2000 through .net code if you know please send me the code ASAP. Thanks Arun
|
| VS2005 UserControls | 18 Nov 2006 03:26 GMT | 2 |
I have been using web usercontrols on 2003 for a very long time and i find them userful for modularity. Usually what i do is create a subfolder called 'UserControls' for example and placed the web usercontrols there ( i would change the namespace to *.UserControls.[control name] ).
|
| cgi and c# ? | 18 Nov 2006 01:04 GMT | 2 |
Suppose I have a simple c# program which does something like give me the current time. How would I attach it to a cgi-bin action inside a webserver? So if my browser sends something like:
|
| Sub system protection | 18 Nov 2006 00:40 GMT | 5 |
To prevent access to a sub system internal types, is it necessary to create the sub system in a different project, and use the internal access level? Or is there another way that will enable the creation of several sub systems
|
| Starting application like: C:\Direct -a -b -c <C:\Script.src > C:\log.txt | 17 Nov 2006 23:25 GMT | 1 |
how can I start new process with this kind of application ? C:\Direct.exe -a -b -c <C:\Script.src > C:\log.txt As you can see...I'll start appliaction ConnectDirect with 5 paramaters -a = node
|
| Program a recorder in C# | 17 Nov 2006 22:44 GMT | 1 |
I know many people have managed to this but no one has posted the code on the internet. I used the codeproject program: http://www.codeproject.com/cs/media/cswavrec.asp to start with. The
|
| Passing Data between forms | 17 Nov 2006 22:09 GMT | 7 |
I've got a very simple C# app, that has a datagrid, a text box, and a button which when clicked opens a second form... Form2 frm2 = new Form2(); frm2.Show();
|
| C++ Calling a C# method | 17 Nov 2006 22:05 GMT | 3 |
I am new to C# (and not an expert in C++). I am trying to use a C++ program to call a C# windows application (to be specific the Main() method of the C# application). What should I do? Somebody else created the C# app...and I am just trying to use it.
|
| File Share Question | 17 Nov 2006 21:20 GMT | 10 |
In an application in which FileShare is set. Is it possible to go to say a file conntrol block to ascertain the condition of the file, ie. if someone else is working with the file? Or is
|
| Is there an easy and direct way of creating an SQLServer table using the .Net dataset | 17 Nov 2006 20:44 GMT | 1 |
Hi, I am new to this group so forgive me if this question sounds too newbie. :-) I am writing a C# program. One of its functionalities is to use a .Net dataset to create and populate a table in the SQLServer database. I
|
| file header of grafic-files | 17 Nov 2006 20:36 GMT | 4 |
Hi NG, how can i compare, if a file ends with jpg,jpeg,gif,tif is really such a file and not an unnamed one. Is ther a solution or an example who to do it in c#?
|
| C# and Database Programming | 17 Nov 2006 19:55 GMT | 3 |
Hey guys, I'm writing an application and I'm very frustrated right now. What I want to be able to do is have a form (regular Windows application), and have a series of drop-downs.
|
| Reading/Parsing an XML string: code review | 17 Nov 2006 19:49 GMT | 3 |
Hey All, There are many ways to skin a dog (I like cats so no cats) in .Net I have an XML string in the following format (without linefeeds): <remoteDir>
|