| Thread | Last Post | Replies |
|
| DB Connection | 15 Sep 2005 15:19 GMT | 1 |
Hello guys... My guess is where is the best place to store a data base connection? (application, session, open in the constructor of the page and close in the destructor, for ever command or group of command open a connection
|
| PKCS#8 Support | 15 Sep 2005 14:59 GMT | 1 |
I have a big trouble. Currently, i'm developing an application in dotnet which uses a certificate x509 and has a encrypted private key (such file is a *.key). The trick here is, i cannot access this private key, it is in pkcs#8 format. Is there any way to do it ? I'm desperate
|
| Authentication problems with new IIS, ASP.NET install | 15 Sep 2005 14:40 GMT | 1 |
I've installed VisualStudio.net 2002. When I create a web project and try to access it I get an authentication box asking me for a username & password, this isn't supposed to happen right? I guess the authentication settings are screwed. Can anyone help me to
|
| Response.Redirect inside a Try Catch block | 15 Sep 2005 14:26 GMT | 2 |
Can you put a Response.Redirect inside a Try Catch block? I think you will get a thread Abored Error, true?
|
| outlook-like control | 15 Sep 2005 14:15 GMT | 3 |
can someone suggest a way to create a GridView (possibly with DataGridView in .net 2.0) that will look something like list of messages in outlook. Basically, what I am trying to get is a Grid that will accept something like TableLayoutPanel in it's columns, where I will be able ...
|
| How to run an internet adress ???? | 15 Sep 2005 12:48 GMT | 1 |
I have a menu item in my application on which when a click is executed should open internet explorer and jum to the predifined adress. Doing this generated an execption error like "file not foud", sound strange.. I launch it in the following way :
|
| Deploying an application | 15 Sep 2005 08:31 GMT | 1 |
I'm a newbie to .NET so please exucse my ignorance... Simple question - i think - How do you package & deploy a completed app in .NET. Back in VB6 days, you could use a wizard to do this, creating a setup.exe file. Is this the same
|
| Singleton | 15 Sep 2005 06:43 GMT | 3 |
I would like to know how a singleton object works. If you have a singleton object, you have a single object ( brilliant! ). Within a process, if you call X.Login() two or more times, and you don't have a shared resource within the method called Login(), it's not necessary to ...
|
| Space available on remote computer | 15 Sep 2005 03:44 GMT | 3 |
VB.NET Can anyone tell me how I can get the Drive Space information from a remote computer on the same domain and physical network? Primarily I need the Total disk space and space used or free (or both).
|
| Subroutines with Varying Argument Classes | 15 Sep 2005 00:06 GMT | 1 |
I have had some experience with VB .Net but I am having difficulty coming to grips with how to set up a subroutine to accept varying classes for its arguments. An example will help to explain. I have two arrays [call them A and B]. The elements of array A are records whose ...
|
| Restrict access to an assembly | 14 Sep 2005 21:16 GMT | 1 |
Anyone can tell me if it's possible to restrict the access of a classes library (dll .NET) ? For sample restrict the possibility to explore all classes and there features into the object explorer from VS.Net or
|
| Custom Validators - OnServerValidate | 14 Sep 2005 18:30 GMT | 2 |
Does anyone know if it is possible? If I have two buttons on a page and in my OnServerValidate function can I figure out which button was pressed. I need to know because I have validators on the page that I do not want to enable when a specific button is pressed.
|
| Object reference not set to an instance of an object. | 14 Sep 2005 17:36 GMT | 2 |
I get the following error: Object reference not set to an instance of an object. [NullReferenceException: Object reference not set to an instance of an object.]
|
| AppBar - desktop tool bar | 14 Sep 2005 17:31 GMT | 2 |
I am currently working on writing an application that functions like a desktop tool bar (like aol - when it has its docking feature turned on, Google Dekstop, or even when you right click your tool bar and say new tool bar)
|
| Dynamic Forms with SQL | 14 Sep 2005 12:16 GMT | 1 |
Hi to everyone. I need some help about some questions. I want to create dynamic forms using .NET (Windows Forms, no ASP.NET) in the following way.
|