| Thread | Last Post | Replies |
|
| After "File Field" is on Webform2.aspx, how do I upload it? | 29 Jan 2004 07:08 GMT | 8 |
I have a file field on Webform2.aspx and it works (as far as browsing and getting file and path). What do I do next to get the file to upload? Thanks, Trint
|
| Help needed with code | 29 Jan 2004 03:01 GMT | 6 |
I have a datagrid populated by a Dataset using an SQLAdapter. This datagrid is at the bottom of the form displaying all of the records for my SQL Query. Above the datagrid, I have several textboxes corresponding to the columns
|
| Where to set a window application's Application.ProductName property? | 29 Jan 2004 01:53 GMT | 2 |
|
| Why is no one answering my post I need urgent help please? Using a Windows Forms Control as a Container, Help! | 28 Jan 2004 23:55 GMT | 4 |
I have a Windows Forms app written in vb.NET. I have 2 controls and a form in the solution, one control (say control1) is used in another control (say control2) and control2 is placed on a form. I am aware of how to make control2 a container so that other controls can be placed on ...
|
| How to format the columns of a DataGrid to show a ComboBox | 28 Jan 2004 22:26 GMT | 3 |
I can't find the articles on how to format the columns of a DataGrid to host a ComboBox, Calender, Checkbox.. Anyone remember Michael
|
| Control.Focus() Behavior has changed (for the worse?) in .NET 1.1 | 28 Jan 2004 21:48 GMT | 3 |
We've been bitten by a change in behavior between .NET 1.0 and .NET 1.1. Specifically: We determine in the Leave event what control to move to next. E.g., We call textbox4.Focus() in the leave event of TextBox1. In .NET 1.0 you would get 1 leave event when pressing the TAB key and ...
|
| Detecting User Idle Time | 28 Jan 2004 20:14 GMT | 1 |
Is there an easy way to detect if the user has used the application for a set amount of time? Thanks.
|
| Controlling MDI child form Instances | 28 Jan 2004 20:13 GMT | 2 |
I have an Windows MDI application. I would like to only allow one instance of a child form tpo be open at any particular time. Can somebody suggest a way to do this?
|
| Server Error in '/' Application. Object reference not set to an instance of an object. | 28 Jan 2004 20:11 GMT | 3 |
Hi, i´ve a problem with a NET application. In develop server, the application runs without problems, but when I upload to our internet webserver, fails with this message when i enter the information to validate users. The error message is:
|
| Hiding TabPages at runtime | 28 Jan 2004 20:10 GMT | 2 |
I am using VC++ 2003 for a WinForm application I have a TabControl with 5 pages. Depending on a user setting, I want to either show the first 2 or all 5 pages. How can I do this at runtime. I've tried the hide method on each page but I can still see the unwanted tabs with no ...
|
| Combobox SelectIndex = 0 throws exception | 28 Jan 2004 19:19 GMT | 1 |
I am adding items to my combobox like this: Me.cboDeprecType.Items.Add("X") Me.cboDeprecType.Items.Add("Y") Me.cboDeprecType.Items.Add("Z")
|
| List of open forms | 28 Jan 2004 15:26 GMT | 2 |
Is there an easy way for an application to be able to cycle through a collection of all form instances that are currently being shown to the user? I would like to be able to do this for a couple of reason, such as making sure the same form isn't opened twice conncurrently, or making ...
|
| System crashes when .net application is installed on Windows98 | 28 Jan 2004 14:13 GMT | 1 |
I have a problem when I installed a C# Windows Application on Windows98 System. First I installed the .NET framework 1.1 redistributable and then installed our application. Does anyone know what could be the problem? Thanks
|
| Custom dataGridColumn with two textboxes (or labels) one for each line of data to be displayed? | 28 Jan 2004 09:45 GMT | 1 |
I am curious; how can I create my own custom datagridcolumn class that has TWO controls in it (i.e. two textbox, label, etc). One for line one, and one for line two (that way I can control the fonts/color of each line of data within a column. Also, I would like BOTH controls to be ...
|
| DateTime formatting issue. | 28 Jan 2004 08:16 GMT | 1 |
When I use this in a WebForm it works perfectly : DateTime dt = DateTime.Now; IFormatProvider format = new System.Globalization.CultureInfo("pt-BR", true);
|