(Tony Patton) There are many options when it comes to placing text on an ASP.NET Web form. You may type the text directly within the page markup, use a Label control, or use a TextBox control to name a few.
Other News
Understanding Numeric Data in VBScript
(Nilpo) VBScript—and programming in general—relies very heavily on numeric data. All computer data is stored and processed in binary (numeric) form. However, this data is not limited solely to binary. To properly understand how VBScript operates, it’s important to fully understand numeric data.
MVP Corner: Use the ASP.NET MVC Framework to Write Web Apps without ViewState or Postbacks
(Jeffrey Palermo) On October 6, 2007, Scott Guthrie officially unveiled the ASP.NET MVC Framework at the AltNetConf in Austin, TX. It’s interesting he chose to present it for the first time at this particular venue because the target audience contained some of the most avid open-source software user
HOWTO: Capture a dump on a specific managed exception
(Tom) So often times, we get an exception of interest, either we see it in the Event Log or we see it in a dump and we want to get a dump at the time of the exception to see what was happening. So how do we go about doing that? Well, the answer is, there are a few ways […]
Fun with UNDO tablespaces
(Chen Shapira) Its been a long time since I last wrote about how things went very wrong when doing something very routine. Thankfully, this time it was on the test system.
Build Web services with transport-level security using Rational Application Developer V7, Part 3: Configure HTTPS
(Henry Cui) Part 1 and Part 2 of this three-part tutorial series showed you how to develop Web services and clients, and configure HTTP basic authentication. In this final installment, you create a self-signed certificate, key store, trust store, and Secure Sockets Layer (SSL) configuration using th
Microsoft SQL Server 2008 – Change Data Capture – Part 3
(Muthusamy Anantha Kumar) Microsoft has introduced Change Data Capture, a feature that tracks changes on a table, in SQL Server 2008. Part I and Part II of the article illustrated how to enable Change Data Capture on a database and on a table.
Implementing Table Inheritance in SQL Server
(Jeff Smith) When designing a database, we sometimes come across situations where there are multiple types of entities that we are modeling, but we’d like them to all have certain attributes or relations in common. Using “sub-type” tables is a simple way to implement table inheritance in SQL Server.
High Performance LINQ To SQL – Compiled Queries – O/R Mappers – Ecommerce Websites
(David Hayden) It should be of no surprise that an O/R Mapper will add overhead to performance as compared to the performance one would receive from a DataReader in ADO.NET. LINQ To SQL is no different. It adds a lot of services on top of ADO.NET, such as: –Connection Management –Query Trans
Oracle BI EE 10.1.3.3/2 – Drilling on Measures – Passing Multiple Parameters during Drills – Go URL and HTML Formatting
(Venkatakrishnan J) One of my colleagues within Oracle called me today with regard to a pretty interesting issue that he was stuck up on. Basically, he wanted to find a method of drilling on measure values by passing some of its dimensional attributes as filter to another report. As you would probab
