Filter By
Inserting a XML data Into Database Through Stored Procedure
I have a data in XML format and i want it to be save into database. On database there is one table called as Book table. It contains 5 fields. You can see the table structure below. This table has a key field called as id. This field is getting its value from the system. Everytime the new record is ...more

Select The Records From The Table By Their Position Number
Just assume that you have a table called as Bank table which its primary key is an auto generated incemented unique number. That means the value for that primary key (in this case is id field) is created by the system automatically at the time the new record is added and that number is unique. And the ...more

Add and Remove an item onto/from a List Box Dynamically
We need an interface which we can add and remove the item of the list box dynamically. ...more

.NET Remote Object - Part I
Here we are going to create a small project for "Automatic Ticket Order". Once it is finished this system would allow the user to order a ticket number which is produced sequentially incremented. This kind of ticketing system can be used in small clinic to keep the incoming patients in order, pretty ...more

Turning Numerical Value Into Fixed Format Delimited String
We have a table,called as Member. For some reason we need to enlist all member id into delimited string format. Each individual id must be transformed into six digit format and seperated by coma. ...more

.NET Remote Object - Part II
In part I we successfully created a small project for "Automatic Ticket Order" which allowed the users to submit their breif details and get their ticket numbers which produced sequentially by the remote object. Now, we are going to add one feature on the remote object to record every transaction that ...more

Simplest AJAX Experiment Part II
The XMLHTTP object allows the client script to send parameters alongside with the request. The limit of the size of the parameter can be sent depends on the method that is being used to send that request. We recognise two methods of sending a request, GET and POST. The GET method is to send request and ...more

Adding a new item onto a List Box Dynamically
We want to add new item dynamically to a list box on a HTML page. We need to provide the item text and the item value. It should be done after the user press the button. ...more

Simplest AJAX Experiment Part I
AJAX is a technique to improve user experience on the web which allows the client browser to communicate with web server without leaving the actual page and bring the respond back instantly. Unlike the old technique which requires to get the whole part of the web page to be reloaded, AJAX doesn`t. AJAX ...more

www.codeproject.com www.dotnetspider.com www.devx.com
www.sqlteam.com www.codeguru.com www.internet.com