asp.net

asp.net (19)

asp.net tips

Monday, 24 December 2012 13:56

validate credit card in c#

Written by
Rate this item
(0 votes)

Nowadays credit cards are used in online transactions.almost all
kinds of online transactions involve credit cards & debit cards.

Tuesday, 22 January 2013 13:55

how to use RadioButton OnCheckedChanged event

Written by
Rate this item
(0 votes)

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 -

Rate this item
(0 votes)

you may need to register javascript file/css file from code
behind when needed.for this follow the codes below -

Wednesday, 23 January 2013 13:54

how to disable cache in any page asp.net

Written by
Rate this item
(0 votes)

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 -

Saturday, 29 December 2012 13:54

how to force to download file in asp.net

Written by
Rate this item
(0 votes)

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.

Saturday, 22 December 2012 13:54

Ajax control toolkit in Asp dot net Ajax-Library

Written by
Rate this item
(0 votes)

here i am guiding you to download the best
ajax control toolkit of asp.net

Tuesday, 25 December 2012 13:56

How to Populate Dropdown from Dataset

Written by
Rate this item
(0 votes)

this post shows how to populate dropdown list from
dataset.it's done by the following generic method-

Thursday, 24 January 2013 13:54

asp.net membership Password Recovery

Written by
Rate this item
(0 votes)

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.

Rate this item
(0 votes)
following method will return the host name/domain name -
Saturday, 19 January 2013 15:54

how to make textbox height according to content

Written by
Rate this item
(0 votes)

if you want to resize your asp.net textbox height according
to content then these codes will help you perfectly.

Page 1 of 2

Latest discussions

  • No posts to display.