Click here to Skip to main content
15,884,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: call method from another UserControl Pin
tradakad15-Apr-08 1:48
tradakad15-Apr-08 1:48 
Generalchecking domainname availability with ajax Pin
Miss Maheshwari12-Apr-08 0:43
Miss Maheshwari12-Apr-08 0:43 
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 
quakertistar wrote:
I just wonder if there is a possible way to modify the schema of aspnet_Users?


I don't think this is a good idea. The default SqlProvider uses GUIDs as the primary key for user accounts. You could try changing the schema and any associated stored procedures, but there will be stuff in the Framework classes that expects to interact with GUID values.

If you absolutely don't want to use GUIDs, you should write your own provider. However, is it such a big deal for UserIDs to be GUIDs? Writing your own provider would be quite a big undertaking, so it's probably better to make do with the default provider.

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
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 
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 

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.