Answer Posted / shwetha
Asp is a client Side,whereas Asp.Net is a serverside..
Asp.Net contais design as well as coding part in a
different file , but in Asp it contoins in only one file..
Asp is a connected architecture,whereas Asp.Net is a
dissconnected architecture.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Why do we need Sessions?
What is an il?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is Web API?
What is Pre-Render event in ASP.NET?
How do you declare static variable? What is its lifetime?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What is the significance of finalize method in .net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is DataGrid wheater its a Server Control or something else ?
What do you mean by query string?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is the difference between sealed vs static class?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?