Hi guys!
I have a multiline textbox with several string inside.
I 'd like to save them into MS Access database..how ca i do it?
i know how to save a single textbox with single value but no idea about saving multiline.
Thanks!
Hi guys!
I have a multiline textbox with several string inside.
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.
Rajeesh MenothPosted Apr 10, 2016, 9:59 AM
Guest UserPosted Apr 10, 2016, 8:57 AM
Have you other examples? i really did not undestand how to do ..!
com.Parameters.AddWithValue("@content", _logTextBox.Text.Replace(Environment.NewLine, ""));
Gowtham RajamanickamPosted Apr 9, 2016, 9:50 AM
Rajeesh MenothPosted Apr 9, 2016, 7:38 AM