| Thread | Last Post | Replies |
|
| jump into code when exception occur during debug (in Try..)? | 25 Jun 2006 15:15 GMT | 2 |
VS2005 - VB when we have code in try block, when exception occur during debug. the debuger not jump into the code, before run the catch block. this behavior make debugging difficult.
|
| Get text message of textbox in a webpage | 25 Jun 2006 13:42 GMT | 1 |
Please help me! I want to get the text of one textbox in a webpage. For example, I compose mail by gmail. After I type content of my mail and click a button on toolbar (created by myself), my function will grasp all this
|
| storing dataset | 25 Jun 2006 08:26 GMT | 8 |
what is the prefered method of storing a dataset to a non-database file. perhaps a binary file? thanks
|
| VisualStudio 2000 to use .Net Framework 1.1 | 24 Jun 2006 20:52 GMT | 1 |
I am using VisualStudio 2000 which uses .Net Framework 1.0 How can I make it to use .Net Framework 1.1? Thank you, Waldemar
|
| Response.Redirect not being called after sending an email | 24 Jun 2006 20:38 GMT | 2 |
The last two lines of code in the Click event of a Button Control on my page are: Me.WelcomeEmail() Response.Redirect("mainmenu.aspx")
|
| Why force a connection string scope to be application? | 24 Jun 2006 09:22 GMT | 8 |
Im using VS2005. Microsoft have got some great support for application settings and the changes to system.configuration and associated support mechansims seems to be pretty damn good. What i dont get is why they stupidly force all VS application setting
|
| Can I run a .net 1.1 application on .net 2.0 | 24 Jun 2006 01:45 GMT | 3 |
If a target machine has ONLY .net 2.0 installed on it, can my application (compiled on .net 1.1) run without any problems?
|
| Application settings in visual studio 2005 | 24 Jun 2006 01:44 GMT | 1 |
Hopefully I will explain this clearly... I have some old dlls written in vb.net (2003). I want to reference one of these in a visual studio .net 2005 project. So I can make the reference, but I'm having problems getting the old
|
| Coding Style | 24 Jun 2006 01:35 GMT | 7 |
Is there a software that will scan my code for proper style? I have seen that software, but I forgot what it is called.
 Signature Arne Garvander
|
| Loops and textboxes | 23 Jun 2006 19:11 GMT | 1 |
I have created a class that inherits from the dictionary base, and i have 10 text boxes on my form, these are labelled txtPrice0 to txtPrice9. I have populated my class with values from a database. I want to be able to get the values from my class into the text value of each ...
|
| IDisposable | 23 Jun 2006 17:48 GMT | 2 |
Is there a quick way to get a list of all classes in .Net Framework 1.1 that implement IDisposable?
|
| Cache Classes for Non-ASP.NET Apps?? | 23 Jun 2006 17:20 GMT | 3 |
Does anyone know of a class (third party or otherwise) that implements caching functionality similar to the "System.Web.Caching.Cache" class for ASP.NET, but which can be used by non-ASP.NET apps (in my case a Windows service)?
|
| System ShutDown.. | 23 Jun 2006 16:37 GMT | 3 |
Our application writes pretty large XML files to local file store.. I would say anywhere between 3-5MB of data at time.. but nothing more...The DataSet.WriteXML() method in the framework, corrupts the files when System is shutting down. What I mean here is the file does not get ...
|
| Changing font on Pushbutton control | 23 Jun 2006 16:17 GMT | 1 |
I am having trouble changing the font for a PushButton control in a datagrid button column. I have seen several posts refer to styles and simple changes to the HTML for font changes but most of those referred to a LinkButton type of control. But in cases where someone is using ...
|
| Possible to target application to multiple frameworks? | 23 Jun 2006 15:26 GMT | 1 |
I am contracting a solution out to be developed in C#. Besides for the application features themselves, we have two goals for the *distribution* of this software. 1. It should be easily 'installable'. Simply dropping the software onto the
|