| Thread | Last Post | Replies |
|
| Inputting Time on a Webform | 29 Apr 2005 08:01 GMT | 2 |
I am looking for an example of how to display a text box and prompt the user for a time ex. 9:00 am. I would have a start time and an end time and then I would take the difference to give me the duration of the event. I would like to provide the user with the least opportunity ...
|
| Datagrid customization | 29 Apr 2005 05:26 GMT | 3 |
I have a datagrid with about 5 columns. It's datasource is a dataset that also contains a 'comments' field, but I'm not displaying it, as it would take up too much space. What I would like to have, is a small 'button' in each row, that displays if
|
| Searching for code | 29 Apr 2005 04:41 GMT | 1 |
Hi, can someone remind me how to change the windows XP search to include code files as well as text files and documents etc. I'm sure there was a knowledge base article about changing the registry or
|
| Team System 2005 | 28 Apr 2005 21:48 GMT | 1 |
From: =?Utf-8?B?c3dn?= <swg@discussions.microsoft.com> Subject: VS2005 Team System - Whidbey Date: Fri, 1 Apr 2005 01:15:03 -0800 Newsgroups: microsoft.public.dotnet.datatools
|
| How to store my .NET project on a server? | 28 Apr 2005 21:18 GMT | 4 |
I am developing a Web site and can't figure out how to store the project files on the Web server instead of my local hard drive. There must be a way, otherwise people wouldn't be able to collaborate on projects... but everything I can find talks about developing the site locally ...
|
| fastest way to ReadXmlSchema, ReadXml and WriteXml | 28 Apr 2005 20:12 GMT | 11 |
I should use XML to synchronize the data from different (VB.NET) applications, and I was just wondering which Overloads of these functions ( ReadXmlSchema, ReadXml and WriteXml) goes the fastest? I don't think the ReadXMLSchema would give a lot of difference, but maybe the overlaods ...
|
| Datagrid size ??? | 28 Apr 2005 19:34 GMT | 1 |
I have a datagrid control on a windows form which is split in two horizontale area. My datagrid has the dock.Fill property in order that its size is occupied the full area
|
| window.opener attribute not set after postback | 28 Apr 2005 19:26 GMT | 1 |
I have an webform from which I open a child window to display a calendar. When a date is selected in the calendar window it attempts to set the value of a textbox in the main (parent) window by using the window.opener property to reference the textbox.
|
| Memory usage anomaly with asyncrhonous server application | 28 Apr 2005 18:58 GMT | 19 |
I am having a strange memory issue in my server application. This application accepts socket connections, passes messages around, then closes them. Using the .NET memory profiler from scitech.com, it reports reasonable
|
| Compiling in Debug Mode, but not in Release Mode | 28 Apr 2005 17:03 GMT | 2 |
in "c:\Root.Aspects.Exceptions\example.vb(20)" I receive an: error BC30456 'Insrumentation' is not a member of 'Aspects. In the Solution the following projects exist: Root.Aspects.Exceptions
|
| best 3rd party controls | 28 Apr 2005 16:49 GMT | 1 |
anyone have any experience with the best 3rd party controls for .net, both vb and asp? specifically gridview, treeview, rtf. telerik so far looks very good.
|
| dotnet with files Btrieve | 28 Apr 2005 15:59 GMT | 2 |
I have big applications with Btrieve Btrieve/N and Btrieve Novell. I am developing the same ones in .net (AspNet, C# and Sql) and I need to access to files btrieve. (that are in production). Does somebody know on the Topic?
|
| SqlConnection.Open() Hang | 28 Apr 2005 15:16 GMT | 2 |
I am using .NET 2 (beta2) and are having problems with using a SqlConnection. I have created a test application that opens a sql connections, gets some basic data and then closes the connection. When i run this application as the administrator it works fine. However if
|
| want to get bounced mail in different address | 28 Apr 2005 14:32 GMT | 2 |
Im using System.Web.Mail to send emails to the users. Now i want to receive the bounced mails in a different email id from that of the from(sender) id. Im doing something like this... MailMessage mail=new MailMessage();
|
| Access Keys Need to show up as underlined by default | 28 Apr 2005 14:04 GMT | 2 |
We have defined access keys for both our menu choices and buttons. However, when the menu displays, the access key "underline" on the menu does not display until we press the ALT key. We can toggle the access key underline display by hitting the ALT key again. How do we get the ...
|