How will U encapsulate button trigger event into text_box event of Pressing Enter key?
Answer Posted / sandipan4allinterview
protected void Button1_KeyDown(object sender, EventArgs e)
{
if(e.KeyCode == Keys.Enter)
{
///do your stuff
}
}
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is constants in c#?
What are c# collections?
What is console readkey ()?
What does convert toint32 mean?
What are the Types of optimization and name a few and how do u do?
What do u meant by "SBI" of an object?
What is difference between list and ilist in c#?
What is void in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
How can I produce an assembly?
What is dll in c#?
What language is c# similar to?
How do I format in c#?
What are the properties of string?
How do I edit a dll file?