Buy Questpond's video subscriptions on
huge discount
.
Online: 2644
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
What's the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
Posted by
Virendradugar
on 9/15/2009 | Category:
ASP.NET Interview questions
| Views: 11959
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Code behind is relevant to Visual Studio only. SRC is used when you are using notepad or other text editor tool.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Can we execute any web site without the web.config ...
Next > :
How do you turn off cookies for one page in your s ...
Comments or Responses
Posted by:
Poster
on: 9/15/2009
What about src?
Can you please briefly explain instead of writing one line answer?
Posted by:
Himali
on: 1/7/2013 |
Points: 10
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.
Login to post response
More Interview Questions by Virendradugar
How do you turn off cookies for one page in your site?
How do you create a permanent cookie?
A software engineer has the capability of thinking 100 lines of code i ...
Which method of HTTP Handler gets invoked when request is received?
What if Some one types the URL of web.config file in the browser?
What is wrong with this code? Server.transfer("Default.HTML&qu ...
Can an ASPX file contain more than one form marked with runat="se ...
Is overloading possible in web services?
Latest Interview Questions
What are the expiration policies for Cached objects?
try { Response.Write("Try Block:"); ...
What is the name of class from which web pages are inherited?
An array is fixed length type that can store group of objects.
Webservices support data reader.
Can you store multiple datatypes in an Array?
Which keyword is used to prevent one class from being inherited by ano ...
In this Sample Code which catch block will be executed? try { i ...
More ...