Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Uploading a file Pin
Abhishek Sur23-Sep-09 10:24
professionalAbhishek Sur23-Sep-09 10:24 
Questionhow to write code to cnnect mssql Pin
Member 464032623-Sep-09 2:32
Member 464032623-Sep-09 2:32 
AnswerRe: how to write code to cnnect mssql Pin
Manas Bhardwaj23-Sep-09 2:35
professionalManas Bhardwaj23-Sep-09 2:35 
Questioncall the sql query from aspx page Pin
souravghosh1823-Sep-09 1:19
souravghosh1823-Sep-09 1:19 
AnswerRe: call the sql query from aspx page Pin
Vimalsoft(Pty) Ltd23-Sep-09 1:29
professionalVimalsoft(Pty) Ltd23-Sep-09 1:29 
AnswerRe: call the sql query from aspx page Pin
Ashfield23-Sep-09 1:30
Ashfield23-Sep-09 1:30 
AnswerRe: call the sql query from aspx page Pin
Not Active23-Sep-09 2:25
mentorNot Active23-Sep-09 2:25 
QuestionMy Login System website in ASP/NET runs great in the localhost, but I don't know how to take it to my host provider (Goddady), since I have a database that was created automatically in the ASP.NET configuration. Any hints? Pin
mamix6523-Sep-09 0:48
mamix6523-Sep-09 0:48 
This is the code for the login.aspx
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Login.aspx.vb" Inherits="_Default" title="Untitled Page" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">




<asp:LoginView ID="LoginView3" runat="server">
<LoggedInTemplate>
Welcome back.
</LoggedInTemplate>
<AnonymousTemplate>
<asp:Login ID="Login1" runat="server" BackColor="#F7F6F3" BorderColor="#E6E2D8"
BorderPadding="4" BorderStyle="Solid" BorderWidth="1px"
DestinationPageUrl="~/Login.aspx" Font-Names="Verdana" Font-Size="0.8em"
ForeColor="#333333">
<TextBoxStyle Font-Size="0.8em" />
<LoginButtonStyle BackColor="#FFFBFF" BorderColor="#CCCCCC" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284775" />
<InstructionTextStyle Font-Italic="True" ForeColor="Black" />
<TitleTextStyle BackColor="#5D7B9D" Font-Bold="True" Font-Size="0.9em"
ForeColor="White" />
</asp:Login>
</AnonymousTemplate>
</asp:LoginView>




</asp:Content>



And the name of the database created by the security in ASP.NET is ASPNETDB.MDF
AnswerRe: My Login System website in ASP/NET runs great in the localhost, but I don't know how to take it to my host provider (Goddady), since I have a database that was created automatically in the ASP.NET configuration. Any hints? Pin
sashidhar23-Sep-09 1:06
sashidhar23-Sep-09 1:06 
AnswerRe: My Login System website in ASP/NET runs great in the localhost, but I don't know how to take it to my host provider (Goddady), since I have a database that was created automatically in the ASP.NET configuration. Any hints? Pin
Illegal Operation23-Sep-09 17:50
Illegal Operation23-Sep-09 17:50 
QuestionPost an HTTP Request from one WebServer to another server. Pin
Sean Cleetus23-Sep-09 0:30
Sean Cleetus23-Sep-09 0:30 
AnswerRe: Post an HTTP Request from one WebServer to another server. Pin
sashidhar23-Sep-09 0:53
sashidhar23-Sep-09 0:53 
GeneralRe: Post an HTTP Request from one WebServer to another server. Pin
Sean Cleetus23-Sep-09 1:07
Sean Cleetus23-Sep-09 1:07 
GeneralRe: Post an HTTP Request from one WebServer to another server. Pin
sashidhar23-Sep-09 1:10
sashidhar23-Sep-09 1:10 
GeneralRe: Post an HTTP Request from one WebServer to another server. Pin
N a v a n e e t h23-Sep-09 1:13
N a v a n e e t h23-Sep-09 1:13 
GeneralRe: Post an HTTP Request from one WebServer to another server. [modified] Pin
sashidhar23-Sep-09 1:25
sashidhar23-Sep-09 1:25 
AnswerRe: Post an HTTP Request from one WebServer to another server. Pin
N a v a n e e t h23-Sep-09 1:05
N a v a n e e t h23-Sep-09 1:05 
QuestionHow to Supress the Sub Report when there is no data in Crystal Reports Pin
arulselvanS23-Sep-09 0:15
arulselvanS23-Sep-09 0:15 
AnswerRe: How to Supress the Sub Report when there is no data in Crystal Reports Pin
sashidhar23-Sep-09 1:09
sashidhar23-Sep-09 1:09 
QuestionLINQ Disadvantages Pin
sris 42622-Sep-09 23:56
sris 42622-Sep-09 23:56 
AnswerRe: LINQ Disadvantages Pin
S.Dhanasekaran23-Sep-09 0:03
S.Dhanasekaran23-Sep-09 0:03 
GeneralRe: LINQ Disadvantages Pin
N a v a n e e t h23-Sep-09 0:46
N a v a n e e t h23-Sep-09 0:46 
AnswerRe: LINQ Disadvantages Pin
Manas Bhardwaj23-Sep-09 0:04
professionalManas Bhardwaj23-Sep-09 0:04 
AnswerRe: LINQ Disadvantages Pin
Vimalsoft(Pty) Ltd23-Sep-09 1:34
professionalVimalsoft(Pty) Ltd23-Sep-09 1:34 
QuestionRe: LINQ Disadvantages Pin
sris 42623-Sep-09 1:58
sris 42623-Sep-09 1:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.