| Thread | Last Post | Replies |
|
| VS 2005 Q.. | 30 Oct 2005 08:40 GMT | 7 |
When is the exact release date vs 05? (It would be just great if I could fit it in before year end.) thanks in advance.
|
| How2 Migrate Beta 2 IDE Settings To 2005 RTM? | 30 Oct 2005 01:30 GMT | 1 |
Posted elsewhere with no answer. Getting antsy. After three days I may get lucky and someday make a connection to the shipping bits and when I do I need to know how to transfer my VS2005 Beta 2 configuration settings to the new release. Instructions please...
|
| Wich version of VS2005 ? | 30 Oct 2005 01:12 GMT | 3 |
Which version (pro, architect, ....) of VS 2005 is available for download for MSDN Universal subscriber ? Thanks,
|
| Visual Studio 2003 on .Net 2.0 | 29 Oct 2005 22:13 GMT | 2 |
Make a long story short, can I run .Net 2.0 and SQL 2005 and still use VS 2003. I understand I will not get all the functions I just need SQL server and I dont see a point in buying an old version.
|
| .NET Framework Version | 29 Oct 2005 20:32 GMT | 2 |
Is there a tool that will tell my the current .Net Framework version? I don't need to do it programmically using the Environment.Version. I need a command line application that will tell me? Thanks,
|
| "onkeypress" event | 29 Oct 2005 18:19 GMT | 1 |
We are using the "onkeypress" event in Javascript to determine when the user hits a particular key. This works well unless an ASP.NET control (such as a textbox) has focus. In this case the onkeypress event does not fire. Unfortunately, our need is to handle key presses
|
| Reflect field inside method | 29 Oct 2005 17:50 GMT | 5 |
Is it possible to Reflect a variable inside a method? I can Reflect a class field using GetField, but can I reflect a variable/field from inside member? For example, I want to Reflect samp inside of the method:
|
| P# | 29 Oct 2005 15:59 GMT | 3 |
Does somebody know where I can find the P# compiler? Thank you
|
| BHO and WebDav events | 29 Oct 2005 10:27 GMT | 2 |
Sorry if this is the wrong groups, I couldn't see an obvious group for this question. I have written a BHO in C#, catch IE events but I cannot find away to make it catch WEBDAV events.
|
| Deleting a user profile folder | 29 Oct 2005 01:01 GMT | 1 |
Hello all. Hopefully I can get some help... I have created a little C# console app that we needed to delete certain user profiles from the documents and settings directory. But lo and behold I get an error.
|
| ASP.NET Forms Authentication Questions... | 29 Oct 2005 00:15 GMT | 1 |
Background: I want to be able to authenticate users whose usernames & passwords are stored in a SQL database. I only want certain pages to require authentication.
|
| How to load and sort Values from Hashtable into a DataColumn of a DataTable | 29 Oct 2005 00:12 GMT | 1 |
I have a datasource that is being passed in as a Hashtable. I want to load in all the Values (strings inside the Value, not the Keys) into a collumn inside a DataTable. The values need to be sorted alphabetically. What is the best way to do this? Any help is
|
| Printing | 28 Oct 2005 20:04 GMT | 5 |
How do I use the printdialog. If I call PrintDialog1.ShowDialog it gives me an error mesage to set th edocumt I have a text box control with text that I want to print from a command
|
| ASPNet Worker Process up to 99% again | 28 Oct 2005 19:50 GMT | 1 |
Hi - I have the old problem of my asp.net worker process shooting up to 99% - at which point my asp.net web app stops running. My app reads rows from a sql server database table, and on the While Read loop, appends certain information to a stringbuilder.
|
| Using include file | 28 Oct 2005 19:38 GMT | 1 |
How do I call the include file in a .aspx page? Thanks
|