Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: format the content of dataset Pin
Sandeep Akhare31-Oct-07 20:11
Sandeep Akhare31-Oct-07 20:11 
Questiona error ocurd while upload site plz help me Pin
Kolahdoozan31-Oct-07 9:59
Kolahdoozan31-Oct-07 9:59 
AnswerRe: a error ocurd while upload site plz help me Pin
Guffa31-Oct-07 13:58
Guffa31-Oct-07 13:58 
QuestionDisplaying a Web User Control On Certain Pages Pin
Brendan Vogt31-Oct-07 9:45
Brendan Vogt31-Oct-07 9:45 
AnswerRe: Displaying a Web User Control On Certain Pages Pin
pmarfleet31-Oct-07 10:19
pmarfleet31-Oct-07 10:19 
AnswerRe: Displaying a Web User Control On Certain Pages Pin
Sandeep Akhare31-Oct-07 20:37
Sandeep Akhare31-Oct-07 20:37 
QuestionPassword Encryption MD5 Pin
dataminers31-Oct-07 9:05
dataminers31-Oct-07 9:05 
QuestionAfter installing Visual Studio 2005 Service Pack 1, the LoginView control disappeared Pin
tedhill1331-Oct-07 8:42
tedhill1331-Oct-07 8:42 
I bought a new computer ( with Windows XP Prof ) and I reinstalled Visual Studio 2005 ( Team edition for Software Developers ). However this time I also installed Visual Studio 2005 Service Pack 1 ( since it is claimed that they removed a lot of previous bugs through it) before installing AJAX 1.0.

The problem is that the “LoginView” control does not show up in the web page anymore.

What happened ? Did the “LoginView” control change with the addition of Service Pack 1 ?

If so, what parameters should I change to make it functional again ?

Here my LoginView code:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<asp:LoginView ID="LoginView1" runat="server">
<AnonymousTemplate>

<span class="UserInfoSignIn">You are not logged in.</span>
<!--<asp:Label ID="SignInWarning" CssClass="UserInfoSignIn" runat="server" Text="You are not logged in."></asp:Label>-->

<asp:LoginStatus LoginImageUrl="~/Images/signin.gif" CssClass="login_status" Width="60" Height="20" ID="LoginStatus1" runat="server" />

<a href="Register.aspx">
<img src="Images/register.gif" width="66" height="20" border="0" style="position:absolute; left:35px; top:198px; z-index:3;"/>
</a>

</AnonymousTemplate>


<RoleGroups>


<asp:RoleGroup Roles="Customers">

<ContentTemplate>

<asp:Label ID="UserWarnLb" CssClass="UserInfoText" runat="server" Text="You are logged in as : "></asp:Label>
<asp:LoginName ID="LoginName1" runat="server" FormatString="<b>{0}</b>" CssClass="UserNameText" />
<asp:LoginStatus ID="CustomerStatus" OnLoggedOut="CustomerStatus_LoggedOut" LogoutImageUrl="~/Images/signout.gif" CssClass="login_status" Width="60" Height="20" runat="server" />

</ContentTemplate>

</asp:RoleGroup>



<asp:RoleGroup Roles="SI_administrator">
<ContentTemplate>

<a class="UserDetLink" href="UserDetailsAdmin.aspx">User Details Administration</a>
<a class="UserInfoLink" href="DatabaseAdmin.aspx">Database Administration</a>
<a class="ShopInfoLink" href="ShoppingCartAdmin.aspx">Shopping Cart Adm</a>
<a class="OrdersInfoLink" href="OrdersAdmin.aspx">Orders Adm</a>
<a class="CartoonArticleInfoLink" href="CartoonAdmin.aspx">Cartoons-Articles Adm</a>

<asp:Label ID="UserWarnLb2" CssClass="UserInfoText2" runat="server" Text="You are logged in as "></asp:Label>
<asp:LoginName ID="LoginName2" runat="server" FormatString="<b>{0}</b>" CssClass="UserNameText2" />
<asp:LoginStatus ID="AdministratorStatus" OnLoggedOut="CustomerStatus_LoggedOut" LogoutImageUrl="~/Images/signout.gif" CssClass="login_status" Width="60" Height="20" runat="server" />

</ContentTemplate>
</asp:RoleGroup>


</RoleGroups>
</asp:LoginView>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

QuestionAjax Postback Pin
Yona Low31-Oct-07 7:15
Yona Low31-Oct-07 7:15 
QuestionDrag and drop application in asp.net Pin
chak yen31-Oct-07 7:03
chak yen31-Oct-07 7:03 
AnswerRe: Drag and drop application in asp.net Pin
Not Active31-Oct-07 7:12
mentorNot Active31-Oct-07 7:12 
Questionsql data source Pin
Sarfaraj Ahmed31-Oct-07 6:47
Sarfaraj Ahmed31-Oct-07 6:47 
AnswerRe: sql data source Pin
eggsovereasy31-Oct-07 9:02
eggsovereasy31-Oct-07 9:02 
QuestionI have a application where i need to keep "tip of the day" Pin
sivaram praveen31-Oct-07 6:37
sivaram praveen31-Oct-07 6:37 
AnswerRe: I have a application where i need to keep &quot;tip of the day&quot; [modified] Pin
Not Active31-Oct-07 7:24
mentorNot Active31-Oct-07 7:24 
QuestionGiving .aspx page as a source for an image Pin
jaishankar270431-Oct-07 5:02
jaishankar270431-Oct-07 5:02 
AnswerRe: Giving .aspx page as a source for an image Pin
pmarfleet31-Oct-07 7:21
pmarfleet31-Oct-07 7:21 
Questiontrim function Pin
Sonia Gupta31-Oct-07 4:51
Sonia Gupta31-Oct-07 4:51 
AnswerRe: trim function Pin
Malcolm Smart31-Oct-07 5:32
Malcolm Smart31-Oct-07 5:32 
JokeRe: trim function Pin
Rocky#31-Oct-07 5:51
Rocky#31-Oct-07 5:51 
Questionget the client hostname or ip address using asp.net Pin
Ramamurthi31-Oct-07 4:13
Ramamurthi31-Oct-07 4:13 
AnswerRe: get the client hostname or ip address using asp.net Pin
Felipe Dalorzo31-Oct-07 10:44
Felipe Dalorzo31-Oct-07 10:44 
QuestionOpening new window from C# code Pin
kaliem31-Oct-07 3:49
kaliem31-Oct-07 3:49 
AnswerRe: Opening new window from C# code Pin
Not Active31-Oct-07 5:39
mentorNot Active31-Oct-07 5:39 
GeneralRe: Opening new window from C# code Pin
kaliem31-Oct-07 7:33
kaliem31-Oct-07 7:33 

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.