Click here to Skip to main content
15,918,706 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: The page cannot be displayed Pin
BalasubramanianK7-Oct-08 0:54
BalasubramanianK7-Oct-08 0:54 
GeneralRe: The page cannot be displayed Pin
eyeseetee7-Oct-08 1:14
eyeseetee7-Oct-08 1:14 
Questionvideo length Pin
Sosyopat6-Oct-08 22:34
Sosyopat6-Oct-08 22:34 
QuestionChange Screen Resulotion Pin
Rinki Mukheraji6-Oct-08 22:27
Rinki Mukheraji6-Oct-08 22:27 
AnswerRe: Change Screen Resulotion Pin
Guffa7-Oct-08 0:51
Guffa7-Oct-08 0:51 
QuestionCustom Validation using Regular Expression Pin
Binod K6-Oct-08 22:15
Binod K6-Oct-08 22:15 
AnswerRe: Custom Validation using Regular Expression Pin
Andreas X7-Oct-08 2:46
professionalAndreas X7-Oct-08 2:46 
QuestionCuatom Membership Provider and Membership User Pin
HellRzr6-Oct-08 22:05
HellRzr6-Oct-08 22:05 
Hi,

Anyone out there who can help me I have to implement a Custom MembershipProvider but my problem is our database Schema is totally different from one of the many examples and the which default. One other thing I just need to know is if I implement the Custom Membershoip Provider do I have to declare the methods like GetUser() the way it is and with the same parameters? Guys please help I'm tired of cracking my head.

And ooh, here is the table I'll be using:

[UserID] [int] IDENTITY(1,1) NOT NULL,
[Name] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Password] [nvarchar](64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Email] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Company] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Tel] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Fax] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[PosAddr1] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[PosAddr2] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[PosAddr3] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[PosCode] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[PhysAddr1] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[PhysAddr2] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Town] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[DateStamp] [datetime] NULL CONSTRAINT [DF_Users_DateStamp] DEFAULT (getdate()),
[LastPasswordChange] [datetime] NULL CONSTRAINT [DF_Users_LastPasswordChange] DEFAULT getdate()),
[PasswordPeriod] [int] NULL CONSTRAINT [DF_Users_PasswordPeriod] DEFAULT (0),
[Question] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Answer] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[lastActivityDate] [datetime] NULL,



Please HELP!Confused | :confused:
AnswerRe: Cuatom Membership Provider and Membership User Pin
Wendelius7-Oct-08 8:39
mentorWendelius7-Oct-08 8:39 
QuestionCalculate Bank credit scores Pin
pavanip6-Oct-08 21:35
pavanip6-Oct-08 21:35 
AnswerRe: Calculate Bank credit scores Pin
eyeseetee6-Oct-08 22:52
eyeseetee6-Oct-08 22:52 
AnswerRe: Calculate Bank credit scores Pin
Ashfield6-Oct-08 23:57
Ashfield6-Oct-08 23:57 
QuestionEdit column in gridView Pin
kishorg16-Oct-08 21:11
kishorg16-Oct-08 21:11 
AnswerRe: Edit column in gridView Pin
Sneha Bisht6-Oct-08 21:34
Sneha Bisht6-Oct-08 21:34 
QuestionConnecting to the db automatically according to the current month Pin
kandalu6-Oct-08 20:07
kandalu6-Oct-08 20:07 
AnswerRe: Connecting to the db automatically according to the current month Pin
HemJoshi6-Oct-08 20:14
HemJoshi6-Oct-08 20:14 
GeneralRe: Connecting to the db automatically according to the current month Pin
kandalu6-Oct-08 20:37
kandalu6-Oct-08 20:37 
GeneralRe: Connecting to the db automatically according to the current month Pin
HemJoshi6-Oct-08 23:20
HemJoshi6-Oct-08 23:20 
GeneralRe: Connecting to the db automatically according to the current month Pin
kandalu7-Oct-08 2:41
kandalu7-Oct-08 2:41 
QuestionDeploy ajax application on server Pin
rahul.net116-Oct-08 19:51
rahul.net116-Oct-08 19:51 
AnswerRe: Deploy ajax application on server Pin
N a v a n e e t h6-Oct-08 19:54
N a v a n e e t h6-Oct-08 19:54 
GeneralRe: Deploy ajax application on server Pin
rahul.net116-Oct-08 20:02
rahul.net116-Oct-08 20:02 
GeneralRe: Deploy ajax application on server Pin
N a v a n e e t h6-Oct-08 21:57
N a v a n e e t h6-Oct-08 21:57 
AnswerRe: Deploy ajax application on server Pin
jegastar7-Oct-08 0:08
jegastar7-Oct-08 0:08 
GeneralRe: Deploy ajax application on server Pin
N a v a n e e t h7-Oct-08 2:05
N a v a n e e t h7-Oct-08 2:05 

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.