Click here to Skip to main content
15,916,835 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Connection Problem Pin
siddisagar12-Mar-07 18:52
siddisagar12-Mar-07 18:52 
GeneralRe: Connection Problem Pin
Harini N K12-Mar-07 19:07
Harini N K12-Mar-07 19:07 
Questionplz solve my problem Pin
senthil_rajesh_kavin11-Mar-07 18:33
senthil_rajesh_kavin11-Mar-07 18:33 
AnswerRe: plz solve my problem Pin
N a v a n e e t h11-Mar-07 20:14
N a v a n e e t h11-Mar-07 20:14 
QuestionGride View Templete problem Pin
nikhil123411-Mar-07 18:25
nikhil123411-Mar-07 18:25 
AnswerRe: Gride View Templete problem Pin
N a v a n e e t h11-Mar-07 21:13
N a v a n e e t h11-Mar-07 21:13 
QuestionFree ASP .NET shipping cart Pin
szmulder11-Mar-07 14:16
szmulder11-Mar-07 14:16 
QuestionCannot Update Pin
blitz2bleach11-Mar-07 11:33
blitz2bleach11-Mar-07 11:33 
hello there,i know its not the righ place to ask some query,im cannot access my database in a query pane..i made a database where the username column has value and the password has none for e.g Username:93838383 and password:?..i just want to update the password column inputed by the user

I make the query in th stord procedure but th error said: Incomplete SET clause..unable to parse query text
i just want someone to check out the query and pls tell me what wrong or incomplete to my query

UPDATE UserTable
SET ((UserTable.[password] = [@password])
WHERE ((UserTable.username = [@username])


another thing is whenever the user visit the site,when the user type the password,it could not be updated anymore..unless i just want to use "select clause" because password column have now values...

here is the query

SELECT COUNT(*) AS Num_of_User
FROM UserTable
WHERE (((UserTable.username)=[@username]) AND ((UserTable.pasword)=[@password]));

error:unable to parse query text
it is correct query for accessing the values from the database?
im using a visual web developer IDE
thanx for helping
AnswerRe: Cannot Update Pin
Guffa11-Mar-07 16:34
Guffa11-Mar-07 16:34 
Questionhow to execute an .exe file in asp.net application? Pin
senthil_rajesh_kavin11-Mar-07 8:49
senthil_rajesh_kavin11-Mar-07 8:49 
QuestionASP.NET mouse event Pin
CodeBoi11-Mar-07 8:05
CodeBoi11-Mar-07 8:05 
AnswerRe: ASP.NET mouse event Pin
badgrs11-Mar-07 14:07
badgrs11-Mar-07 14:07 
GeneralRe: ASP.NET mouse event Pin
CodeBoi11-Mar-07 23:36
CodeBoi11-Mar-07 23:36 
AnswerRe: ASP.NET mouse event Pin
N a v a n e e t h11-Mar-07 20:22
N a v a n e e t h11-Mar-07 20:22 
GeneralRe: ASP.NET mouse event Pin
CodeBoi11-Mar-07 23:31
CodeBoi11-Mar-07 23:31 
QuestionAsp.net Chat Pin
Tiger45611-Mar-07 6:27
Tiger45611-Mar-07 6:27 
AnswerRe: Asp.net Chat Pin
MoustafaS11-Mar-07 7:04
MoustafaS11-Mar-07 7:04 
Questionflashing screen Pin
Ali el11-Mar-07 5:41
Ali el11-Mar-07 5:41 
AnswerRe: flashing screen Pin
MoustafaS11-Mar-07 7:06
MoustafaS11-Mar-07 7:06 
Questionlimit date range with calendar Pin
sdsdsds@hotmail.com11-Mar-07 5:30
sdsdsds@hotmail.com11-Mar-07 5:30 
AnswerRe: limit date range with calendar Pin
N a v a n e e t h11-Mar-07 22:35
N a v a n e e t h11-Mar-07 22:35 
QuestionHow can i save the context of a page Pin
www.Developerof.NET11-Mar-07 5:16
www.Developerof.NET11-Mar-07 5:16 
AnswerRe: How can i save the context of a page Pin
_mubashir11-Mar-07 9:05
_mubashir11-Mar-07 9:05 
Questionpopulate details view or list view with non empty rows Pin
code_explorer11-Mar-07 2:07
code_explorer11-Mar-07 2:07 
AnswerRe: populate details view or list view with non empty rows Pin
badgrs11-Mar-07 14:05
badgrs11-Mar-07 14: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.