You are here:
i can try answer to queries related to general VB/VB.NET programming, ADO/ADO.NET, handling databases etc.
I have been working with VB and VB.NET for over 3 years.
The sheer ease with which you can program.
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Jim | 05/08/08 | 5 | 5 | 10 | I tried to use the code given ..... |
| Eugene Leong | 04/11/07 | 10 | 10 | 10 | Very quick response! just the help i ..... |
| Vinod | 04/10/07 | 10 | 10 | 10 | thanks |
| katrina camille enerva | 09/25/06 | 10 | 10 | 10 | i love you! youre our savior! |
| Kevin | 08/02/06 | 10 | 10 | 10 | Thank you. You are awesome. Much appreciation |
Hi, when you have that random number, you need to pick the question from the DB whose ID is equal to that random number. If such an id does not exist, you need to generate another random number until
Hi Isha, Run time error - 91 object variable or with block variable not set is encountered when an object is not instantiated or is null. Very likely the connection object is going out of scope or
Yeah, you have to declare this section in the web.config and then you will be able to access it in code. Check out the following link - http://msdn2.microsoft.com/en-us/library/bf7sd233.aspx And
Hi Eugene, you can make use of regular expressions to identify MAC addresses. Here is a sample code snippet in C# public static string IsValidMAC(string macAddress) { string result = ""; Regex
Hi Vinod, why don't you use the ConnectionStrings section of the web.config. Something like this - <connectionStrings> <add name="VMallsConnectionString" connectionString="Provider=Microsoft
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.