Uncategorized
Posted on July 1st, 2008.
This article is about formatting the cells of a gridview. Imagine you have to change backcolor of a paticular cell in the grid view conditionally. How would you do it? Below is the Solution for this.
Suppose you have to compare the value of a paticular cell with date field which comes from the database. Lets keep the date [...]
Read Full Post |
Make a Comment ( 1 so far )
Posted on June 1st, 2008.
Not all the user inputs are safe. Some of the inputs can be very hazardous to your website because it can lead to SQL injections.
SQL injections are those scripts/queries formed by the concatenation of dynamic sql queries you write and the input users give.
lets take an example to be clear on it. Suppose you [...]
Read Full Post |
Make a Comment ( 8 so far )
Posted on April 28th, 2008.
As a part of my work i had to do this task. The complete task assigned was to copy the file from the folder ‘images’ to a new folder ’tiles’ and the the name of the files copied had to be the concatenation of two columns in the table in the database.
Slolution :
<!DOCTYPE html PUBLIC [...]
Read Full Post |
Make a Comment ( 23 so far )
|