how to get the host name and Ip address of your website
Written by Super Userasp.net has default password recovery control and methods
to implement password recovery.you just need to use
asp.net membership provider in your app and add the
PasswordRecovery control in a page by which you want
to recover password.
how to access and update appSettings in config file of windows application
Written by Super Useryou can put application specific settings in the
appSettings section of your app.config file in your
c# windows form application.you can access,edit,update
those settings.I show you how -
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.
ASP.NET controls automatically keep their data
when page is sent to the server in response to
events (like a user clicking a button).
this persistence of data is called view state
There are many internet browsing shortcut keys for browsers.
Following are some of them which are most common -
redirecting to custom error pages in asp.net application
Written by Super Userin asp.net application there may be different
server errors like file not found,server error,
etc.when those errors happens default ASP.NET error
page is shown which looks odd and users don't
understand what type of errors occured.to overcome
these problems it's a good idea to use own
error files.