C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
3
Reply
Difference between SRC and Code-Behind.
Sapna Malik
16y
11.7k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
SRC contains how page will appear in browser and code behind contains server side code required for page processing
Sachin Nikam
10y
0
S
RC specifies the source file name of the code-behind class to dynamically
compile when the page is requested.
CODEBEHIND specifies the name of the compiled file that contains the class
associated with the page. This attribute is used by the Visual Studio
ajay joshi
16y
0
We use SRC when we use notepad or other text editor tool.Code behind is relevant to Visual Studio only.
gitanjali panda
16y
0
What is Fragment Caching in ASP.NET?
Where’s the entry point in WPF application?
Message