Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everybody,
I am working with (ASP.Net with c#) Ms-Access database.
My problem is I need to edit My client profile.So I have put one hyperlink like 'Edit profile' which redirects to some aspx file...Here using Select query am displaying all his profile details in Page load...I have one update button now...In 'update button ' click i have written update query..My problem is My values are not getting updated when I debug also am getting previous values only which are loaded during my Page load...Please help me soon to solve this issue soon......
Posted
Comments
_Raj sinha 6-Sep-12 6:00am    
post your code. also tell where are you getting problem?

ok also check if you Page_Load has If(!IsPostBack) tag
 
Share this answer
 
Comments
Radhika Vyas 6-Sep-12 6:30am    
Hi Rickin...Thanx for ur suggestion IsPostBack was missing...Now my issue is resolved...
Rickin Kane 6-Sep-12 6:31am    
your welcome happy coding
Check ur Update query is not giving error and also check if your update query has correct filter critera , Paste the code so that i can help
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900