Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Still having problems with ASP.NET [modified] [Solved] Pin
theOzLizard17-Jan-10 11:48
theOzLizard17-Jan-10 11:48 
QuestionCan I embed an ActiveX control in a ASP.NET MVC View? Pin
Nirav Doshi16-Jan-10 6:33
Nirav Doshi16-Jan-10 6:33 
AnswerRe: Can I embed an ActiveX control in a ASP.NET MVC View? Pin
April Fans18-Jan-10 15:02
April Fans18-Jan-10 15:02 
Questionmulti user issue Pin
aamirzada15-Jan-10 19:21
aamirzada15-Jan-10 19:21 
AnswerRe: multi user issue Pin
Brij15-Jan-10 21:14
mentorBrij15-Jan-10 21:14 
GeneralRe: multi user issue Pin
aamirzada27-Jan-10 21:20
aamirzada27-Jan-10 21:20 
QuestionSession usage Pin
Mycroft Holmes15-Jan-10 11:27
professionalMycroft Holmes15-Jan-10 11:27 
AnswerRe: Session usage Pin
Ennis Ray Lynch, Jr.15-Jan-10 11:59
Ennis Ray Lynch, Jr.15-Jan-10 11:59 
Transferring id values is OK so long as they are secured otherwise, ie if you use id=7 a user can't type id=8 and get that id unless they have permission. Often you can use post parameters to "hide" the information from the user but the security still needs to exist.

While it is very reasonable to put some objects in Session I prefer hitting the db and having completely stateless ASP.NET applications. Any host that doesn't want you using their DB has problems.

Also, one pattern I use when using Session is to have a SessionManager class and I require that all access to properties in the Session be from that class. That way it is easy to see what is in the Session and Where, etc.


Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


AnswerRe: Session usage Pin
N a v a n e e t h15-Jan-10 18:00
N a v a n e e t h15-Jan-10 18:00 
GeneralRe: Session usage Pin
Mycroft Holmes15-Jan-10 21:26
professionalMycroft Holmes15-Jan-10 21:26 
GeneralRe: Session usage Pin
N a v a n e e t h16-Jan-10 5:38
N a v a n e e t h16-Jan-10 5:38 
GeneralRe: Session usage Pin
N a v a n e e t h16-Jan-10 5:47
N a v a n e e t h16-Jan-10 5:47 
GeneralRe: Session usage Pin
Mycroft Holmes16-Jan-10 12:06
professionalMycroft Holmes16-Jan-10 12:06 
GeneralRe: Session usage Pin
N a v a n e e t h16-Jan-10 16:30
N a v a n e e t h16-Jan-10 16:30 
AnswerRe: Session usage Pin
Brij15-Jan-10 19:52
mentorBrij15-Jan-10 19:52 
GeneralRe: Session usage Pin
Mycroft Holmes15-Jan-10 21:24
professionalMycroft Holmes15-Jan-10 21:24 
GeneralRe: Session usage Pin
Brij15-Jan-10 22:29
mentorBrij15-Jan-10 22:29 
AnswerRe: Session usage Pin
Abhijit Jana15-Jan-10 20:38
professionalAbhijit Jana15-Jan-10 20:38 
AnswerRe: Session usage Pin
theOzLizard17-Jan-10 12:01
theOzLizard17-Jan-10 12:01 
QuestionASP .Net Datatable Problem Pin
Rock Star.15-Jan-10 6:01
Rock Star.15-Jan-10 6:01 
AnswerRe: ASP .Net Datatable Problem Pin
Not Active15-Jan-10 6:09
mentorNot Active15-Jan-10 6:09 
GeneralRe: ASP .Net Datatable Problem Pin
Abhishek Sur15-Jan-10 7:08
professionalAbhishek Sur15-Jan-10 7:08 
GeneralRe: ASP .Net Datatable Problem Pin
Not Active15-Jan-10 7:44
mentorNot Active15-Jan-10 7:44 
GeneralRe: ASP .Net Datatable Problem Pin
Abhishek Sur15-Jan-10 8:46
professionalAbhishek Sur15-Jan-10 8:46 
AnswerRe: ASP .Net Datatable Problem Pin
Abhishek Sur15-Jan-10 7:10
professionalAbhishek Sur15-Jan-10 7:10 

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.