i want to create it dynamically
how to create new line in div tag in asp.net dynamically ?
how to create new line in div tag in asp.net
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.
Kunal VaishyaPosted Jul 1, 2013, 3:31 AM
" + Mydive.Innerhtml
Sunny SharmaPosted Jul 1, 2013, 2:26 AM
if you're using jQuery, use this script below to add a new line tag dynamically:
$('div.myClass').append('
')
Hope it helps :)
Cheers!