Click here to Skip to main content
15,913,685 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: .net javascript masterpage conflict Pin
janetb9912-May-09 7:50
janetb9912-May-09 7:50 
GeneralRe: .net javascript masterpage conflict Pin
Christian Graus12-May-09 7:53
protectorChristian Graus12-May-09 7:53 
AnswerRe: .net javascript masterpage conflict Pin
Spunky Coder12-May-09 20:56
Spunky Coder12-May-09 20:56 
GeneralRe: .net javascript masterpage conflict Pin
janetb9913-May-09 4:19
janetb9913-May-09 4:19 
QuestionWhe service which takes Filestream as parameter Pin
Member 465900112-May-09 7:03
Member 465900112-May-09 7:03 
AnswerRe: Whe service which takes Filestream as parameter Pin
Yusuf12-May-09 7:32
Yusuf12-May-09 7:32 
AnswerRe: Whe service which takes Filestream as parameter Pin
Member 475589313-May-09 1:11
Member 475589313-May-09 1:11 
Questionproblem with login control in asp.net Pin
aarsh thakur12-May-09 5:28
aarsh thakur12-May-09 5:28 
I'm having a problem with login control.I have three pages called login,secret and register.I secured my secret page by using login control and if i request my secret page it redirect me to the login page that is fine to me.but problem is that if from here i click on the regiser link it does not direct to the register page untill i fill any correct enrty.if i fill correct login/password it direct me to the secret page.now if i come back to the login page and now click the register link it dirct me to the register page.thts fine now.

i have used createtext and createtexturl property of login control.please help me in this regard...


I have the follwing code in web config file.

<roleManager enabled="true"/>
<authentication mode="Forms"/>
<authorization>
<deny users="?"/>
</authorization>


and following in the source file

<asp:Login ID="Login1" runat="server" DestinationPageUrl="~/Secret.aspx" CreateUserText="New User Register" CreateUserUrl="~/register.aspx" FailureText="You are not registered.....try agian..">
/>
AnswerRe: problem with login control in asp.net Pin
AlexeiXX312-May-09 6:33
AlexeiXX312-May-09 6:33 
GeneralRe: problem with login control in asp.net Pin
aarsh thakur12-May-09 21:38
aarsh thakur12-May-09 21:38 
QuestionGridView Template Control [modified] Pin
Ibrahim Bello12-May-09 4:59
Ibrahim Bello12-May-09 4:59 
AnswerRe: GridView Template Control Pin
AlexeiXX312-May-09 6:26
AlexeiXX312-May-09 6:26 
GeneralRe: GridView Template Control Pin
Ibrahim Bello14-May-09 6:37
Ibrahim Bello14-May-09 6:37 
GeneralRe: GridView Template Control Pin
AlexeiXX314-May-09 8:40
AlexeiXX314-May-09 8:40 
GeneralRe: GridView Template Control Pin
Ibrahim Bello14-May-09 21:32
Ibrahim Bello14-May-09 21:32 
QuestionFile management website advice Pin
Gene Arnold12-May-09 3:49
Gene Arnold12-May-09 3:49 
AnswerRe: File management website advice Pin
Manas Bhardwaj12-May-09 4:15
professionalManas Bhardwaj12-May-09 4:15 
AnswerRe: File management website advice Pin
Paddy Boyd12-May-09 5:29
Paddy Boyd12-May-09 5:29 
AnswerRe: File management website advice Pin
AlexeiXX312-May-09 6:35
AlexeiXX312-May-09 6:35 
AnswerRe: File management website advice Pin
Gene Arnold12-May-09 14:43
Gene Arnold12-May-09 14:43 
GeneralRe: File management website advice Pin
AlexeiXX314-May-09 8:42
AlexeiXX314-May-09 8:42 
QuestionCreate navigation via ASP.net and MS SQL. Pin
Mantaii12-May-09 3:36
Mantaii12-May-09 3:36 
AnswerRe: Create navigation via ASP.net and MS SQL. Pin
Herman<T>.Instance12-May-09 23:56
Herman<T>.Instance12-May-09 23:56 
GeneralRe: Create navigation via ASP.net and MS SQL. Pin
Mantaii12-May-09 23:58
Mantaii12-May-09 23:58 
QuestionRe: Create navigation via ASP.net and MS SQL. [modified] Pin
Mantaii13-May-09 0:32
Mantaii13-May-09 0:32 

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.