Thursday, April 23, 2009

Wednesday, April 22, 2009

Re load page using asp.net

Instead of using Response.Redirect you could tryCODEScriptManager.RegisterClientScriptBlock(this, typeof(string), "postBack", Page.ClientScript.GetPostBackEventReference(new PostBackOptions(this)), true);I know it's a bit long but if you have any update panels or ajax stuff on the page you need to use ScriptManager. Otherwise you can just useCODEClientScript.RegisterClientScriptBlock(typeof(string),...

Tuesday, April 21, 2009

Bulk Operations Using Oracle Data Provider for .NET (ODP.NET)

Introduction In a typical multi-tier application, one of the biggest performance bottlenecks is the overhead of making round-trips to the database. Minimizing these round-trips is often the first area you should look at during performance tuning. Fortunately, the Oracle Data Provider for .NET (ODP.NET) makes it fairly easy to do this by providing several built-in methods to write and read data in...

Calling Oracle stored procedures from Microsoft.NET

IntroductionThis article is intended to illustrate how to illustrate how to call Oracle stored procedures and functions from Microsoft.NET through the Microsoft.NET Oracle provider and its object model residing in the namespace System.Data.OracleClient. I will cover several possible scenarios with advanced examples.Executing a stored procedureLet's begin with definitions. A procedure is a module that...

Caching Oracle Data for ASP.NET Applications

IntroductionFor building scalable and high-performance Web based applications, ASP.NET provides a feature called data caching. Data caching enables programmatic storing of frequently accessed data objects in memory. This feature can be extended to vastly improve performance for ASP.NET applications that query data stored in an Oracle database. This article describes a strategy for caching Oracle database...

Popular Posts

Recent Posts

Unordered List

Text Widget

Blog Archive