|
First
|
Prev |
Next
|
Last
Pages: 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
Adding class library to website Hi I am used to using the App_Code folder to put my DAL and BLL classes. However I want to move toward using separate dll's so I can start doing things like Unit Tests and using Sandcastle for documentation. My class library DAL project contains 4 .vb files, each one containing a single class, which maps to a DB ... 21 Jul 2008 17:12
Text box format change How to change text box format from text to date format or currency format. I tried from property window but same was not change. I want that if I write in text box 1000 and press tab then format autochange and value show in tax box 1,000.00. ... 21 Jul 2008 01:47
how to show the data from a data reader? Can someone please show me what to do with this to show the data in a dataGrid for example? I'm not really sure what to do with it. I'm used to Vb6. Dim Con = New OleDb.OleDbConnection("provider=microsoft.jet.oledb.4.0;" & "data source=c:\_Archive\Documentation - Projects\Hardware Tracking - 2008\IT_Assets.m... 21 Jul 2008 01:47
Configuration Manager - missing / cannot find. -Solved No, My menu options are: ( or were ) ( see below ) I found it...I had to go to "Tools Menu", "Options", and under "Projects and Solutions" I had to go to "General" and then click the checkbox ( that was not checked ) - Show Advanced Build Configurations Thanks for your help and quick reply...it got me ... 20 Jul 2008 23:44
Configuration Manager - missing / cannot find. I am going throug a vb 2005 book, but I am using vs 2008 professional, and I cant seem to find a menu option its talking about. I am wondering if this has moved - i cannot seem to find it for the life of me in any of the menus. Looking at the help file however - it says the menu option is exactly how my book st... 20 Jul 2008 23:44
DYNAMIX AX - CLOSED OFF TRANSACTIONS ? Hi, We are having difficulty 'viewing' closed of transactions (ie. A/R Batches) in AX in the format in which they were originally keyed off or taken off a customer's Trade Debtor a/c. Does anyone know if AX can be modified to allow easy access to view a closed off batch? Jon ... 20 Jul 2008 21:42
Windows XP SP3 - registry entries. Checking the Registry, I find a software uninstalled some ago is still recorded under the Legacy entries. Any attempts to erase this from the registry is denied. Can these Legacies entries applying to a particular software title be made able for removal from the Registry? - what steps are required to do so safel... 21 Jul 2008 08:56
MyApp.exe.config vs MyApp.config Hi, I have a MyApp.exe.config file with some settings, but my program seems to IGNORE it. it looks for MyApp.config instead. changing the exe.config to .config is a bit complicated (windows installer is involved...). any ideas as to WHY it happens or how to FIX it ? I'm using .NET 2 on windows server 200... 21 Jul 2008 02:48
see all dotnet questions C# Interview Questions and Answers8 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html C# Interview Questions and Answers7 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html C# Interview Questions and Answers 6 http://allinterviewsbooks.blogsp... 20 Jul 2008 01:15
Keeping the order of custom attributes Hi, Is it possible to make the C# compiler to keep the order of Custom attributes as it is in the source file? For example, I've got the following output from the code snippet below: 4, 3, 1, 2 Can I preserve the original order at the moment of compilation? [Test(1)] [Test(2)] [Test(3)] ... 20 Jul 2008 23:44 |