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!
|