Answer Posted / merinkmathew
public interface Iproduct
{
string ID
{
get;
set;
}
double Price { get; set; } double
CalculatePrice();
}
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain about Automatic resource management?
What is form submit?
Which is better union or union all?
What is csrf attack in asp.net?
Describe SOA and the tenets of it?
In which situation can you not use a viewstate?
Why is it preferred to not use finalize for clean up?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the modes of updation in an updatepanel?
What is a postback in asp net?
What are the benefits of Razor View?
Define transparent caching with aop?
What is asp.net web pages?
What are the types of session in asp.net?