home / developersection / category
In this blog I am going to explain how to set value of property on the master page, so that property can be easily access on its content page. If you
Exception handling is an important concept which is widely used in programming language. Exception handling is an important approach which is designed to handle unexpected occurrence of code error in programming language.
The ASP.NET Framework provides an alternative to using cookies or Session state to store user information as a Profile object. When a user visits your
A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across page
In computer engineering, a cache is a component that transparently stores data so that future requests for that data can be served faster. If requeste
IntroductionClient-side script generally refers to the class of computers programs on the web that are executed client side by the user’s browser, ins
State Management in ASP.NETState management is the process by which you maintain state and page information over multiple requests for the same or dif
Dim di As New IO.DirectoryInfo("C:\Inetpub\wwwroot\images") Dim aryFi As IO.FileInfo() = di.GetFiles("*.JPG") For Each fi In aryFi Dim imagname As
try SqlConnection con = new SqlConnection(); con.ConnectionString = "Data Source=ARUSHRAJ-PC;Initial Catalog=sampl
The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table
Here in this blog I will tell you that how to send mail to users using SmtpClient and MailMessage class. Here I have created a small function which is