Click here to Skip to main content
15,920,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAsp.net and Flash Variables........... Pin
daviiie25-Apr-06 12:44
daviiie25-Apr-06 12:44 
QuestionHow to round the value of a float in c# Pin
navinkumar425-Apr-06 11:16
navinkumar425-Apr-06 11:16 
AnswerRe: How to round the value of a float in c# Pin
NeverHeardOfMe25-Apr-06 11:44
NeverHeardOfMe25-Apr-06 11:44 
AnswerRe: How to round the value of a float in c# Pin
Guffa25-Apr-06 12:02
Guffa25-Apr-06 12:02 
AnswerThanks!!!!!!!!!! Pin
navinkumar425-Apr-06 12:11
navinkumar425-Apr-06 12:11 
QuestionASP.net User Controls Help Pin
aurora8325-Apr-06 10:55
aurora8325-Apr-06 10:55 
AnswerRe: ASP.net User Controls Help Pin
minhpc_bk25-Apr-06 15:31
minhpc_bk25-Apr-06 15:31 
QuestionLogin Control .NET 2005 Pin
Soumya Mulukutla25-Apr-06 10:50
Soumya Mulukutla25-Apr-06 10:50 
I am using the Login control in a contentholder which uses a Master page as its template. But the problem I am having is to get the "Create new Account" hyperlink on the Login page which links to "CreateUser" wizard page.

If I am not using the masterpage, I am able to get the hyperlink to show up. But I want this to work with the Master page.

WEBPAGE code:
<%@ Page Language="C#" MasterPageFile="~/EPay/EPayMasterPage.master" AutoEventWireup="true" CodeFile="PayOnline.aspx.cs" Inherits="EPay_PayOnline" Title="Untitled Page" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<form id="Form1" runat="server" method="post">
<asp:Login ID="Epay_Login" runat="server" CreateUserText="Create a new Account" CreateUserUrl="~/EPay/CreateUser.aspx" RememberMeSet="false" />


</form>
</asp:Content>

MasterPage code where this content holder is placed:
<td align="left" valign="top" width="562">
<b><asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder></b>
</td>

I felt that it was because the Master page was not using Form, I don't know if it is even reasonable.

Plsss help required asap.


Sowmya Mulukutla,

AnswerRe: Login Control .NET 2005 Pin
minhpc_bk25-Apr-06 15:40
minhpc_bk25-Apr-06 15:40 
QuestionHow do I get the value of the DropDownList control from the CreateUserWizard? Pin
Slow Learner25-Apr-06 10:03
Slow Learner25-Apr-06 10:03 
AnswerRe: How do I get the value of the DropDownList control from the CreateUserWizard? Pin
Slow Learner25-Apr-06 14:24
Slow Learner25-Apr-06 14:24 
AnswerRe: How to cache a output parameter??? Pin
minhpc_bk25-Apr-06 15:59
minhpc_bk25-Apr-06 15:59 
Questionasp.net Pin
yasar khan25-Apr-06 8:37
yasar khan25-Apr-06 8:37 
AnswerRe: asp.net Pin
Guffa25-Apr-06 9:11
Guffa25-Apr-06 9:11 
GeneralRe: asp.net Pin
yasar khan25-Apr-06 10:01
yasar khan25-Apr-06 10:01 
GeneralRe: asp.net Pin
Mike Ellison25-Apr-06 10:21
Mike Ellison25-Apr-06 10:21 
GeneralRe: asp.net Pin
J4amieC25-Apr-06 11:58
J4amieC25-Apr-06 11:58 
QuestionHow to Acesss GridView using JavaScript Pin
VenkataRamana.Gali25-Apr-06 8:35
VenkataRamana.Gali25-Apr-06 8:35 
AnswerRe: How to Acesss GridView using JavaScript Pin
minhpc_bk25-Apr-06 16:07
minhpc_bk25-Apr-06 16:07 
QuestionHow can I assign a 'Null' value to a SqlDataReader? Pin
Slow Learner25-Apr-06 7:30
Slow Learner25-Apr-06 7:30 
AnswerRe: How can I assign a 'Null' value to a SqlDataReader? Pin
Slow Learner25-Apr-06 8:07
Slow Learner25-Apr-06 8:07 
AnswerRe: How can I assign a 'Null' value to a SqlDataReader? Pin
Guffa25-Apr-06 8:28
Guffa25-Apr-06 8:28 
GeneralRe: How can I assign a 'Null' value to a SqlDataReader? Pin
Slow Learner25-Apr-06 10:02
Slow Learner25-Apr-06 10:02 
QuestionSerializable() in vb.net/ASP.net Pin
Rajesh_K_Sharma25-Apr-06 6:36
Rajesh_K_Sharma25-Apr-06 6:36 
AnswerRe: Serializable() in vb.net/ASP.net Pin
minhpc_bk25-Apr-06 16:15
minhpc_bk25-Apr-06 16:15 

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.