introduction to asp.net

7
Basic of Asp.net in this slide, you take information about Asp.net. And also know the major difference of Window and Website Application Of Asp.net By. M Mudasser Akram Website: codercompany.com

Upload: mudasserakram

Post on 17-Jan-2017

51 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Introduction to ASP.Net

Basic of Asp.netin this slide, you take information about Asp.net. And also know the

major difference of Window and Website Application Of Asp.net

By. M Mudasser AkramWebsite: codercompany.com

Page 2: Introduction to ASP.Net

What Is asp.net (active server page)? Asp.net is developed by Microsoft in 2002.Asp.net is a .NET framework (a set of ideas or facts that provide support for something)In asp.net • We design dynamic web site using Html , CSS etc.• Asp.net have its own sever control. We use different properties of

control according to requirement.

Codercompany.com

Page 3: Introduction to ASP.Net

Difference between window and web application• In window application you just keep in mind only two thing • Event Programing• State Management• But on the other hand, web applications• in web application, first you give a request to server and then in

return server give you response. • Just we do the request and server response according to request.

Codercompany.com

Page 4: Introduction to ASP.Net

Difference between HTML Element and Html Server Control in Asp. Net.

• Html Server Control are similar to the standard HTML Pages. But in HTML server control, only use the attribute of runat=“Server”. • Basically, Html element client side controls but html control in asp.net

use as the server side controls.

Codercompany.com

Page 5: Introduction to ASP.Net

What is Client Side Controls?

1)Client side refers to the browser which is viewing the web page delivered by the server. This is HTML and Javascript, maybe Shockwave flash, maybe Silverlight. 2) Request the page, receive the page from the server, then display the HTML and process the JavaScript. 3)The client side validation can be done using the Javascript or vb script. 4)Client side validation is processed the client side before submitting the form. The advantage of using the client side validation is it reduces the network traffic since the validation is processed in the client machine itself.

Codercompany.com

Page 6: Introduction to ASP.Net

What is server side controls?

1)Server side refers to the application on the web server which delivers the web page content. 2)Create and deliver the HTML and JavaScript .3)login and password must be validate at server side.

Codercompany.com

Page 7: Introduction to ASP.Net

For More Information Visit Our Website: CoderCompany.com