question

ratzy avatar image
ratzy asked

Visual Studio C# code for querys

I am currenlty using visual studio 2008 to make a page that displays my data that I previously loaded using a package into a SQL server. I have got single querys working such as select * from the table or diplay all data that relates to one person in the table using drop down boxes that display all options for each column but only one drop down box can be used at once. I am wanting however to add all these querys together in a kind of running query so if say they person selects a persons name all will display for that person, but they can build on it and also use the drop down box for purchase type and select a purchase type and person.... Any ideas anyone? Thanks
asp.netvisual-studio-2008
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Magnus Ahlkvist avatar image
Magnus Ahlkvist answered
Hi, As far as I can read, it looks like you need a basic step-by-step guide to data driven controls in ASP.NET. Over at [ http://www.asp.net][1] there's lots of tutorials, everything from ASP.NET beginners guides to advanced development. Perhaps section "Working with and Displaying data" over at 4guysfromrolla.com's ASP.NET section could give you some hands on examples as well. [ http://aspnet.4guysfromrolla.com/default.aspx#DispData2][2] [1]: http://www.asp.net [2]: http://aspnet.4guysfromrolla.com/default.aspx#DispData2
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ratzy avatar image ratzy commented ·
Thanks for your help :)
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.