In a Code-Behind class generally which type of code is
found ?
Answers were Sorted based on User's Feedback
Answer / psetty
In a code-Behind class server-side code is found. Because
code-behind is executed on the server. Eventhough it can
render client-side code such as JavaScript to be processed
in the clients browser. But just to be clear, code-behind
executes on the server, thus making it server-side code.
Is This Answer Correct ? | 13 Yes | 1 No |
How does u get record no from 5 to 15 from a dataset of 100 records?
Can I have a unique key as foreign key?
Explain security types in asp.net?
Can we throw exception from catch block ?
4 Answers Accenture, BirlaSoft,
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What are the two types of web pages?
hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance
Is data edited in the Repeater control?
What is GAC in ASP.NET 2.0
What are Session states available and its Uses?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Where viewstate value is stored in asp.net?