T
Trex
My question is on the design of a web app...let's say I was tracking
requests for something and I wanted my web app to show information about the
different requests in the system. A list of pending requests, approved
requests, completed, etc & so on. Do most asp.net developers create a page
for each request?
pendingRequests.aspx
approvedRequests.aspx
CompletedRequests.aspx
etc.
Or
Request.aspx?type=1
Request.aspx?type=2
Request.aspx?type=3
what decisions are you making to decide which direction you go?
Regards,
Trex
requests for something and I wanted my web app to show information about the
different requests in the system. A list of pending requests, approved
requests, completed, etc & so on. Do most asp.net developers create a page
for each request?
pendingRequests.aspx
approvedRequests.aspx
CompletedRequests.aspx
etc.
Or
Request.aspx?type=1
Request.aspx?type=2
Request.aspx?type=3
what decisions are you making to decide which direction you go?
Regards,
Trex