Showing posts from June, 2009

Export GridView To Word

To retrieve the records from a table fom within a database is perfectly easy via the gridview serve…

Dynamic DropDownList Controls

How to create dynamic DropDownList control in Asp.net? How to retain value across postbacks ? How t…

Populate List Data

METHOD 1: Without any datasource control Imports System.Data.OleDb Partial Class _Default …

List Box Control Database Access

FOR SECURE DB TRANSACTION REFER TO THE MAY 2009,CODES SECTION: Use the namespace of the ADO.NET …

Open Source World- An Overview

Open source software community has in itself been a remarkable industry well capable of producing …

Peridically Refreshing Webpage

The following META tag can be used as a trigger to automatically refresh the page every n seconds: …

Peridical refreshing

The following META tag can be used as a trigger to automatically refresh the page every n seconds: …

Open Web Page in a new window

The following HTML code will enable you to open a web page in a new window: A HREF="http:/…

Multicast Delegate

A delegate (object) which simultaneously executes more than one method dynamically can be called as…

REST

What is REST? REST is a model for creating services that embraces the model that the web uses…

Load More That is All