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
Why is xml called extensible?
What is difference between struct and class in c#?
What is Wrapper class in dot net?
What is the difference between new and override in c#?
What is difference between override and new in c#?
What is the use of ispostback in c#?
What is a delegate? How can it works?
Explain copy constructor?
Why do we use yield in c#?
What is the difference between struct and class in c#?
What is the main purpose of delegates in c#?
Explain “static” keyword in c#?
What is wpf application in c#?
What is dataset c#?
Why do we use overloading in c#?