(Naveen Lanke) Suppose you have a DataGrid with several columns full of data. The DataGrid contains several pages. You can disable paging and export all the data to Excel using the RenderControl method.
Author: SSWUG Research
Improving Application Performance in .Net
(Joydip Kanjilal) The performance of web applications is a serious concern for application developers in Microsoft .NET. This article discusses some tips and best practices that can be utilized for making performance improvement in .Net web applications. It also focuses on the art of better coding
Why XML transformation via XSLT in the browser is limited
(Tony Patton) The last couple of weeks we’ve examined the AJAX approach to browser-based development with the XMLHttpRequest object and JavaScript. While working with XML data is straightforward, you can easily manipulate XML with XSLT stylesheets. However, using XSLT in the browser is limited, so s
Oracle Lays Out Telecom Service Delivery Platform
(China Martens) Oracle made another move to target telecommunications providers, unveiling plans for a telecom service delivery platform (SDP).
Oracle XE: It’s Not Your Typical Oracle
(Dick Wall) Try a visualization. Think about Oracle Database. If you are anything like me, you are probably envisioning large, mission-critical applications, darkened server rooms with loud fans and lots of heat, and DBAs sweatily laboring to keep the enterprise running. You might, if you have had t
A Practical Guide to Migrating From Oracle to MySQL
With the rapid growth of MySQL in the database market, many corporations, government agencies, educational institutions, and others have begun to migrate away from their expensive and proprietary databases. Of course, a migration from any database is not something to be taken lightly, and so countle
SQL Server Replication
(Mike Chapple) SQL Server replication allows database administrators to distribute data to various servers throughout an organization.
Permissions on an XML Schema Collection
As described in the topic, Managing XML Schema Collections on the Server, you can create an XML schema collection and use it to type variables, parameters, and columns of xml type.
From DAD to annotated XML schema decomposition
(Mayank Pradhan) The annotated XML schema decomposition feature introduced in DB2 Viper can be used to decompose XML documents, wholly or partially, into relational tables. It uses annotations in XML schema as the mapping language to map information in an XML document to relational tables. The new X
Using DOM 3.0 Validation Techniques with XDK 10g
(Deepak Vohra) The DOM 3.0 Validation specification provides for validation of an XML document with a DTD or an XML Schema. The advantage of DOM 3.0 Validation over validation with a validating parser such as the DOMParser is the support for dynamic validation. The DOM 3.0 Validation specification i
