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

ASP.NET

 
AnswerRe: indexing service not workiing properly for excel Pin
Ashfield8-Oct-08 21:19
Ashfield8-Oct-08 21:19 
QuestionSetting the LoginView's role property using codebehind Pin
Aquardz8-Oct-08 20:22
Aquardz8-Oct-08 20:22 
QuestionAdd provider to sesionState element as we can do with profile and membership Pin
AlexeiXX38-Oct-08 10:57
AlexeiXX38-Oct-08 10:57 
QuestionSQLSession state server Pin
AlexeiXX38-Oct-08 10:33
AlexeiXX38-Oct-08 10:33 
QuestionNeed Help in Coding a GridView(Using Paging) That Display Running Total below it. Pin
RChirumamilla8-Oct-08 10:18
RChirumamilla8-Oct-08 10:18 
AnswerRe: Need Help in Coding a GridView(Using Paging) That Display Running Total below it. Pin
Venkatesh Mookkan8-Oct-08 17:08
Venkatesh Mookkan8-Oct-08 17:08 
GeneralRe: Need Help in Coding a GridView(Using Paging) That Display Running Total below it. Pin
RChirumamilla9-Oct-08 5:58
RChirumamilla9-Oct-08 5:58 
QuestionGeneric question about Template web sites.... Pin
Christopher Stratmann8-Oct-08 3:27
Christopher Stratmann8-Oct-08 3:27 
I really dont know if this is the best place to ask this question but here it goes...

Background Information:
I am creating template C# 2008 web sites that contain different modules. I may have web sites A, B, C, D, etc that each contain different modules. A module could be a couple different things. It could be a GUI change such as a side panel on the main web page like in code project on the left where it says chapters, Announcements, etc. Another example could be new web pages like a shopping cart with paypal or google checkout. Another would be web site polling such as the one on www.PollPro.com while would be code changes and additional web pages. A module could mean C# server side code changes to files, HTML code changes, and or including of files that dont exist, and or changes to the SQL Server the web site is using.

The Question:
What is the best way to start accomplish this in a very maintainable way?

Possible Answers:
1. Create a base web site that contains no modules at all. Then within the code place sections that could be between commented sections like // GOOGLECHECKOUTMODULE_BEGIN and // GOOGLECHECKOUTMODULE_END. Then build an application that will remove all the sections and a specified list of files if the module is not selected. The problem with this is that other modules could be using the same files. Another problem is that this project would become a maintaince nightmare with all the different commented sections.

2. Create a base web site that contains no modules at all. Then copy that project and add only one module. Then when a module is selected the two projects need to be merged together. This would include merging files and adding files that dont exist. Merging coded files may be a little work but is possible. If different modules contain the same file name that needs to be added then which one is used?

Any other options?
QuestionCursor of n leavel Pin
Member 46590018-Oct-08 2:44
Member 46590018-Oct-08 2:44 
AnswerRe: Cursor of n leavel Pin
Ashfield8-Oct-08 2:48
Ashfield8-Oct-08 2:48 
AnswerRe: Cursor of n leavel Pin
AlexeiXX38-Oct-08 10:36
AlexeiXX38-Oct-08 10:36 
Questionhow to show de data of a text file(csv file)in a grid view Pin
raghvendrapanda8-Oct-08 2:34
raghvendrapanda8-Oct-08 2:34 
AnswerRe: how to show de data of a text file(csv file)in a grid view Pin
Ashfield8-Oct-08 3:30
Ashfield8-Oct-08 3:30 
AnswerRe: how to show de data of a text file(csv file)in a grid view Pin
Venkatesh Mookkan8-Oct-08 17:18
Venkatesh Mookkan8-Oct-08 17:18 
Questionobject data source Pin
arkiboys8-Oct-08 1:46
arkiboys8-Oct-08 1:46 
Questionsave txt file on client computer Pin
Rinki Mukheraji8-Oct-08 1:33
Rinki Mukheraji8-Oct-08 1:33 
AnswerRe: save txt file on client computer Pin
eyeseetee8-Oct-08 2:47
eyeseetee8-Oct-08 2:47 
AnswerRe: save txt file on client computer Pin
Venkatesh Mookkan8-Oct-08 17:27
Venkatesh Mookkan8-Oct-08 17:27 
QuestionCross database compatibility Pin
Bardy858-Oct-08 0:52
Bardy858-Oct-08 0:52 
QuestionAdd control to panel Runtime Pin
omlac7-Oct-08 23:49
omlac7-Oct-08 23:49 
AnswerRe: Add control to panel Runtime Pin
eyeseetee7-Oct-08 23:54
eyeseetee7-Oct-08 23:54 
GeneralRe: Add control to panel Runtime Pin
omlac8-Oct-08 0:07
omlac8-Oct-08 0:07 
QuestionExport Datagrid to Excel using ASP.Net Pin
mullamootil7-Oct-08 23:36
mullamootil7-Oct-08 23:36 
AnswerRe: Export Datagrid to Excel using ASP.Net Pin
HemJoshi7-Oct-08 23:53
HemJoshi7-Oct-08 23:53 
GeneralRe: Export Datagrid to Excel using ASP.Net Pin
mullamootil8-Oct-08 20:14
mullamootil8-Oct-08 20:14 

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.