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 / zaid
hmmm nice question asked isn't it??
the answer for dis is that:
jst set the Accept Button property = the button which u want to encapsulate of the Form in which u are doing this
encapsulation .
!!!!!!!!
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does || mean in programming?
What is the use of the dispose method in C# ?
How to Install uninstall assemblies into GAC?
Distinguish between array and arraylist in c#?
What is the difference between “constant” and “readonly” variables in c#?
What is a web service in c#?
Which namespace is required to implement trace ?
Is java better than c sharp?
What is protected internal modifier in C#?
When should we use sealed class in c#?
What is generic collection in c#?
What is managed code?
What is difference between continue and break in c#?
Is arraylist thread safe?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?