home / developersection / category
In ASP.Net it is very easy to drag and drop a button control and double click on the button to write the event handler for the button click event. When you click on the button at turn time, it will execute whatever code you have written in the event handler.
A webservice is typically an application programming interface (API) or WebAPI that is accessed via Hypertext Transfer Protocol (HTTP) and executed on
Http is a stateless protocol. Hence the state of controls is not saved between postbacks. Viewstate is the means of storing the state of server side c
The Login Status control displays a login link for users who are not authenticated and a logout link for users who are authenticated. The login link t
DifferentNavigation in ASP.Net ASP.NETsupports following ways to navigate between pages in your application.HyperlinkControlResponse.RedirectMethodSe
Suppose you have two list box, ListBox1 and ListBox2 and you want to populate values of ListBox2 according to the selection in ListBox1 then it’s very
1-PreInit2-Init3-InitComplete4-Preload5-Load6-Control Events7-Load Complete8-PreRender9-PreRenderComplete10-SaveStateComplete11-Render12-Unload The fi
ASP.NET provides three distinct ways to store session data for your application: in-process session state, out-of-process session state as a Windows s
The web is state-less protocol, so the page gets instantiated, executed, rendered and then disposed on every round trip to the server. The developers
@Page: Defines page-specific attributes used by the ASP.NET page parserand compiler. Can be included only in .aspx files @Control:Defines contro
Caching is a technique widely used in computing to increase performance by keeping frequently accessed or expensive data in memory. In context of web
Here in this blog I am trying to explain you about sending emails in ASP.NET by using namespace System.Web.Mail.using System.Web.Mail; try strin