What is the relationship(in oops) between codebehind and
inline code(.aspx to .aspx.cs)???
explain
Answers were Sorted based on User's Feedback
Answer / divyaanumod
Inheritance
.aspx.cs class inherits .aspx class
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Inheritance
.aspx.cs class inherits from .aspx class
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saket kumar
both are the class and we can relate both by using the
objects
| Is This Answer Correct ? | 0 Yes | 2 No |
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Explain significance of routing? : asp.net mvc
What is the difference between Server.Transfer and Response.Redirect?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain how to prepare culture-specific formatting in .net.
Which .NET framework supports Web API?
Explain how is a property designated as read-only?
How many object in c# asp .net
What is data binding in asp net?
how to include timer or counting time to display next page in asp.net
Explain server control extensibility with reference to asp.net 2.0 ?
How to write unmanaged code and how to identify whether the code is managed /unmanaged?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)