| Thread | Last Post | Replies |
|
| Design Time attributes on UserControl | 06 May 2005 12:52 GMT | 1 |
I am looking to enable intellisence for my UserControl(ascx) in the html portion of the page. I want the user to be able to drag the control to the page and from there modifiy a few properties in both the html tag and the properties window.
|
| How do I know System.Windows.Forms.TextBox in System.Windows.Forms lose Active? | 06 May 2005 12:20 GMT | 3 |
How do I know System.Windows.Forms.TextBox in System.Windows.Forms lose Active? I mean When a textbox get focus, then user click on another form/application to make another form/application activate and make this form/application
|
| Datagrid new row update problem. | 06 May 2005 10:17 GMT | 6 |
I have datagrid with binding on dataset this.grdMachineType.DataMember = "MachineTypes"; this.grdMachineType.DataSource = this.dsMachineTypes; After append new row in datagrid i call this
|
| Whats new in SP1 of framework ?? | 06 May 2005 10:16 GMT | 2 |
Some days back I had posted a message saying I am getting symptoms like the 'EnableVisualStyles' bug mentioned at lots of places. Most of the time the application just crashes, and I can't even get a proper stack trace or error information. That post is pasted below, but ...
|
| A Reflection Puzzle:( | 06 May 2005 07:17 GMT | 6 |
HI, all, I just want to invoke an internal method named 'ResolveClientUrl', which is defined in class System.Web.UI.Control, using an instance object of a type that derives from Control.
|
| freopen equivalent | 06 May 2005 06:50 GMT | 1 |
I am writing a C# application that uses an unmanaged C++ dll. The unmanaged C++ dll is wrapped in a managed C++ assembly. I would like to capture what is being written to stdout and stderr by the unmanaged dll. I am not spawning a new process for this dll, it
|
| must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be put in viewstate | 06 May 2005 04:45 GMT | 4 |
I have a class that inherits from CollectionBase The class is marked as Serializable and implements ISerializable. It has a constructor overload for deserialization also. CollectionBase holds a class which also is marked as Serializable and
|
| System.DateTime.Parse("Thu, 05 May 2005 14:50:52 EDT") Fails | 06 May 2005 03:49 GMT | 3 |
How do I use the .Net 1.1 System.DateTime so that it will parse the string "Thu, 05 May 2005 14:50:52 EDT" Currently System.DateTime.Parse("Thu, 05 May 2005 14:50:52 EDT") Fails with a FormatException:
|
| Format Double Values | 06 May 2005 01:09 GMT | 1 |
I have a Double Value. i am planning to display it in "0.0000" format i.e. the decimals length is fixed i.e. 4. I am using math.round function which is reducing the length to 4. but if the length is just 2 digits then it is giving 2 digits only. where i want 4
|
| String formatting | 05 May 2005 21:30 GMT | 4 |
Is there a way to format a string so that it is always left padded with zero's? For example I have random set of number say: 1, 40, and 389. I want to always display the number 3 digits padded with zeros like: 001, 040, and 389.
|
| What is the REAL IE Version Required for .NET Framework | 05 May 2005 20:58 GMT | 6 |
I have a question. What is the real IE version required for .NET?? (major-version.minor-version.build-number.sub-build number) I have installed the .NET framework on a Windows 2000, and looking in the
|
| Problems in OleDb for Oracle | 05 May 2005 17:59 GMT | 2 |
I am using the same code below for ADO.NET and MS OLEDB provider for Oracle but in OLEDB, I get the error "ORA-01008: Not all variables bound". I don't have a clue what was wrong. IN ADO.Net I can inser, update and delete but I can't with OLEDB.
|
| Forum for Microsoft .NET PetShop Sample | 05 May 2005 16:20 GMT | 1 |
Is there any forum for Microsoft .NET Petshop sample? I have problems running the v 3.1 sample downloaded from Microsoft. The error message is: Description: An unhandled exception occurred during the execution of the
|
| debuging on Microsoft Visual Studio 2003 | 05 May 2005 13:03 GMT | 1 |
I am using Microsoft Visual Studio 2003 Architecture. How can I debug my code (Aspx, html, javascripts, etc...) ? Thanks :)
|
| writing html (client) on aspx | 05 May 2005 12:33 GMT | 1 |
How can I (on Microsoft Visual studio .NET 2003) : use HTML code on aspx page (I have a button, and I want that the event occurs, when I am clicking on it,
|