Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What?s the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?

Answers were Sorted based on User's Feedback



What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs&quo..

Answer / guest

CodeBehind is relevant to Visual Studio.NET only

Is This Answer Correct ?    17 Yes 2 No

What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs&quo..

Answer / gautam

CodeBehind is relevant to Visual Studio.NET only

Is This Answer Correct ?    8 Yes 1 No

What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs&quo..

Answer / duryodhan

code behind is created through assembly that's defined in bin
folder and src is definded in outward of bin folder that is not making dll and .exe file.

Is This Answer Correct ?    6 Yes 0 No

What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs&quo..

Answer / sundherrajan

Code All build Assembly is placed inside the bin folder
Src the source cs file/vb fiel is placed in the source
folder and the source file is complied and assembly is
placed inside bin folder during runtime of the aspx page

Is This Answer Correct ?    9 Yes 6 No

What?s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs&quo..

Answer / venkat

Visual Studio uses the Code behind attribute to distinguish the page source or programming logic from the design. Also the src attribute will make the page compile on every request. That is the page will not be compiled in advance and stored in the bin as a dll instead it will be compiled at run time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How can you apply a theme to your asp.net application?

0 Answers  


What are the media types of http requests and response?

0 Answers  


What is the use of session in web application?

0 Answers  


What is web api config?

0 Answers  


what is SAP fullform

161 Answers   A3Logics, Amazon, DFD, Federal Mogul, Hol Info, IBM, Infosys, Jai Ganesh, Kesri Metal, Lupin, Microsoft, RPG, SAP Labs, SRS Group, TCS, Videocon,


What is a web api? Which protocol is used in a web api?

0 Answers  


What are the new features added from ASP to ASP.NET?

0 Answers   Amdocs,


what is SQL cache Invalidation?

1 Answers  


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


Distinguish between Server-side and Client-side code?

0 Answers   Siebel,


What is an il?

0 Answers  


Write a standard lock() plus double check to create a critical section around a variable access?

1 Answers  


Categories