visit here,it mey be helpful for u.
regards Eric.W
visit here,it mey be helpful for u.
regards Eric.W
i think u should use innerHtml as follows. innerHtml=innerHtml+NewContent
regards Eric.W
Answer as above, MD5 cant be Decrypted. because it is a Digest algorithm. if u want to encrypt and decrypt message, DES and AES cryptography algorithm will be your selection.
regards Eric.W
modified on Sunday, January 06, 2008 7:50:18 AM
i think your datatable should designed as follows: ProductedId(pk) Products units TypeId 1 Nokia1600 2 1 2 Nokia1700 5 1 3 Nokia1800 6 1 4 Nokia2600 2 2 5 Nokia4600 8 2 6 Nokia8100 2 3 7 Nokia8300 1 3 8 Nokia56 6 3 9 Nokia1310 2 3 Connection string: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;User Id=admin;Password=; query sentence: select * from products where typeid=x; hope it will work as you wanted.
modified on Saturday, December 29, 2007 11:57:04 PM
thank you again ,you are very nice. its meaning is browser/server architecture.
Thanks for your reply! But my meaning is how to implement it in program based on B/S arch.
Hi, How can i insert data saved in Excel file on Clientside into database on Serverside. thanks,