asp.net

asp.net (44)

asp.net articles

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

Saturday, 12 January 2013 14:54

List in asp.net

Written by
Rate this item
(0 votes)

List<> can be used as a collection of objects which
can be accessed by index.List originated from
System.Collections.Generic class.List objects can
be sorted,searched,manipulated.so List is very
useful in programming for holding any type of
objects.following shows a example of List<> -

Wednesday, 23 January 2013 14:51

how to resize or make thumbnail image in asp.net

Written by
Rate this item
(0 votes)

by the following way you can resize a image to a predefined
dimension and resolution.you can also use it to make a image
thumbnails.

Monday, 14 January 2013 13:55

what is ViewState in asp.net

Written by
Rate this item
(0 votes)

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

Rate this item
(0 votes)

in 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.

Rate this item
(0 votes)

silverlight application are great.you can add silverlight
application in your asp.net project easily.follow the
steps and you will know how to create and add silverlight
applicaiton in asp.net application/website -

Monday, 28 January 2013 13:56

how to get Gravatar image in asp.net application

Written by
Rate this item
(0 votes)

Gravatar.com is used to store one's avatar image according to email.
then if you comment in any application using your that email address
where gravatar image has been programmed then your avatar image will
be displayed in the application.

Saturday, 22 December 2012 14:55

how to send mail from .net

Written by
Rate this item
(0 votes)

beginners of .net programming can't guess sometime that
how easy is sending mail through .net.there are many ways
to do that.but i am writing here the easiest method to send
mail in c# with .net.It doesn't involve a lot's of coding.
all is built in and no more components.

Saturday, 22 December 2012 13:56

how to specify help in asp.net

Written by
Rate this item
(0 votes)

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.

Page 3 of 5

Latest discussions

  • No posts to display.