| Thread | Last Post | Replies |
|
| Third Party Grid for ASP.NET | 03 Jun 2005 15:31 GMT | 2 |
Any recommendations on a third party ASP.NET grid control. Requirements are flexible, fast and ability to embed controls onto cells. Joe
|
| Textbox width, Netscape | 03 Jun 2005 15:11 GMT | 2 |
A server control textbox width displays in IE6 the same as in the 2003 IDE. But in Netscape 8 and Firefox 1.0.4 the width is only about 1/3 of it's design setting. I've tried putting the textbox in a table and in a panel but with no change.
|
| Do event members belong in interfaces? | 03 Jun 2005 14:38 GMT | 3 |
Do event members belong in interfaces? I have used events in interfaces to report state changes and they work well. However; I really never see event members in any of the framework interfaces. So, is there some reason for this lack of event members in the framework interfaces ...
|
| Dynamic Control of Scrolling TextBox | 03 Jun 2005 13:36 GMT | 2 |
I have a very large ArrayList of objects. I'd like the user to be able to scroll through a text box (or other control) to view the description of each object. The object class has an overriden ToString() method, which produces the desired text for each object.
|
| Tracking User Activity | 03 Jun 2005 12:58 GMT | 1 |
I developed Discussion Forum for my company.In this forum User can read post,made post ,create new thread etc like open source Telligent Systems' forum. I developed it ASP.Net with Sql Server as a backend Database.Now I want to
|
| I get this error - "The specified network password is not correct" | 03 Jun 2005 12:29 GMT | 2 |
I wrote a .dll that programatically maps two network drives and copies files from one drive to the other. The .dll works fine when using an .exe to call the .dll. When I call the .dll with a Windows Service I get the following error - "The specified network password is not ...
|
| MailMessage when attachments are stored in database | 03 Jun 2005 11:30 GMT | 5 |
I wrote an email queuing application in ASP / CDO, which uses a database as it's source. It reads email parameters (From, To, Subject, etc.) from a database, constructs then sends mail messages. It also stores attachments in a database binary field and
|
| VB 6 app calling C# windows service | 03 Jun 2005 10:02 GMT | 1 |
Has anyone written a windows service in C# that used multiple threads, then wrote a VB 6 application that called the various methods on the C# Service? Any problems with it? Thanks
|
| Displaying pop up bubble boxes | 03 Jun 2005 07:26 GMT | 1 |
Needed some pointers on how I can get to display pop up bubbles in a windows form that I am building. I basically require these as tooltips for a user. I'm currently planning to call the code for displaying these on focus on text boxes.
|
| OT: Fastest Database? | 03 Jun 2005 03:15 GMT | 6 |
What is the fastest database to use for searching vast amounts of data (650 billion records - 7 fields)?
|
| Help Custom Action in Setup Problem | 03 Jun 2005 01:20 GMT | 1 |
I have written an installer class that I invoke as a custom action. I have a.ses 2 screens in the installation process that pass data to this Installer Class. I have succesfully debugged the application and it reaceives all the variables fine from the custom screens. The Cstom ...
|
| ASP .Net Project Problem | 02 Jun 2005 20:56 GMT | 1 |
I have an ASP .Net project that I'm trying to debug, but I'm having trouble running it correctly on my machine. It runs fine on the server, but when I run it from my local machine(XP Pro with IIS) I can only access pages in the projects root directory. If I try to access
|
| XML Reading "&" Error | 02 Jun 2005 19:43 GMT | 4 |
I have an xml file that is written and it writes the & like "&", without the quotes. When I go to read it back in, it reads it as "&" instead of "&" which is what I need. How would I go about doing this? Thanks,
|
| DefaultValueAttribute Not Working | 02 Jun 2005 17:33 GMT | 2 |
I've create a custom DataGridColumnStyle and when I try to assign a DefaultValue to a property, it doesn't seems to have any effect. Here is the code: [DefaultValue(10)]
|
| TextBox 'Leave' Event not working | 02 Jun 2005 17:16 GMT | 1 |
I have an application that has (for the sake of argument) 2 (MDI) windows open. If I click into a textbox on FormA then the 'Enter' event for that TextBox fires, great!
|