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

ASP.NET

 
Questionhow can i validate a date using validation control Pin
koolprasad200325-Feb-08 18:10
professionalkoolprasad200325-Feb-08 18:10 
AnswerRe: how can i validate a date using validation control Pin
Christian Graus25-Feb-08 18:25
protectorChristian Graus25-Feb-08 18:25 
AnswerRe: how can i validate a date using validation control Pin
N a v a n e e t h25-Feb-08 18:25
N a v a n e e t h25-Feb-08 18:25 
AnswerRe: how can i validate a date using validation control Pin
koolprasad200325-Feb-08 20:32
professionalkoolprasad200325-Feb-08 20:32 
GeneralRe: how can i validate a date using validation control Pin
Christian Graus25-Feb-08 20:54
protectorChristian Graus25-Feb-08 20:54 
GeneralRe: how can i validate a date using validation control Pin
koolprasad200326-Feb-08 18:38
professionalkoolprasad200326-Feb-08 18:38 
GeneralASP Membership (Change Application Name) [modified] Pin
AlexeiXX325-Feb-08 14:12
AlexeiXX325-Feb-08 14:12 
AnswerRe: ASP Membership (Change Application Name) [modified] Pin
AlexeiXX325-Feb-08 16:43
AlexeiXX325-Feb-08 16:43 
Never mind

The problem was that i hadnt specified a RoleManagerProvider in my webconfig, so the default ("/") was being used, i just included this in my webconfig:

<br />
<roleManager enabled="true"><br />
      <providers><br />
        <remove name="AspNetSqlRoleProvider" /><br />
        <add<br />
          connectionStringName="LocalSqlServer" <br />
          applicationName="AppName"<br />
          name="AspNetSqlRoleProvider" <br />
          type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /><br />
      </providers><br />
    </roleManager><br />


Alexei Rodriguez

modified on Thursday, April 10, 2008 7:16 PM

Questionhow to Pass two parameters using Eval in hyperlink in gridview Pin
$unil Dhiman25-Feb-08 13:38
$unil Dhiman25-Feb-08 13:38 
GeneralRe: how to Pass two parameters using Eval in hyperlink in gridview Pin
Herman<T>.Instance26-Feb-08 2:20
Herman<T>.Instance26-Feb-08 2:20 
GeneralRe: how to Pass two parameters using Eval in hyperlink in gridview Pin
$unil Dhiman27-Feb-08 15:49
$unil Dhiman27-Feb-08 15:49 
QuestionHow do I call a Virtual Earth function from an asp:button control? Pin
rushinge25-Feb-08 12:36
rushinge25-Feb-08 12:36 
GeneralRe: How do I call a Virtual Earth function from an asp:button control? Pin
Christian Graus25-Feb-08 18:03
protectorChristian Graus25-Feb-08 18:03 
QuestionHow To Call a Web Service Asynchronous Pin
Member 414996625-Feb-08 11:44
Member 414996625-Feb-08 11:44 
QuestionHow to Avoid Hitting database? Pin
crystal915425-Feb-08 11:04
crystal915425-Feb-08 11:04 
AnswerRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 11:14
protectorChristian Graus25-Feb-08 11:14 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 11:34
crystal915425-Feb-08 11:34 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 12:36
protectorChristian Graus25-Feb-08 12:36 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 12:45
crystal915425-Feb-08 12:45 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 18:25
protectorChristian Graus25-Feb-08 18:25 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 19:25
Mark Churchill25-Feb-08 19:25 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 19:37
protectorChristian Graus25-Feb-08 19:37 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 21:03
Mark Churchill25-Feb-08 21:03 
GeneralPosting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 5:40
munklefish25-Feb-08 5:40 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Vasudevan Deepak Kumar25-Feb-08 7:04
Vasudevan Deepak Kumar25-Feb-08 7:04 

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.