Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Harley Evans   on Mar 27 In Asp.net Category.

  
Question Answered By: Ray Lawrence   on Mar 27

I am still having trouble with
one area though. I'm used to having one area that controls the flow
of a given application. It analyzes the application's current state
and then moves the application  in the direction it needs to go. In
ASP 3.0 I did it by using a Case statement. Example:


Select Case Request.From("action")
Case ""
Call PerformMainAction()
Case "SaveData"
Cacll SaveData(Request.Form("data"), DBConn)
End Select

Do I just need to shift my way of thinking from a centralized point
of control to a distributed point of control?

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Large Scale ASP.Net Web Application Architecture Or get search suggestion and latest updates.


Tagged: