Home »
MCQs »
ASP.Net MCQs
Which of the following are textbox events in ASP.NET?
126. Which of the following are textbox events in ASP.NET?
- Key Press
- Text Changed
- Post Back
- Text Modified
- 1 and 3
- 1 and 2
- 1 and 4
- 3 and 4
Answer: B) 1 and 2
Explanation:
The KeyPress and TextChanged are textbox events in ASP.NET.