Select Page
Notifications
Clear all

Design your Website with ASP.NET

(@Anonymous)
New Member

ASP.net web pages are mainly designed by using various web controls.
ASP.NET Web Controls:-
• Basic Controls (e.g.,,etc)
• HTML Controls (e.g.)
• Data Controls
• Rich Controls
• Ajax Controls
• Login Controls
• Validation Controls
Asp.Net controls are known as POSTBACK Controls
POSTBACK:-Every time page is displayed, on click it sends back the request again back to the server.
Button,Textbox,Calender are also some of the default postback true controls.
In Asp.net whenever the postback from any asp.net control,by default the page_load() is executed.
e.g.
public partial class_Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Write(DateTime.Now.ToString());
}
}
...
For More Details kindly follow:

Quote
Topic starter Posted : 10/08/2011 5:04 am
(@Anonymous)
New Member

Re: Design your Website with ASP.NET

robinson1;73754 wrote: ASP.net web pages are mainly designed by using various web controls.
ASP.NET Web Controls:-
• Basic Controls (e.g.,,etc)
• HTML Controls (e.g.)
• Data Controls
• Rich Controls
• Ajax Controls
• Login Controls
• Validation Controls
Asp.Net controls are known as POSTBACK Controls
POSTBACK:-Every time page is displayed, on click it sends back the request again back to the server.
Button,Textbox,Calender are also some of the default postback true controls.
In Asp.net whenever the postback from any asp.net control,by default the page_load() is executed.
e.g.
public partial class_Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Write(DateTime.Now.ToString());
}
}
...
For More Details kindly follow:

Thanx for sharing such a information regarding in ASP.net.
This code displayed in example is in C Sharp language....

ReplyQuote
Posted : 24/08/2011 11:20 am
(@Anonymous)
New Member

Re: Design your Website with ASP.NET

Asp.net is the best programming language. I am complete several projects in this language and I also build many good web design in this technique. You can also set your master page in this technology.

ReplyQuote
Posted : 27/04/2012 3:50 pm
(@Anonymous)
New Member

Re: Design your Website with ASP.NET

It's really very easy software for make website, you can get free software for the ASP.Net. If we create website through ASP.Net, so it's provide fully protection from online virus. I have also many website create in ASP.Net.

ReplyQuote
Posted : 25/06/2012 6:33 pm
Share: