- In Server.transfer their is no round trip while Response.redirect has a round trip hence puts a load on the server.
- Using Sever.transfer you cannot redirect to a different server itself while using Response.redirect you can redirect to a different server also.
basically this is a a my own blog to help ma students and friends with sharing useful information with the. information regarding C language code. .net applications, .net projects. general technical information. notes.
Sunday, 20 May 2012
difference between response.redirect and server.transfer
Page Life Cycle in asp.net
Page Event | Use of Event |
PreInit |
|
Init |
|
InitComplete |
|
PreLoad |
|
PageLoad |
|
Control events |
|
LoadComplete |
|
PreRender |
|
PreRenderComplete |
|
SaveStateComplete |
|
Unload |
|
Thursday, 5 April 2012
Difference between struct and classes
Struct |
Classes |
1. The struct is value type | 1. The class is reference type |
2. It inherits from System.ValueType | 2.It inherits from the System.Object Type |
3. The struct value will be stored on the stack memory. | 3.The class object is stored on the heap memory. |
4. Cannot implement Inheritance | 4.implement Inheritance |
5.The struct can have only constructor. | 5.The class can have the constructor and destructor. |
6. The struct can't initialize at the time of declaration. | 6. The class can have the initializes fields. |
Friday, 9 March 2012
How to upload a website in asp.net
1. To Uplaod a website you have to build Your Website first
2. Go to Solution Explorer
3. Build Application To check the errors and make required changes in
webconfig File. eg connection string
4. Than again right click on application and select Publish Website option
Publish wizard will open.
5. set the loaction for precomplied folder.
6. clcik Ok
7. You will get Your Precompiled folder.
8. Now Upload that Folder on your Hosting account using any Ftp Program such
as Filezilla or cuteftp or any Other Program.
9. Enter Your Credential and Login
10 Upload Your Precomplied Folder to root folder of webhosting Account.
Conatct me at aman0716@gmail.com regarding any Problem.
Saturday, 14 January 2012
Program for Leap year Checking
#include |
Write a Program to check an integer for perfect square
#include |
Conversion of Centigrade temperature to fahrenheit
#include |
Write a Program to Convert KiloMeter into Meter,Centimeter,Inch
#include |
Subscribe to:
Posts (Atom)