Articles
Blogs
Free Download
Join
Login
Filter By
All
HTML/DHTML/XHTML
Javascript
Web Services
Remoting Object
XML/XSL/XSLT
MSSQL 2005
Stored Procedures
Triggers
Object Oriented
AJAX
C#
VB.NET
GDI+
Triggers
Jobs
Multi Threaded
Security
Networking & I/O
Games
Cascading Style
Security
Web Form
Window Form
Web Control
Sun, 16 Mar 2008 03:35:32 GMT
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
Sun, 16 Mar 2008 00:24:13 GMT
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
Sun, 17 Feb 2008 06:26:25 GMT
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
Sun, 17 Feb 2008 06:18:22 GMT
.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
Sun, 17 Feb 2008 06:15:13 GMT
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
Tue, 14 Aug 2007 06:27:54 GMT
.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
Fri, 08 Jun 2007 06:22:24 GMT
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
Mon, 21 May 2007 06:27:02 GMT
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
Wed, 27 Dec 2006 06:21:53 GMT
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
© CodeHotSpot Ltd 2006 - 2008.