asp.net

asp.net (47)

asp.net articles

Tuesday, 15 January 2013 13:56

how to add captcha in asp.net page

Written by
Rate this item
(0 votes)

A CAPTCHA is a program which tells whether its user
is human or computers.

follow the steps below to add captcha in your web form
easily -

Rate this item
(0 votes)

Asp.net makes it easy to export tabular data to excel file.It's
easier to use GridView control data to export to excel.the following
codes shows how u can achieve this along with some header info at the
top of the data rows in excel -

Wednesday, 16 January 2013 13:56

how to implement paging for datalist control

Written by
Rate this item
(0 votes)

I wanted paging for showing datalist items in pages.for
that i used pageddatasource.it's necessary very much.
following codes show how to add paging for datalist items -

Rate this item
(0 votes)

when you process credit card payment the two
most sensitive inputs are taken from customer
are card number and card security code.you
will want to verify that the data entered
is valid before processing credit card payment.

Rate this item
(0 votes)

It's a very common requirement to create different types of button and
it's click event handler dynamically in asp.net application.

Monday, 17 December 2012 13:54

Simple Gridview control example

Written by
Rate this item
(0 votes)

following codes shows how to use GridView control.Its a
simple example.

in app main file -

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

Monday, 17 June 2013 13:56

how to populate a gridview with DataTable

Written by
Rate this item
(1 Vote)

following way a DataTable with data can be used to
populate gridview control in asp.net.following codes get files list
from a file path and adds in DataTable then sets that
DataTable as a DataSource of the GridView grdDirList.

Thursday, 20 December 2012 13:56

How to configure IIS localhost

Written by
Rate this item
(0 votes)

make sure you have made the following configuration
to your IIS to run Asp.net applications-

Rate this item
(0 votes)

limiting the number of characters in a textbox control
is tricky and useful.

the two functions in the codes mainly used to do that.
these two functions are-Limitvalidation and get_object.

Tuesday, 18 December 2012 18:58

About Microsoft .net framework 3.5 sp1

Written by
Rate this item
(0 votes)

.Net framework 3.5 sp1 contains more features than
previous .net framework versions like 2.0,3.0,3.5

Page 2 of 5

Latest discussions

  • No posts to display.