Have you heard about browser compatiblity? What is the latest version of Ie,Mozilla and Netscape?
4 7935There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
2 5484Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
2 4960In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
8 12913Post New Proteans Interview Questions
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is a consumer in java?
Is orm faster than sql?
How to deactivate el usage on jsp?
What are the different ways of deployment in salesforce? : salesforce crm
Can I get a working model on petro plants ?
What are the various ways in which the build can be scheduled in jenkins?
Explain $scope vs scope in angular js?
What is the major difference between quenching and annealing?
Difference between this and element?
Who to create a budget on software company
Why fuzzy logic?
What is bank rate and repo rate? How both differ?
Which interface should be implemented by all servlets?
What is an accessor in c++?