ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i wonder how i can query 2 diffrent tables with int <script > </script > in asp.net(aspx).(for example two select statments for 2 diffrent tables. I be happy if some one help me here. thanks
Are you talking in server-side code or at the client-side? At server-side you just use ADO.NET code to duplicate the dataadapter setup code and fill the dataset twice. Example code: http://www.asp.net/Tutorials/quickstart.aspx.
quote:Originally posted by bmains
Are you talking in server-side code or at the client-side? At server-side you just use ADO.NET code to duplicate the dataadapter setup code and fill the dataset twice. Example code: http://www.asp.net/Tutorials/quickstart.aspx.
Brian
i think i need a server side one but i do not know how to code it
I sent you the link to ASP.NET tutorial. There are other tutorials and many books on the subject of ADO.NET, which you should understand before you proceed.