asp.net (19)
asp.net tips
Nowadays credit cards are used in online transactions.almost all
kinds of online transactions involve credit cards & debit cards.
Its easy to implement OnCheckedChanged event of RadioButton
control but most programmers makes mistake by not
including AutoPostBack="True" property in radiobutton
control.sometimes OnCheckedChanged not works for that
reason.here are the full working codes -
how to register script file from asp.net code behind file
Written by Super Useryou may need to register javascript file/css file from code
behind when needed.for this follow the codes below -
you may read many article in web about how to make a page
not to be cached using meta tags like that in the head
section -
we know different file types like html,jpeg,gif,pdf,
doc,etc handled by different browsers like IE,
firefox,opera,etc.the situation can come when the
browser can't handle the file type,it will ask
to save or open that file.
Ajax control toolkit in Asp dot net Ajax-Library
Written by Super Userhere i am guiding you to download the best
ajax control toolkit of asp.net
this post shows how to populate dropdown list from
dataset.it's done by the following generic method-
asp.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 get the host name and Ip address of your website
Written by Super Userhow 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.