Click here to Skip to main content
15,885,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: checking domainname availability with ajax Pin
Christian Graus12-Apr-08 0:47
protectorChristian Graus12-Apr-08 0:47 
GeneralRe: checking domainname availability with ajax Pin
AlexeiXX312-Apr-08 11:38
AlexeiXX312-Apr-08 11:38 
GeneralRe: checking domainname availability with ajax Pin
Miss Maheshwari13-Apr-08 19:34
Miss Maheshwari13-Apr-08 19:34 
GeneralRe: checking domainname availability with ajax Pin
AlexeiXX313-Apr-08 19:38
AlexeiXX313-Apr-08 19:38 
QuestionIs there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
quakertistar12-Apr-08 0:08
quakertistar12-Apr-08 0:08 
AnswerRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
pmarfleet12-Apr-08 1:08
pmarfleet12-Apr-08 1:08 
GeneralRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
quakertistar12-Apr-08 2:33
quakertistar12-Apr-08 2:33 
GeneralRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
pmarfleet12-Apr-08 4:20
pmarfleet12-Apr-08 4:20 
quakertistar wrote:
In my project, application id and guid is kind of redundant data. According to our design, user id must follow some rules and has its meaning.


The ApplicationID property exists so that membership information for multiple systems can be stored in the same database. You only need to set this once, in your Membership provider configuration section in web.config.

Are you confusing the purpose of UserID and Username? UserID serves as an internal unique identifier for a user account and would not typically be exposed to the user. From a system point of view it just needs to be unique, so using a GUID is as good a choice as any other data type. The user interacts with the system using their Username. If you want a user's username to follow some set of rules then you could write code to facilitate this.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
quakertistar13-Apr-08 22:38
quakertistar13-Apr-08 22:38 
QuestionProblem with Profile Pin
Saba0211-Apr-08 23:26
Saba0211-Apr-08 23:26 
GeneralRe: Problem with Profile Pin
Blue_Boy12-Apr-08 0:14
Blue_Boy12-Apr-08 0:14 
GeneralRe: Problem with Profile Pin
Saba0212-Apr-08 0:19
Saba0212-Apr-08 0:19 
GeneralRe: Problem with Profile Pin
Christian Graus12-Apr-08 0:35
protectorChristian Graus12-Apr-08 0:35 
GeneralRe: Problem with Profile Pin
Member 247162112-Apr-08 1:10
Member 247162112-Apr-08 1:10 
GeneralRe: Problem with Profile Pin
Christian Graus13-Apr-08 11:14
protectorChristian Graus13-Apr-08 11:14 
QuestionGetting ids of elements Pin
jonhbt11-Apr-08 21:47
jonhbt11-Apr-08 21:47 
GeneralWrong forum Pin
pmarfleet11-Apr-08 22:33
pmarfleet11-Apr-08 22:33 
GeneralRe: Wrong forum Pin
Christian Graus11-Apr-08 22:34
protectorChristian Graus11-Apr-08 22:34 
GeneralRe: Getting ids of elements Pin
Christian Graus11-Apr-08 22:33
protectorChristian Graus11-Apr-08 22:33 
QuestionDataGrid DATE process??? Pin
John Sundar11-Apr-08 19:36
John Sundar11-Apr-08 19:36 
GeneralRe: DataGrid DATE process??? Pin
Sandeep Kumar11-Apr-08 20:02
Sandeep Kumar11-Apr-08 20:02 
QuestionRe: DataGrid DATE process??? Pin
John Sundar11-Apr-08 20:49
John Sundar11-Apr-08 20:49 
GeneralRe: DataGrid DATE process??? Pin
Sandeep Kumar11-Apr-08 20:56
Sandeep Kumar11-Apr-08 20:56 
QuestionRe: DataGrid DATE process??? [modified] Pin
John Sundar11-Apr-08 21:03
John Sundar11-Apr-08 21:03 
GeneralRe: DataGrid DATE process??? Pin
Sandeep Kumar11-Apr-08 21:54
Sandeep Kumar11-Apr-08 21:54 

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.