asp.net (47)
asp.net articles
to display the help and let the users easily get help
whenever they need it you can call the Help.ShowHelp
method in your form.
running application under local IIS server from Visual studio
Written by Super Userwhen you run asp.net application project from visual
studio,visual studio uses their development server.
It's not the right way to develop asp.net appication.
master pages creates a common look in your application.
if we think about the header and footer in our pages,we
create these header and footer in every aspx pages.this
method has disadvantages.if there were any custom page
which dynamically adds header and footer then would be
good.
all asp.net handlers implement the interface of IHttpHandler located
in the namespace of System.Web.ISAPI(Internet server application
programming interface) extensions are somehow analogous to Handlers.
The great control in the asp.net ajax is the update
panel control.it can be added to almost every
asp.net page almost magically.this control when
used with a ScriptManager permits a programmer to
use partial rendering(a technique by which many
sections of page updated partially without reloading
the entire page).
how to display ArrayList content in DtataGrid
Written by Super Userwe all know well that the DataGrid is used for database work.we
can use DataGrid contorl to show data from database tables.
but it's that the new version of the DataGrid control in the c#
language and Vb.net is able to show any other objects
of classes which implements IList interface.
n your asp.net application/website you can count
how many visitors are browsing your website easily.
for this add a Global.asax file in your website.
then add the following codes in that file -
how to upload images to server creating new directory
Written by Super Userthe following codes uses FileUpload control to
upload file to server.it's a example for
uploading files to the server using asp.net
and c#.
1.club website starter kit
by this you can create a site for your club
and organization.It includes news posting,
member directory and others needed.It
has many functionality related with photo album.
following are couple of great open-source applications
created for Asp.net community.