adspace


How ASP .NET different from ASP?

Answer Posted / deepa

In asp.net ,separation of presentation and design logic(code
behind).

code is structured

if you want to create a control,for example label or text
box it takes simple coding.

These features are not available on asp

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1146