there are different kind of joins available by sql like
inner join,left join,etc.by the following example i will show
how to do left join which i used in my application to
get data from two tables -
how to read from a file according to querystring using Stream
Written by Super Userif you want to read get/read data from a file according to
querystring using StreamReader then following codes will
help you.It is very useful in some case.here i get data from
a ashx file according to query string i pass to the file -
how to resize or make thumbnail image in asp.net
Written by Super Userby the following way you can resize a image to a predefined
dimension and resolution.you can also use it to make a image
thumbnails.
how to attach and detach databases in sql server
Written by Super Userconnecting Asp.net local MDF database files to sql
server management studio express is easy to do.
following are the steps to do so -
how to make textbox height according to content
Written by Super Userif you want to resize your asp.net textbox height according
to content then these codes will help you perfectly.
accessing access database in csharp dot net application
Written by Super Useraccess database file is easy to use than sql server
or MySql server databases.for accessing access db
System.Data.OleDb namespace used.following are
steps are needed to use access db in .net
application.
the base keyword is used to access base class
members inside derived class.

logging in