Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Need to display the resultant time in hours:min:sec format. Pin
N a v a n e e t h5-Mar-09 23:44
N a v a n e e t h5-Mar-09 23:44 
AnswerRe: Need to display the resultant time in hours:min:sec format. Pin
SachinKumar M6-Mar-09 0:11
SachinKumar M6-Mar-09 0:11 
AnswerRe: Need to display the resultant time in hours:min:sec format. Pin
keyur satyadev6-Mar-09 2:15
keyur satyadev6-Mar-09 2:15 
QuestionAlways Display pager Pin
Anurag Gandhi5-Mar-09 22:20
professionalAnurag Gandhi5-Mar-09 22:20 
AnswerRe: Always Display pager Pin
N a v a n e e t h5-Mar-09 23:46
N a v a n e e t h5-Mar-09 23:46 
GeneralRe: Always Display pager Pin
Anurag Gandhi6-Mar-09 1:55
professionalAnurag Gandhi6-Mar-09 1:55 
QuestionSession ID Pin
Sarfaraj Ahmed5-Mar-09 22:18
Sarfaraj Ahmed5-Mar-09 22:18 
AnswerRe: Session ID Pin
N a v a n e e t h5-Mar-09 23:51
N a v a n e e t h5-Mar-09 23:51 
Sessions will not be shared. So each customer will have their own session. Having said that, keeping shopping cart information in session is not a neat idea. Better way would be to create a table in your database and keep it there. Once the order is placed, remove the data from this table. Keep the shopping cart identifier in session, so you can access the shopping cart data from table using this identifier.

Smile | :)


Questionbrowser doesn't autosuggest my username + password. Pin
NikoTanghe5-Mar-09 21:56
NikoTanghe5-Mar-09 21:56 
AnswerRe: browser doesn't autosuggest my username + password. Pin
N a v a n e e t h5-Mar-09 23:52
N a v a n e e t h5-Mar-09 23:52 
GeneralRe: browser doesn't autosuggest my username + password. Pin
NikoTanghe6-Mar-09 3:13
NikoTanghe6-Mar-09 3:13 
AnswerRe: browser doesn't autosuggest my username + password. Pin
Abhijit Jana6-Mar-09 3:20
professionalAbhijit Jana6-Mar-09 3:20 
GeneralRe: browser doesn't autosuggest my username + password. Pin
NikoTanghe6-Mar-09 4:18
NikoTanghe6-Mar-09 4:18 
QuestionCrystalReportsRedist2005_x86.msm Pin
BalasubramanianK5-Mar-09 21:35
BalasubramanianK5-Mar-09 21:35 
QuestionAccessing shared folder through web Pin
ATM@CodeProject5-Mar-09 21:19
ATM@CodeProject5-Mar-09 21:19 
AnswerRe: Accessing shared folder through web Pin
Gaurav K Singh5-Mar-09 21:38
Gaurav K Singh5-Mar-09 21:38 
QuestionBindingManagerBase Pin
dan0810705-Mar-09 20:42
dan0810705-Mar-09 20:42 
AnswerRe: BindingManagerBase Pin
Jörgen Andersson5-Mar-09 21:59
professionalJörgen Andersson5-Mar-09 21:59 
QuestionAutomatic login Pin
jamesmani2k55-Mar-09 20:21
jamesmani2k55-Mar-09 20:21 
AnswerRe: Automatic login Pin
Expert Coming5-Mar-09 20:32
Expert Coming5-Mar-09 20:32 
QuestionProblem inJavascript Pin
sudheera p5-Mar-09 20:07
sudheera p5-Mar-09 20:07 
AnswerRe: Problem inJavascript Pin
srinivasan_sk7-Mar-09 10:25
srinivasan_sk7-Mar-09 10:25 
QuestionToolbar images problem..... Pin
BalasubramanianK5-Mar-09 20:01
BalasubramanianK5-Mar-09 20:01 
AnswerRe: Toolbar images problem..... Pin
rakeshs3125-Mar-09 20:39
rakeshs3125-Mar-09 20:39 
GeneralRe: Toolbar images problem..... Pin
BalasubramanianK5-Mar-09 21:27
BalasubramanianK5-Mar-09 21:27 

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.