Click here to Skip to main content
16,006,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: About CustomValidator Pin
Brij21-Oct-08 4:20
mentorBrij21-Oct-08 4:20 
GeneralRe: About CustomValidator Pin
jason_mf21-Oct-08 4:44
jason_mf21-Oct-08 4:44 
GeneralRe: About CustomValidator Pin
N a v a n e e t h21-Oct-08 8:21
N a v a n e e t h21-Oct-08 8:21 
QuestionHow to select Date and Time simultaneously Pin
suresh_00121-Oct-08 3:44
suresh_00121-Oct-08 3:44 
AnswerRe: How to select Date and Time simultaneously Pin
Abhijit Jana21-Oct-08 3:51
professionalAbhijit Jana21-Oct-08 3:51 
Questiondesktop application to web migration problem! Pin
mr_muskurahat21-Oct-08 2:52
mr_muskurahat21-Oct-08 2:52 
AnswerRe: desktop application to web migration problem! Pin
Paddy Boyd21-Oct-08 3:18
Paddy Boyd21-Oct-08 3:18 
AnswerRe: desktop application to web migration problem! Pin
Abhijit Jana21-Oct-08 3:47
professionalAbhijit Jana21-Oct-08 3:47 
mr_muskurahat wrote:
can anybody please guide me what are the key points to keep in mind while converting a desktop/client server application to a web appliation

1. Web Application should be deployed in a central location (Web Server ) , so you need to maintain session for all user becase all user access the same application.
2. Look into server side and client side code. avaoid unnecessary post back to server.
mr_muskurahat wrote:
1) do i have to fill all the datatables and keep them into sesssion if i do that will these session effect the website while loading time???

Yes you can store your datatable in a session and can access from all of the appliction.
at the time of Storing Datatable in a session , you should consider about the datatable size and also session size etc., because it can damage your application performance.
If DataTable Data is same for all user and not frequently changed then you can Use Caching or Application Variable.

cheers,
Abhijit

AnswerRe: desktop application to web migration problem! Pin
Brij21-Oct-08 4:05
mentorBrij21-Oct-08 4:05 
QuestionShow messagebox Pin
venkat86_ece21-Oct-08 2:36
venkat86_ece21-Oct-08 2:36 
AnswerRe: Show messagebox Pin
Sandeep Akhare21-Oct-08 2:39
Sandeep Akhare21-Oct-08 2:39 
GeneralRe: Show messagebox Pin
Eduard Keilholz21-Oct-08 2:45
Eduard Keilholz21-Oct-08 2:45 
GeneralRe: Show messagebox Pin
venkat86_ece21-Oct-08 2:55
venkat86_ece21-Oct-08 2:55 
GeneralRe: Show messagebox Pin
venkat86_ece21-Oct-08 2:52
venkat86_ece21-Oct-08 2:52 
AnswerRe: Show messagebox Pin
Paddy Boyd21-Oct-08 3:19
Paddy Boyd21-Oct-08 3:19 
AnswerRe: Show messagebox Pin
Brij21-Oct-08 3:47
mentorBrij21-Oct-08 3:47 
Questionasp.net Pin
cse.vidhya21-Oct-08 2:26
cse.vidhya21-Oct-08 2:26 
AnswerRe: asp.net Pin
Paddy Boyd21-Oct-08 2:35
Paddy Boyd21-Oct-08 2:35 
AnswerRe: asp.net Pin
Sandeep Akhare21-Oct-08 2:36
Sandeep Akhare21-Oct-08 2:36 
GeneralRe: asp.net Pin
cse.vidhya21-Oct-08 2:38
cse.vidhya21-Oct-08 2:38 
AnswerRe: asp.net Pin
Eduard Keilholz21-Oct-08 2:36
Eduard Keilholz21-Oct-08 2:36 
GeneralRe: asp.net Pin
cse.vidhya21-Oct-08 2:39
cse.vidhya21-Oct-08 2:39 
GeneralRe: asp.net Pin
Eduard Keilholz21-Oct-08 2:42
Eduard Keilholz21-Oct-08 2:42 
GeneralRe: asp.net Pin
cse.vidhya21-Oct-08 3:04
cse.vidhya21-Oct-08 3:04 
AnswerRe: asp.net Pin
balaji.t21-Oct-08 19:47
balaji.t21-Oct-08 19: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.