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 is the difference between namespace and class in c#?
Is a c# interface the same as a c++ abstract class?
Can you instantiate an abstract class c#?
Which sorting algorithm is best?
What does m mean in decimal c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Explain the Different types of configuration files in .net?
Difference between abstract classes and interfaces
Why do we need generics?
Illustrate serialization?
Which one is trusted and which one is untrusted?
What is a byte in c#?
Explain polymorphism in c# with a simple example?
Why do we use Design Pattern in C#?
Why do we use abstract class in c#?