Displaying “Bit” Database Fields in Web Forms
When you display the value of a field with a “Bit” data types in a Web Form, the values show as True or False, as opposed to the actual value
When you display the value of a field with a “Bit” data types in a Web Form, the values show as True or False, as opposed to the actual value
This tip shows you how to create the RED color using the “
When you develop an application in Microsoft Access, your combo boxes will, by default, incorporate autocomplete. However, Visual Basic does not include this intrinsic support. If you want autocomplete in
This tip can help you determine if your computer is hosting spyware that sends your information to another server. The NETSTAT command can show the list of running applications in
The documentation for Oracle 9.2 and previous versions contains the following paragraph: “AFTER row triggers are slightly more efficient than BEFORE row triggers. With BEFORE row triggers, affected data blocks
To generate a stub/proxy client from a WSDL file, you need to download Axis from the Apache website This tip will work for jdk1.4.x or above. Suppose you have a
To use friendly names instead of the plain email IDs, simply write the email ID in the following format: mailobj.From = “AliasName <emailid>” For example: msgMail.From = “sms “; You
A simple way to determine the direction of stack growth is to compare the address of a function parameter with the address of a local variable in the function. Of
Here’s an example of how to create an exception. You can extend this example as needed for your own applications. The important principle is the exeption’s mechanism, not its subject: