Difference between dynamic query and static query ?
Answer / vishal jani
Dynamic query will build at runtime where static query is
already builded.
Is This Answer Correct ? | 22 Yes | 5 No |
On Age field how many Asp.Net validation controls will be suit?
7 Answers NTTF Nettur Technical Training Foundation, Quest,
Contrast OOP and SOA. What are tenets of each ?
What are sql joins?
What is asp.net used for?
Rate yourself in .net and sql database?
1 Answers BrickRed, Infosys, Satyam, SP Software,
What is ashx file in asp.net?
What is query string? What are its advantages and limitations?
What is Serilazation? how many type of serilazation are their?
what is diff between responseexpires and expiresabsolute
Can you explain what inheritance is and give an example of when you might use it?
Is asp.net and .net same?
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.