bungpeng Posted December 14, 2003 Posted December 14, 2003 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. Quote
Zion Posted December 14, 2003 Author Posted December 14, 2003 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. Quote
tate Posted December 14, 2003 Posted December 14, 2003 You can find information all over the web pertaining to this. Also, consider your local library or book store. Quote
Zion Posted December 14, 2003 Author Posted December 14, 2003 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? Quote
tate Posted December 14, 2003 Posted December 14, 2003 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. Quote
Moderators Robby Posted December 14, 2003 Moderators Posted December 14, 2003 Check out this link ... http://samples.gotdotnet.com/QuickStart/aspplus/default.aspx?url=/quickstart/aspplus/doc/webdataaccess.aspx Quote Visit...Bassic Software
a_jam_sandwich Posted December 14, 2003 Posted December 14, 2003 Have a look im my site there are some examples there not in asp.net but the methods are the same Andy Quote Code today gone tomorrow!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.