Sunday 25 October 2015

Difference between Asp And Asp.net?

Difference between Asp And Asp.net? Asp.net 1.Provide code behind file which contains all event handling code. 2.support Inherit... thumbnail 1 summary


Difference between Asp And Asp.net?

Asp.net

1.Provide code behind file which contains all event handling code.

2.support Inheritance.

3.support programming language.

4.provide configuration files

5.support custom controls.

6.asp.net page is compiled when executed.

7.provide server and html control.

8.asp.net has a inbuilt facility of validation control.

Asp.

1.does not have such file to separate programming logic from design.

2.does not support inheritance.

3.support scrip language.

4.does not provide ant configuration file.

5.does not support custom control.

6.Asp page are interpreted when page is executed.

7.does not provide server controls.

8.Asp has no inbuilt facility for validation of controls.


No comments

Post a Comment