开发者

ASP.Net Disable postback when user presses enter in a textbox

开发者 https://www.devze.com 2022-12-11 18:35 出处:网络
I am using VB for coding. I want to disable postback when user presses enter when writing in a textbox...instead cursor shou开发者_运维技巧ld move to a new line...how do I do thatDid you set the TextB

I am using VB for coding. I want to disable postback when user presses enter when writing in a textbox...instead cursor shou开发者_运维技巧ld move to a new line...how do I do that


Did you set the TextBox.TextMode property to MultiLine?

0

精彩评论

暂无评论...
验证码 换一张
取 消