Click here to Skip to main content
15,912,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: aspnetdb Pin
AlexeiXX39-Oct-08 8:50
AlexeiXX39-Oct-08 8:50 
GeneralRe: aspnetdb Pin
y_mmohd10-Oct-08 12:30
y_mmohd10-Oct-08 12:30 
QuestionI get 110060 - Connection Timeout when I import a huge Excel file into a sql server 2000 table? Pin
Nada Adel8-Oct-08 23:07
Nada Adel8-Oct-08 23:07 
QuestionAutofill DropDownList [modified] Pin
SUDHAKAR PALLAM8-Oct-08 22:32
SUDHAKAR PALLAM8-Oct-08 22:32 
AnswerRe: Autofill DropDownList Pin
eyeseetee9-Oct-08 0:20
eyeseetee9-Oct-08 0:20 
GeneralRe: Autofill DropDownList Pin
Abhijit Jana9-Oct-08 1:12
professionalAbhijit Jana9-Oct-08 1:12 
Questioncant read smtp setting from webconfig Pin
VijayVishwakarma8-Oct-08 21:59
VijayVishwakarma8-Oct-08 21:59 
AnswerRe: cant read smtp setting from webconfig Pin
Venkatesh Mookkan9-Oct-08 0:11
Venkatesh Mookkan9-Oct-08 0:11 
QuestionOpening Excel 2007 File using Asp.net Hangs. Pin
gafooronline8-Oct-08 21:26
gafooronline8-Oct-08 21:26 
AnswerRe: Opening Excel 2007 File using Asp.net Hangs. Pin
Venkatesh Mookkan8-Oct-08 23:39
Venkatesh Mookkan8-Oct-08 23:39 
AnswerRe: Opening Excel 2007 File using Asp.net Hangs. Pin
Paddy Boyd9-Oct-08 0:50
Paddy Boyd9-Oct-08 0:50 
Questionindexing service not workiing properly for excel Pin
nikhil12348-Oct-08 20:27
nikhil12348-Oct-08 20:27 
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 

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.