| Thread | Last Post | Replies |
|
| Apend Row in VB.NET Datagrid | 20 Jan 2005 16:54 GMT | 4 |
I need to be able to to disable the Apend Row feature of the VB.NET datagrid and then enable it again. The reason is because I want to allow a user to enter as many rows in the datagrid as they want until a certain number of rows is reached. When that number of rows is reached
|
| Opening a web project in Visual Studio .Net | 20 Jan 2005 16:53 GMT | 3 |
I am fairly new to .Net and I am having a problem opening a web project in visual studio .Net. I created a web project from an existing project in the manner described in an MSDN article. The project built successfully and saved successfully. The next day when I opened the ...
|
| serial number | 20 Jan 2005 16:22 GMT | 1 |
Where can I find the serial number that I need for installing Windows XP from MSDN?
|
| Save web form. | 20 Jan 2005 14:59 GMT | 3 |
I have created a new web form .aspx in VS.net with a couple of fields. I would like to add a button that when clicked will save the information from the fields into a newly created record in my sql database. I am having problems with this.
|
| printing only part of a webform | 20 Jan 2005 14:19 GMT | 3 |
I was wondering how do you print just part of a webform in asp.net -- like just printing the contents of a textbox or label. I know that it will involve javascript, but I cannot get the javascript function to work. Basically, this is the scenario ---
|
| Utility app to run nightly - which project type? | 20 Jan 2005 13:09 GMT | 1 |
I will be writing a relatively small utility app that will be responsible for periodically copying files from a few folders on the local machine for nightly backup purposes. Just wondering what the recommended way to proceed. Should I write this as a windows service or as some ...
|
| Proper use of inner exceptions | 20 Jan 2005 12:13 GMT | 7 |
Hi group, I am quite new to exceptions in .NET and I am a bit confused of how to use the inner exceptions. Could anyone explain? Let's say I have a function that takes a double (X) that is not supposed to be less or
|
| Visual Basic and visual studio | 20 Jan 2005 11:49 GMT | 3 |
Hi i want to know about writing programs. What is the difference between all the different types of visual basic's ect
|
| Exception Application Block - Custom publisher | 20 Jan 2005 11:33 GMT | 1 |
I'm trying to use an XML Custom publisher, but it doesn't look like the custom publisher class is being called.. I think it is a problem in config. The name of the app is appName.exe Custom publisher is in namespace:
|
| Spell Checking | 20 Jan 2005 09:39 GMT | 2 |
Hi all, I need to include spell check utilities into my dotnet application. Is this a ready-to-use facility in dotnet ? Or do I need to use third party tool ? I use Visual Studio 2002.
|
| File or assembly, or dependencies not found error | 20 Jan 2005 04:41 GMT | 1 |
WHen I tried to debug my COM+ from windows .NET form app, I got error"An unhandled exception has occurredin your application. if you.... File or assembly name classname, or one of its dependencies, was not found.". Any idea?
|
| run application twice using c# code | 20 Jan 2005 00:53 GMT | 2 |
i build a .net application named A.exe. I need run this application twice using c# code in another application. i try to use process.start(A.exe) twcie, but it failed. Because the second start will use the existed process. So only one application run.
|
| how to set description of window service | 19 Jan 2005 23:01 GMT | 1 |
I can config the window service's service name, display name, but can not find how to config description. The class doesn't include this property. Anyone can tell me how to solve this problem. Thanks in advance.
|
| Creating batch process | 19 Jan 2005 22:15 GMT | 2 |
How can I create an application in vb.net, which runs as a batch process at 7:00pm everyday? If someone could please throw some light. Thanks
|
| Reference Variable Question | 19 Jan 2005 20:42 GMT | 2 |
I am trying to get a variable to act as a reference variable. Any suggestions on how to achieve this in c#? The variable will be of type TextBox. Thanks in advance!
|