| Thread | Last Post | Replies |
|
| Submitting a form to a new window in ASP.NET | 24 Apr 2005 17:23 GMT | 1 |
I have a form that I want to submit to a different page and in a new window. I have done this using an HTML button and putting a target="_blank" attribute in the FORM tag. This does give me the results, but I'm unable to control the size and other properties of this new window.
|
| weird problem with filling comboboxes using DataSource/DisplayMemb | 24 Apr 2005 15:49 GMT | 1 |
I have some weird(?) problems, and I am not quite sure if there are due to my errors or maybe a limitation in the .Net framework. I have a ComboBox I need to fill with the content of an untyped DataSet. This is to be done in the "DropDown" Event (since the dataset is empty at
|
| Global Variable | 24 Apr 2005 13:27 GMT | 2 |
I have declared a global variable in module using the following syntax (without Class) in my ASP.NET application: Public UserName As String There is no problem for me to share the value among all the webforms.
|
| .NET Framework occurence/spread | 24 Apr 2005 07:54 GMT | 20 |
I consider to create an application using .NET Framework. It would be used by any kind user, mostly those who do not know anyting about programming and .NET Framework. But have some hesitations about .NET Framework occurence on computers of
|
| Memory Analysis .NET / C# | 24 Apr 2005 07:31 GMT | 2 |
Does anyone know of a way to pin point true memory utilization on a per object / allocation basis in dot net. The problem that i'm having is projecting the amount of memory that will be required by an application.
|
| is there a way to know if the first reference of the object is data member of class ? | 24 Apr 2005 04:01 GMT | 1 |
my target is to create objects only as data member of class. (but offcourse i can pass the objects reference to other objects) my question: how can i make sure that my object is create as data member and not as
|
| concatenate then carriage return | 24 Apr 2005 00:28 GMT | 1 |
Hey guys! Is there anyway to concatenate then do a carriage return in a list box? I'm trying to piece multiple pieces of text together and put it into a list box.
|
| help | 23 Apr 2005 23:24 GMT | 1 |
Could anyone tell me where I can download or get a c# web application sample code that can run? For example that can do search, insert, delete and update db records. Thanks,
|
| http1.1/500 Internal Server Error | 23 Apr 2005 19:43 GMT | 1 |
Hi everyone ! Sorry for my English skill I'm using Win2003 Server (Enterprise). I setup Visual Studio 2003. Setup completed without any errors. After that I tried to create new Web project and I got error message "http1.1/500 Internal Server Error....".
|
| VJSResGen | 23 Apr 2005 19:24 GMT | 1 |
I am converting a Java app to .Net using J#, and need to convert resources. Apparently, the VJSResGen program is needed to do this, and the sample app where it is built returns a 404 on the MS site... http://download.microsoft.com/download/VisualStudioNET/Sample/7 ...
|
| MDAC Components Problem | 23 Apr 2005 18:20 GMT | 1 |
I'm using the latest, updated verion of VB.NET on my computer. When I run it on our client's computer, it installs fine until it has to work with the database, when I get the message "The .NET Data OLE DB Provider (System.Data.OlebDb) requires Microsoft Data Access Components ...
|
| DataRow confusion!!! | 23 Apr 2005 09:41 GMT | 8 |
I passed DataRow in the constructor of the form2 as follow Public Sub New(ByVal row As DataRow) MyBase.New() 'This call is required by the Windows Form Designer.
|
| Documentation for capturing OutputDebugString / Kernel messages | 23 Apr 2005 09:33 GMT | 3 |
I have written a small .net application to captutre the output from calls to OutputDebugString. However it does not always work, and in general does not seem to capture the output when it is written out from within an ASP.Net application on Windows2000.
|
| how to display text in new line in a TextBox in Vb.NET? | 23 Apr 2005 07:34 GMT | 2 |
how to display text in new line in a TextBox in Vb.NET?
|
| How to escape "{" | 23 Apr 2005 04:59 GMT | 4 |
How could I escape "{" in Console.Write(), i.e. I want output like -- { 1234 }, how could I do it in one Console.Write()? thx.
|