Click here to Skip to main content
15,881,424 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Showing error message Pin
benams1-Nov-10 20:23
benams1-Nov-10 20:23 
AnswerRe: Showing error message Pin
RaviRanjanKr1-Nov-10 20:39
professionalRaviRanjanKr1-Nov-10 20:39 
AnswerRe: Showing error message Pin
Brij1-Nov-10 20:44
mentorBrij1-Nov-10 20:44 
GeneralRe: Showing error message Pin
RaviRanjanKr1-Nov-10 20:53
professionalRaviRanjanKr1-Nov-10 20:53 
GeneralRe: Showing error message Pin
Brij2-Nov-10 2:36
mentorBrij2-Nov-10 2:36 
GeneralRe: Showing error message Pin
RaviRanjanKr2-Nov-10 3:06
professionalRaviRanjanKr2-Nov-10 3:06 
Questioncannot do add to cart function Pin
setengah1-Nov-10 14:53
setengah1-Nov-10 14:53 
AnswerRe: cannot do add to cart function Pin
T M Gray2-Nov-10 4:33
T M Gray2-Nov-10 4:33 
Having all of the methods of the cart as static is a bad idea. You are also throwing away the return values. If CartAccess.AddItem returns a bool you should be doing something with it. It could be as simple as setting the text of a label with "added to cart" or "oops something bad happened". I am guessing you would be getting a false and that it has something to do with your database connection. To get detailed info about what went wrong, either remove the try/catch around the DataAccess calls, or in the catch, change it to catch(Exception ex) and set a label with ex.Message.

Your English is not bad at all.
GeneralRe: cannot do add to cart function Pin
Fayu9-Nov-10 4:44
Fayu9-Nov-10 4:44 
QuestionDataset or ado.net Pin
future38391-Nov-10 3:35
future38391-Nov-10 3:35 
AnswerRe: Dataset or ado.net Pin
Not Active1-Nov-10 4:38
mentorNot Active1-Nov-10 4:38 
Questionhelp with url rewrite... Pin
swornavidhya_m31-Oct-10 23:09
swornavidhya_m31-Oct-10 23:09 
QuestionAjax with VS 2005 Pin
AndieDu31-Oct-10 20:51
AndieDu31-Oct-10 20:51 
QuestionHyper Link in datagrid to download a file Pin
<<Tash18>>31-Oct-10 20:38
<<Tash18>>31-Oct-10 20:38 
AnswerRe: Hyper Link in datagrid to download a file Pin
Not Active1-Nov-10 2:14
mentorNot Active1-Nov-10 2:14 
GeneralRe: Hyper Link in datagrid to download a file Pin
<<Tash18>>1-Nov-10 19:00
<<Tash18>>1-Nov-10 19:00 
QuestionCopy Multiple File on Client Machine Pin
raushan_931-Oct-10 20:00
raushan_931-Oct-10 20:00 
QuestionASP.net VB Pin
Xinxen31-Oct-10 19:50
Xinxen31-Oct-10 19:50 
Questionbest way to save news? Pin
Jassim Rahma31-Oct-10 4:40
Jassim Rahma31-Oct-10 4:40 
AnswerRe: best way to save news? Pin
Brij31-Oct-10 4:53
mentorBrij31-Oct-10 4:53 
Questionlosing the focud!! Pin
Jassim Rahma31-Oct-10 4:36
Jassim Rahma31-Oct-10 4:36 
QuestionHow do I integrate my asp.net website with other websites...(similar to Facebook Connect)? Pin
Nada Adel31-Oct-10 1:45
Nada Adel31-Oct-10 1:45 
Question500-inernal server error . Pin
Davood Riazi30-Oct-10 22:33
Davood Riazi30-Oct-10 22:33 
AnswerRe: 500-inernal server error . Pin
Keith Barrow31-Oct-10 4:37
professionalKeith Barrow31-Oct-10 4:37 
AnswerRe: 500-inernal server error . Pin
Brij31-Oct-10 4:47
mentorBrij31-Oct-10 4:47 

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.