Click here to Skip to main content
15,905,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello...

i m very confused in http handler and code behind file (.aspx.cs),Is a code behind file (.aspx.cs) httphandler?
Posted

1 solution

No. It's a C# source file... Given the .CS extension, what did you expect?
 
Share this answer
 
Comments
TAUSEEF KALDANE 29-Mar-14 3:25am    
i means that a code-behind file(.aspx.cs) is used to process page and http handler is used to process page? then can we say that a code-behind file is httphandler?
OriginalGriff 29-Mar-14 3:43am    
No - an HttpHandler is a process that handles pages - the file contains the sources code for the page that the handler works with.
It's like the difference between a car and a driver, not a car and a drivers seat!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900