multiline textbox serching
hi i want make multiline textbox on which i want to display the values as i type the character on that multiline textbox so how will I code for that please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant SrivastavaPosted Aug 15, 2013, 8:59 AM
Hemant SrivastavaPosted Aug 15, 2013, 8:49 AM
textBox1.Multiline = true
Hope this will help.
Sanjeeb LenkaPosted Aug 14, 2013, 10:38 PM
for multiline make the multiline property of the textbox to true...