Click here to Skip to main content
15,889,595 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionall Pin
Member 1123433227-Nov-14 3:24
Member 1123433227-Nov-14 3:24 
SuggestionRe: all Pin
Richard MacCutchan27-Nov-14 3:29
mveRichard MacCutchan27-Nov-14 3:29 
GeneralRe: all Pin
Member 1123433227-Nov-14 3:37
Member 1123433227-Nov-14 3:37 
AnswerRe: all Pin
ZurdoDev1-Dec-14 7:25
professionalZurdoDev1-Dec-14 7:25 
QuestionAdd Dynamically A LinkButton Inside Nested (Child) GridView Pin
Mrkhoza27-Nov-14 2:26
professionalMrkhoza27-Nov-14 2:26 
AnswerRe: Add Dynamically A LinkButton Inside Nested (Child) GridView Pin
jaimin851-Dec-14 23:37
jaimin851-Dec-14 23:37 
QuestionHelp in Converting Desktop App to Web App. Pin
QuickBooksDev26-Nov-14 4:48
QuickBooksDev26-Nov-14 4:48 
AnswerRe: Help in Converting Desktop App to Web App. Pin
jkirkerx26-Nov-14 10:48
professionaljkirkerx26-Nov-14 10:48 
The best I can do here is this, perhaps someone else can explain it better, but looks like there are no takers on this post.

A windows app, is really different. Within a windows app, you have access to so many resources, and can make global buffers, that can be used from form or dialog to form or dialog.

A web page, is a 1 time deal. you create the web page, and when done, or the page is unloaded, everything dies with it. When you create another page, you start all over again, and the process repeats. There are ways to store information from page to page, or transfer information from page to page, but that's provided by the web server or through the use of hyperlink query strings.

[Sort of an Anwser]
Some of the code is reusable, the rest just supports the windows controls and objects.

You really need to start from scratch, and design a web based system with the UI first. Now write the navigation part, 1 page to the other, make it look pretty, then start plugging in your logic from the other program, 1 piece at a time until it works correctly.

Sounds to me like you have very little experience at building a web application, and mid level experience at building a windows application. It's important to understand the different between the 2 before you try to port the windows app to a web app.

There's no magic or easy way to do it.
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev27-Nov-14 0:37
QuickBooksDev27-Nov-14 0:37 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming27-Nov-14 3:07
mveRichard Deeming27-Nov-14 3:07 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev27-Nov-14 9:16
QuickBooksDev27-Nov-14 9:16 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming27-Nov-14 9:19
mveRichard Deeming27-Nov-14 9:19 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev30-Nov-14 2:53
QuickBooksDev30-Nov-14 2:53 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming1-Dec-14 1:36
mveRichard Deeming1-Dec-14 1:36 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev2-Dec-14 23:32
QuickBooksDev2-Dec-14 23:32 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming3-Dec-14 1:28
mveRichard Deeming3-Dec-14 1:28 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev3-Dec-14 1:33
QuickBooksDev3-Dec-14 1:33 
GeneralRe: Help in Converting Desktop App to Web App. Pin
Richard Deeming3-Dec-14 1:49
mveRichard Deeming3-Dec-14 1:49 
GeneralRe: Help in Converting Desktop App to Web App. Pin
QuickBooksDev3-Dec-14 1:52
QuickBooksDev3-Dec-14 1:52 
QuestionAuto Filter in gridview Pin
umair275624-Nov-14 4:11
professionalumair275624-Nov-14 4:11 
QuestionIf trip type is one thing, show one query; if another, show a different query. This is not working! Pin
samflex24-Nov-14 2:54
samflex24-Nov-14 2:54 
Questionserver did not recognize the value of http header soapaction c# .net Pin
Member 1032578924-Nov-14 2:30
Member 1032578924-Nov-14 2:30 
QuestionASP.NET C# Dynamically add my selected item from dropdown to below with div tags Pin
Member 1034105324-Nov-14 0:02
Member 1034105324-Nov-14 0:02 
AnswerRe: ASP.NET C# Dynamically add my selected item from dropdown to below with div tags Pin
2374126-Nov-14 18:39
2374126-Nov-14 18:39 
QuestionExcel like filter Grid using ASP.Net MVC Pin
indian14323-Nov-14 10:27
indian14323-Nov-14 10: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.