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 |
What is viewstate?
6 Answers Abacus, Microsoft, Sopra,
Should sn.exe be used before gacutil.exe ?
2 Answers Accenture, BirlaSoft,
Can I have a unique key as foreign key?
What is Cookies Less Session?
How do you sign out from forms authentication?
what is aspcompat? what it does?
what is webservices ? and what is web server ?
• What Session State providers are available in ASP.NET? What are the pros and cons of each?
Is data can be edited in the Repeater control?
What are query strings used for?
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?