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


Please Help Members By Posting Answers For Below Questions

What is constants in c#?

566


What are c# collections?

661


What is console readkey ()?

695


What does convert toint32 mean?

697


What are the Types of optimization and name a few and how do u do?

709


What do u meant by "SBI" of an object?

733


What is difference between list and ilist in c#?

618


What is void in c#?

719


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

1872


How can I produce an assembly?

800


What is dll in c#?

682


What language is c# similar to?

685


How do I format in c#?

646


What are the properties of string?

679


How do I edit a dll file?

628