Jump to content
Xtreme .Net Talk

How can I write the text from a textbox in my database?


Recommended Posts

Posted

textbox value you can treat as a normal variable.

 

look like you are new to ASP.NET. I will suggest you study the 'database' part of ASP.NET, then definitely you can do it. Rather than you just copy & paste code, because you can't learn.

Posted

I'm indead a newbie, where can i study the database part of asp.net?

I learned how to get data from a database in school, but we'll learn how to write data to a database in february, and i want to know how to do it now :)

But i'll look, but when I don't find it, i'll be back in here to ask again.

Posted

they don't have books about asp.net in the library's over here, but i'll go and see in the computer store if I can buy a usefull book.

But till then, can anyone tell me how i can solve my problem?

Posted

Unfortunately I have not coded any ASP.NET applications or I would help. My experience with databases are in Windows applications only. However, I know they operate similar.

 

Normally I would use the GetChanges method of the DataSet. Then utilize the Update method of the DataAdapter. Finally use the AcceptChanges method of the DataSet.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...