I have seen a project , when i open it as a site then
there is a website "easyjobs" and one asp.net webapplication "job_Catalog".
both have same forms but in easyjobs there is no cs file.
when i click on any button then job_Catalog will be called. (because it is inherited ) ,
I unable to understand this concept why we need to put this forms in tow place one with cs and one without cs.
can any body tell what is this?
Loading

Amit ChoudharyPosted Jul 9, 2011, 9:37 AM
Look at markup inside the form without cs. in page directive tag there they should have inherited the class from job category project. This is possible nothing to surprise. Usually this has to be done when we want single .cs handler for two page views.
if you look at MVC model there the structure defines in the same way. views i.e. .aspx file have no .cs file assocated instead they have controller to handle the requests etc.
Hope this make sense to you.
Thanks.
Vikas AhlawatPosted Jul 11, 2011, 12:23 AM
Suthish NairPosted Jul 9, 2011, 9:35 AM
Vikas AhlawatPosted Jul 9, 2011, 6:56 AM
Jiteendra SampathiraoPosted Jul 9, 2011, 5:40 AM
where did you seen easyjobs website...
i never found job_catalog in that website........
i didn't get your question..