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

ASP.NET

 
GeneralRe: Page updating Pin
#realJSOP15-Dec-09 3:12
professional#realJSOP15-Dec-09 3:12 
GeneralRe: Page updating Pin
Dinesh Mani15-Dec-09 3:18
Dinesh Mani15-Dec-09 3:18 
GeneralRe: Page updating Pin
#realJSOP15-Dec-09 3:41
professional#realJSOP15-Dec-09 3:41 
GeneralRe: Page updating Pin
Dinesh Mani15-Dec-09 18:59
Dinesh Mani15-Dec-09 18:59 
GeneralRe: Page updating Pin
#realJSOP16-Dec-09 12:12
professional#realJSOP16-Dec-09 12:12 
AnswerRe: Page updating Pin
Abhishek Sur15-Dec-09 4:02
professionalAbhishek Sur15-Dec-09 4:02 
QuestionASP .NET based centralized application !!! Pin
jeshra27915-Dec-09 0:20
jeshra27915-Dec-09 0:20 
AnswerRe: ASP .NET based centralized application !!! Pin
Dinesh Mani15-Dec-09 0:39
Dinesh Mani15-Dec-09 0:39 
You don't have to rebuild your application into a web based application. If you have already defined placed business logic and presentations classes separately, then just put a web service wrapper around your business logic and use your existing Windows Forms UI to consume the service.

If not, then you will have to separate your business logic [BL] and data access[DA] code from the presentation [PL] code. Ensure that all data access from PL is done only through your BL, via DA. Now expose the BL as webservice.

Creating a central database repository is something your DBA should be taking care of. If your existing DB is capable of handling data from all locations, then just hand them your existing DB scripts. Else, make necessary changes to your DB and pass on the script.
GeneralRe: ASP .NET based centralized application !!! Pin
jeshra27915-Dec-09 3:39
jeshra27915-Dec-09 3:39 
GeneralRe: ASP .NET based centralized application !!! Pin
ESTAN15-Dec-09 12:01
ESTAN15-Dec-09 12:01 
QuestionHow to kill the session when user closes browser in asp.net 2.0 Pin
Raheem MA14-Dec-09 23:59
Raheem MA14-Dec-09 23:59 
AnswerRe: How to kill the session when user closes browser in asp.net 2.0 Pin
sashidhar15-Dec-09 0:03
sashidhar15-Dec-09 0:03 
AnswerRe: How to kill the session when user closes browser in asp.net 2.0 Pin
nainakarri15-Dec-09 0:12
nainakarri15-Dec-09 0:12 
GeneralRe: How to kill the session when user closes browser in asp.net 2.0 Pin
Raheem MA15-Dec-09 0:19
Raheem MA15-Dec-09 0:19 
GeneralRe: How to kill the session when user closes browser in asp.net 2.0 Pin
nainakarri15-Dec-09 0:26
nainakarri15-Dec-09 0:26 
GeneralRe: How to kill the session when user closes browser in asp.net 2.0 Pin
Dinesh Mani15-Dec-09 1:35
Dinesh Mani15-Dec-09 1:35 
Questionincreasing no of rows in gridview dynamically Pin
rosae61914-Dec-09 23:36
rosae61914-Dec-09 23:36 
AnswerRe: increasing no of rows in gridview dynamically Pin
sashidhar14-Dec-09 23:42
sashidhar14-Dec-09 23:42 
QuestionCreate toolbr for browser Pin
hemant.kaushal14-Dec-09 23:34
hemant.kaushal14-Dec-09 23:34 
AnswerRe: Create toolbr for browser Pin
sashidhar14-Dec-09 23:53
sashidhar14-Dec-09 23:53 
Questionautomatic email generation Pin
rummer14-Dec-09 20:33
rummer14-Dec-09 20:33 
AnswerRe: automatic email generation Pin
Ashfield14-Dec-09 20:58
Ashfield14-Dec-09 20:58 
AnswerRe: automatic email generation Pin
sashidhar15-Dec-09 0:08
sashidhar15-Dec-09 0:08 
GeneralRe: automatic email generation Pin
Abhijit Jana15-Dec-09 1:51
professionalAbhijit Jana15-Dec-09 1:51 
GeneralRe: automatic email generation Pin
sashidhar15-Dec-09 3:06
sashidhar15-Dec-09 3:06 

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.