What are the advantages of Server Controls over HTML/ASP
Controls.
Answer Posted / ashutosh
Server side controls have events on server side and will
fired after postback load event. but HTML/ASP control will
submit the page to server and postback load is fired only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why we use abstract in awt?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
where is available in this mantis toturials?
Explain polymorphism. Provide an example.
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What are the Short cut Keys of Tally ERP?
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
which worker is involved in all the phases of SDLC?
how can we maintain the previous version scripts to new version.
what is difference between input parameter and output parameter.
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
Difference of Console, web & windows applications?