hye fren...i'm using asp.net and sql express 2005 right now.....my problem is how i want to select 2 table from the database because i'm using a gridview......?anyone?thanks in advance.....
sakurayana 0 Newbie Poster
Recommended Answers
Jump to PostI try to help but I`m not guru. You can use two SELECT request when you Click on current Button, the first will be something like this:
SELECT * FROM penempahan;
Second request can be:
SELECT * FROM barangTempahan;
Jump to PostIf you don't know how to work with the SQL Classes in .NET Framework Read this: http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.aspx,
All 7 Replies
Momerath 1,327 Nearly a Senior Poster Featured Poster
sakurayana 0 Newbie Poster
destruct0 7 Junior Poster in Training
sakurayana 0 Newbie Poster
destruct0 7 Junior Poster in Training
destruct0 7 Junior Poster in Training
hassan12345 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.