How will U encapsulate button trigger event into text_box
event of Pressing Enter key?i.e only after pressing Enter
after the text is typed the button trigger event should
activate?
Answer Posted / kanimozhi
In Asp.net,
<form id="form1" runat="server" defaultbutton="button name">;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what are the differences between a class and structure
What is the implicit name of the parameter that gets passed into the class set method?
What is a factory in c#?
What is assembly version series sequence?
What is different between Implicit conversion and Explicit conversion in C#?
What is difference between static and constant variable?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What do you mean by casting a data type?
what is difference between destruct or and garbage collection ?
Difference between value and reference type. What are value types and reference types?
Can we maintain state in webservice?
What is bit in c#?
What is use of singleton class in c#?
How to rotate an Image in C#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?