Click here to Skip to main content
15,891,002 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How we can format a multiline text using string builder. Pin
Sathesh Sakthivel20-Mar-07 2:24
Sathesh Sakthivel20-Mar-07 2:24 
QuestionHow we can format a multiline text using string builder. Pin
anujose19-Mar-07 22:41
anujose19-Mar-07 22:41 
AnswerRe: How we can format a multiline text using string builder. Pin
Sandeep Akhare24-Mar-07 1:15
Sandeep Akhare24-Mar-07 1:15 
Questionremove "web page dialog" title on title bar Pin
yesu prakash19-Mar-07 22:39
yesu prakash19-Mar-07 22:39 
QuestionConvert word doc to pdf Pin
NinaWilliam19-Mar-07 22:13
NinaWilliam19-Mar-07 22:13 
AnswerRe: Convert word doc to pdf Pin
Sun Rays19-Mar-07 22:21
Sun Rays19-Mar-07 22:21 
Questionplease help me check my definition of provider [modified] Pin
neodeaths19-Mar-07 21:34
neodeaths19-Mar-07 21:34 
Questionhow to store password in binary format in sql database Pin
niki_nilu19-Mar-07 21:33
niki_nilu19-Mar-07 21:33 
hi
i have login form in that i am taking two fields
UserId and Password.
when i enter password in text box after that how can store password in sql databse table in binary format.

In my sql database i take feilds --
CREATE TABLE tUser
(
UserCode NUMERIC(8) NOT NULL
, UserID VARCHAR(20) NOT NULL
, FirstName VARCHAR(40) NOT NULL
, LastName VARCHAR(40) NOT NULL
, Password VARBINARY(60) NOT NULL
, UserType VARCHAR(20) NOT NULL
, ExpireDays NUMERIC(3) NULL
, WarningDays NUMERIC(3) NULL
, StatusCode VARCHAR(1) NOT NULL
, CreatedBy VARCHAR(10) NOT NULL
, CreateDate DATETIME NOT NULL
, UpdatedBy VARCHAR(10) NULL
, UpdateDate DATETIME NULL
, FullName VARCHAR(60) NOT NULL
)
GO

CREATE UNIQUE CLUSTERED INDEX tUser_idx ON tUser (UserCode)



i am new in asp.net so pls give me a code with details.

gayatri



Gayatri
AnswerRe: how to store password in binary format in sql database Pin
Sathesh Sakthivel19-Mar-07 21:43
Sathesh Sakthivel19-Mar-07 21:43 
AnswerWhats wrong with you. Pin
Sun Rays19-Mar-07 22:11
Sun Rays19-Mar-07 22:11 
QuestionDeployement Pin
krishnaklm19-Mar-07 21:24
krishnaklm19-Mar-07 21:24 
AnswerRe: Deployement Pin
Laxman Auti20-Mar-07 3:29
Laxman Auti20-Mar-07 3:29 
QuestionThe SqlParameter is already contained by another SqlParameterCollection. Pin
Imran Khan Pathan19-Mar-07 21:14
Imran Khan Pathan19-Mar-07 21:14 
AnswerRe: The SqlParameter is already contained by another SqlParameterCollection. Pin
Colin Angus Mackay19-Mar-07 23:36
Colin Angus Mackay19-Mar-07 23:36 
QuestionJavascript calendar Pin
MissionSuccess19-Mar-07 21:06
MissionSuccess19-Mar-07 21:06 
AnswerRe: Javascript calendar Pin
Michael Sync19-Mar-07 21:14
Michael Sync19-Mar-07 21:14 
GeneralRe: Javascript calendar Pin
MissionSuccess20-Mar-07 0:01
MissionSuccess20-Mar-07 0:01 
AnswerRe: Javascript calendar Pin
great gs20-Mar-07 1:58
great gs20-Mar-07 1:58 
QuestionEncrypt the password Pin
niki_nilu19-Mar-07 20:59
niki_nilu19-Mar-07 20:59 
AnswerRe: Encrypt the password Pin
Tirthadip19-Mar-07 21:03
Tirthadip19-Mar-07 21:03 
Questionresizing webform Pin
niki_nilu19-Mar-07 20:48
niki_nilu19-Mar-07 20:48 
AnswerRe: resizing webform Pin
Tirthadip19-Mar-07 20:59
Tirthadip19-Mar-07 20:59 
AnswerRe: resizing webform Pin
Sathesh Sakthivel19-Mar-07 21:00
Sathesh Sakthivel19-Mar-07 21:00 
QuestionList Box with checkboxes ... Pin
rammca19-Mar-07 20:44
rammca19-Mar-07 20:44 
AnswerRe: List Box with checkboxes ... Pin
Tirthadip19-Mar-07 20:54
Tirthadip19-Mar-07 20: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.