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

ASP.NET

 
AnswerRe: Sending email getting problem Pin
tech60325-Mar-09 17:53
tech60325-Mar-09 17:53 
QuestionJavascript:Disable BUtton Pin
Ramkithepower25-Mar-09 16:10
Ramkithepower25-Mar-09 16:10 
Questionwhat is equivalent to follwoing C# code to VB Pin
rprateek25-Mar-09 12:49
rprateek25-Mar-09 12:49 
AnswerRe: what is equivalent to follwoing C# code to VB Pin
Xmen Real 25-Mar-09 14:01
professional Xmen Real 25-Mar-09 14:01 
QuestionAlligning text boxes using CSS (don't want to use &nbsp) Pin
Tina P25-Mar-09 11:59
Tina P25-Mar-09 11:59 
AnswerRe: Alligning text boxes using CSS (don't want to use &nbsp) Pin
tech60325-Mar-09 15:10
tech60325-Mar-09 15:10 
GeneralRe: Alligning text boxes using CSS (don't want to use &nbsp) Pin
Tina P26-Mar-09 13:29
Tina P26-Mar-09 13:29 
QuestionTo give access in some pages to the unauthenticated users Pin
Minhajur Rahman Khan25-Mar-09 8:57
Minhajur Rahman Khan25-Mar-09 8:57 
I use this code in the web.config file

<authentication mode="Forms">
<forms name="login" loginUrl="Admin/login.aspx" path="/" />
</authentication>

<authorization>
<deny users="?" />
</authorization>

For this reason unauthenticated user cannot access any pages(without Admin/login.aspx). I have also used membership provider. Everything is OK. after login any graphics file can be added as a background picture. But I want to give access some pages to unauthenticated users and I want to add some graphics file in the login.aspx like the following:

<td style="width:15px;background-image: url(http://localhost:2152/Test/images/bg.gif);">
<form id="frmLogin" runat="server">
<asp:Login ID="MyLogin" runat="server" OnAuthenticate="MyLogin_Authenticate" BackColor="White" BorderPadding="0" BorderStyle="Solid" BorderWidth="2px" Width="252px">
<LabelStyle BackColor="LightYellow" Font-Bold="True" ForeColor="#400040" />
<CheckBoxStyle ForeColor="Black" />
<TextBoxStyle BackColor="White" BorderColor="DarkGray" BorderStyle="Groove" />
<ValidatorTextStyle BorderColor="Black" ForeColor="RoyalBlue" />
<TitleTextStyle BackColor="Black" ForeColor="Yellow" HorizontalAlign="Left" />
<LoginButtonStyle BorderColor="Purple" BorderStyle="Groove" />
</asp:Login>
</form>



</td>


I think that since I am not a authenticated user before login so, graphics file is not showing.


I think this is solved problem to many programmers. Is there any programmers who will help about this problem?
QuestionHow to change the colors of each slice in a pie chart using owc and asp [modified] Pin
lued25-Mar-09 8:50
lued25-Mar-09 8:50 
QuestionLinked server connection error Pin
Ofori Boadu25-Mar-09 8:36
Ofori Boadu25-Mar-09 8:36 
AnswerRe: Linked server connection error Pin
Vimalsoft(Pty) Ltd25-Mar-09 22:01
professionalVimalsoft(Pty) Ltd25-Mar-09 22:01 
QuestionWhy UserID is complicated ? Pin
Xmen Real 25-Mar-09 7:40
professional Xmen Real 25-Mar-09 7:40 
AnswerRe: Why UserID is complicated ? Pin
Vimalsoft(Pty) Ltd25-Mar-09 21:58
professionalVimalsoft(Pty) Ltd25-Mar-09 21:58 
GeneralRe: Why UserID is complicated ? Pin
Xmen Real 26-Mar-09 2:18
professional Xmen Real 26-Mar-09 2:18 
AnswerRe: Why UserID is complicated ? Pin
AprNgp26-Mar-09 7:18
AprNgp26-Mar-09 7:18 
GeneralRe: Why UserID is complicated ? Pin
Xmen Real 27-Mar-09 7:07
professional Xmen Real 27-Mar-09 7:07 
QuestionRedirection in Development Environment Pin
Lonnie Raffray25-Mar-09 7:23
Lonnie Raffray25-Mar-09 7:23 
AnswerRe: Redirection in Development Environment Pin
Yusuf25-Mar-09 7:34
Yusuf25-Mar-09 7:34 
GeneralRe: Redirection in Development Environment Pin
Lonnie Raffray25-Mar-09 7:54
Lonnie Raffray25-Mar-09 7:54 
QuestionConvert html contols to asp.net controls programatically Pin
immu525-Mar-09 6:08
immu525-Mar-09 6:08 
AnswerRe: Convert html contols to asp.net controls programatically Pin
Yusuf25-Mar-09 7:02
Yusuf25-Mar-09 7:02 
GeneralRe: Convert html contols to asp.net controls programatically Pin
immu525-Mar-09 9:12
immu525-Mar-09 9:12 
GeneralRe: Convert html contols to asp.net controls programatically Pin
Yusuf25-Mar-09 15:10
Yusuf25-Mar-09 15:10 
QuestionHow to delay loading the page for 2 seconds? Pin
Goalie3525-Mar-09 6:04
Goalie3525-Mar-09 6:04 
AnswerRe: How to delay loading the page for 2 seconds? Pin
Cybernate25-Mar-09 6:36
Cybernate25-Mar-09 6:36 

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.