Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:762363
More Search Options
RSS Available
Matching Posts
Which one is the better project structure?
I have two options to setup ASP.NET web application. Please can anyone tell me which one is better than the other one and why? Option A 1. Application.UI - //Contains all the aspx and UI control, css/ images web.config etc. (assembly name : Project.Application.UI) 2. Controls,UI - //Contains all custom build user controls. (assembly name : Project.Controls.UI) 3. BusinessLogic // Contains all the business logic data/ complex business objects (assembly name : Project.BusinessLogic) 4. DataObjects
Posted to
Architecture
(Forum)
by
raj_kba
on 6/14/2009
Please Help!!! Project/Class Library/DLL with different namespace?
Hi We have the below 6 class libraries in our ASP.NET project 1. Application.UI - //Contains all the aspx and UI control, css/ images web.config etc. (assembly name : Project.Application.UI) 2. Controls,UI - //Contains all custom build user controls. (assembly name : Project.Controls.UI) 3. BusinessLogic // Contains all the business logic data/ complex business objects (assembly name : Project.BusinessLogic) 4. DataObjects //Contains objects that represent database fields. (assembly name : Project
Posted to
Architecture
(Forum)
by
raj_kba
on 6/13/2009
Please Help!!! Project/Class Library/DLL with different namespace?
Hi We have the below 6 class libraries in our ASP.NET project 1. Application.UI - //Contains all the aspx and UI control, css/ images web.config etc. (assembly name : Project.Application.UI) 2. Controls,UI - //Contains all custom build user controls. (assembly name : Project.Controls.UI) 3. BusinessLogic // Contains all the business logic data/ complex business objects (assembly name : Project.BusinessLogic) 4. DataObjects //Contains objects that represent database fields. (assembly name : Project
Posted to
VS 2005 Web Application Projects
(Forum)
by
raj_kba
on 6/13/2009
Re: Please Help!!! Project/Class Library/DLL with different namespace?
Sorry it wasn't formatted before. It should be fine now - Thanks
Posted to
VS 2005 Web Application Projects
(Forum)
by
raj_kba
on 6/13/2009
Re: Java Script and VB Script
Use JQUERY instead of vb or java script. It is powerful and browser independent. Also easy to learn less coding.
Posted to
Web Forms
(Forum)
by
raj_kba
on 3/11/2009
How to stop invalid checkins
Hi All I need to prevent check-in to TFS when the values are in correct in the web.config file. For an example if debug is turned on(debug=true), I don't want anyone to accidently check-in the changes to TFS. Is there a way to prevent this? Please help
Posted to
Visual Studio 2008
(Forum)
by
raj_kba
on 3/3/2009
Re: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
This should fix yr error. It is work around however Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequest); function endRequest(sender, args) { // Check to see if there's an error on this request. if (args.get_error() != undefined) { $get('Error').style.visibility = "visible"; // Let the framework know that the error is handled, // so it doesn't throw the JavaScript alert. args.set_errorHandled(true); } }
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
raj_kba
on 11/20/2008
Re: Help!!! TypeInitializationException (in production) while submitting data to sql server
Unfortunately we still don't know the answer for sure. You may also encountered a problem like this and don't know what to do. I can only say ..... Don't use static constructors. Because I know they cause problems when connecting thru firewalls. How? CLR Jit compiler doesn't always perform well with Static Constructors. It depends on network speed/traffic/load in the server. There is a possibility a thread (which is required by a static class being instantiated) might be executed
Posted to
Web Parts and Personalization
(Forum)
by
raj_kba
on 6/26/2008
Help!!! Debugging Classic ASP in VS2008?
Hi Is it possible to set a break point in a classic ASP file loaded as a script document in vs2008. I can set break point(s) in an include files but not ASP files? Any ideas greatly appreciated Cheers raj_kba
Posted to
Visual Studio 2008
(Forum)
by
raj_kba
on 6/26/2008
Re: Help!!! TypeInitializationException (in production) while submitting data to sql server
Thanks a lot for yr replay. We are still having the problem and no idea what's going on. Yes you are right. We are able to connect to SQL server from DMZ elsewhere from out app. Also this is perfectly working in our dev and staging envs. The code is below (I have a feeling that the constructor causing the problem (eg. static readonly SqlDataManager instance = new SqlDataManager (); ) ): using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.Sql;
Posted to
Web Parts and Personalization
(Forum)
by
raj_kba
on 6/22/2008
Page 1 of 5 (47 items) 1
2
3
4
5
Next >
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online