Click here to Skip to main content
15,896,526 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Mycroft Holmes wrote:
I have reduced my objects to fairly small size with no lists or collections, generally between 4 and 10 fields.


Looks fine to me. Make sure you remove them once you are done and your session don't have huge timeout limits. Performance will impact badly only when site has got huge traffic. In all other cases, it should be fine.

Mycroft Holmes wrote:
What is the recommended method of transferring IDs between pages, I am currently using the URL but I know this is not good as it exposes details about the system that should not be exposed


If Ids are secured, don't pass it through URL. If not, passing through URL is fine. It will produce hackable URLs and hackable URLs are very helpful.

Smile | :)

Best wishes,
Navaneeth

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 
GeneralRe: ASP .Net Datatable Problem Pin
Rock Star.16-Jan-10 5:45
Rock Star.16-Jan-10 5:45 

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.