If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > access of data

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-14-09, 11:25
prabhu_chaubey prabhu_chaubey is offline
Registered User
 
Join Date: Apr 2009
Posts: 17
access of data

Good day,

Need to connect & retrieve from SQL DB in aspx page.

I don't know aspx & only want to edit the page to sow additional information.

Can you please help by providing some code?

I have an aspx page which I want to edit by adding information from a SQL database & display results on and in the html page (code below).

I need to show information on this page which lies on the SQL db.

Any code would be great that works in the aspx page where i can just insert the DB connection details & sql statement & display the result on page.

aspx page code
CODE

<%@ Control Language="c#" AutoEventWireup="True" Codebehind="Header.ascx.cs" Inherits="FlowCentric.Net.Navigator.Header" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table>
<tr> <td><asp:Label id="lblLogin" runat="server">Welc</asp:Label></td></tr>
</table>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On