-
howto access html sqldatasource info from code
Is there any way of accessing the information selected by a sqldatasource control in the html area from the codebehind area?
so for example i have an sqldatasource setup as so:
<asp:SqlDataSource ID="SqlLocations" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" SelectCommand="SELECT [id], [companyname], [address], [city], [province], [postalcode], [contact], [phonenumber], [faxnumber], [contactemail] FROM [locations] WHERE [id] = 1">
and from the code area i want to access what information was selected for [companyname] or [address]
anybody know of how to accomplish this?
Thanks!
-
How about SqlLocations.SelectCommand in code??
Similar Threads
-
By Dralion in forum VB Classic
Replies: 6
Last Post: 02-01-2006, 04:06 PM
-
By Phil Weber in forum .NET
Replies: 632
Last Post: 10-01-2003, 12:00 AM
-
Replies: 1
Last Post: 09-26-2002, 08:48 PM
-
By Mike Mitchell in forum .NET
Replies: 60
Last Post: 09-13-2002, 05:41 PM
-
By Michelle in forum VB Classic
Replies: 8
Last Post: 04-19-2002, 05:01 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks