Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: further login info Pin
Abhishek Sur30-Sep-09 22:48
professionalAbhishek Sur30-Sep-09 22:48 
GeneralRe: further login info Pin
vikas shukla30-Sep-09 22:52
vikas shukla30-Sep-09 22:52 
GeneralRe: further login info Pin
sashidhar30-Sep-09 23:22
sashidhar30-Sep-09 23:22 
QuestionWay to access masterpage from usercontrol Pin
Wouter Coinless30-Sep-09 22:08
Wouter Coinless30-Sep-09 22:08 
AnswerRe: Way to access masterpage from usercontrol Pin
Abhishek Sur30-Sep-09 22:42
professionalAbhishek Sur30-Sep-09 22:42 
GeneralRe: Way to access masterpage from usercontrol Pin
Wouter Coinless30-Sep-09 22:55
Wouter Coinless30-Sep-09 22:55 
Questionquery Pin
mylogics30-Sep-09 21:43
professionalmylogics30-Sep-09 21:43 
AnswerRe: query Pin
Abhijit Jana30-Sep-09 21:49
professionalAbhijit Jana30-Sep-09 21:49 
mylogics wrote:
string str = "UPDATE memberlogin SET Password='"+txtnewpassword.Text+"',Confirmpassword='"+txtconfirmpassword.Text+"'
WHERE MemberNo='"+txtusername.Text+"' AND Password='"+txtpassword.Text+"'";


Set breakpoint over here. Run you appliction, Copy the str value. Put it into SQL Server Query window and check what error it is throwing. This is the way you can identify your own problem !!

As per your code goes, Please be aware of SQL Injection !!!

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

GeneralRe: query Pin
sashidhar30-Sep-09 21:50
sashidhar30-Sep-09 21:50 
GeneralRe: query Pin
Abhijit Jana30-Sep-09 23:08
professionalAbhijit Jana30-Sep-09 23:08 
JokeRe: query Pin
Vasudevan Deepak Kumar1-Oct-09 2:44
Vasudevan Deepak Kumar1-Oct-09 2:44 
AnswerRe: query Pin
sashidhar30-Sep-09 21:49
sashidhar30-Sep-09 21:49 
GeneralRe: query Pin
mylogics30-Sep-09 21:57
professionalmylogics30-Sep-09 21:57 
GeneralRe: query Pin
Abhishek Sur30-Sep-09 22:05
professionalAbhishek Sur30-Sep-09 22:05 
GeneralRe: query Pin
sashidhar30-Sep-09 22:50
sashidhar30-Sep-09 22:50 
AnswerRe: query Pin
Abhishek Sur30-Sep-09 22:04
professionalAbhishek Sur30-Sep-09 22:04 
GeneralRe: query Pin
mylogics30-Sep-09 22:59
professionalmylogics30-Sep-09 22:59 
GeneralRe: query Pin
Abhijit Jana30-Sep-09 23:07
professionalAbhijit Jana30-Sep-09 23:07 
GeneralRe: query Pin
mylogics30-Sep-09 23:11
professionalmylogics30-Sep-09 23:11 
GeneralRe: query Pin
Greg Chelstowski30-Sep-09 23:17
Greg Chelstowski30-Sep-09 23:17 
GeneralRe: query Pin
sashidhar30-Sep-09 23:24
sashidhar30-Sep-09 23:24 
QuestionControl Windows Service From ASP.net Web Site. Pin
VikashGohil30-Sep-09 21:16
VikashGohil30-Sep-09 21:16 
AnswerRe: Control Windows Service From ASP.net Web Site. Pin
Abhijit Jana30-Sep-09 21:43
professionalAbhijit Jana30-Sep-09 21:43 
AnswerRe: Control Windows Service From ASP.net Web Site. Pin
N a v a n e e t h30-Sep-09 21:49
N a v a n e e t h30-Sep-09 21:49 
AnswerRe: Control Windows Service From ASP.net Web Site. Pin
Abhishek Sur30-Sep-09 21:52
professionalAbhishek Sur30-Sep-09 21:52 

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.