View Single Post
Unread 04-07-2009, 02:33 PM
ISMAILC ISMAILC is offline
Member
Join Date: Dec 2007
Posts: 45
  #1  
Question Javascript server side needed to connect & retrieve from SQL DB

Good day,

Javscript server side needed to connect & retrieve from SQL DB.

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.

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>
[/code:]

Please Assist!
Reply With Quote