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
Which is the parent class of the ASP.NET server control?
What are cookies in your browser?
What do you mean by authorization?
What is paging in context of Memory?
What are the different kinds of assemblies?
What is an asp.net web form?
How do you change the session time-out value?
What is redirecting behavior?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
In which event are the controls fully loaded?
What I need to create and run an asp.net application?
Why SessionID changes in every request in asp.net?
Why do we need Sessions?
What is autopostback in asp net?
Which is faster union or union all?