Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondatapager field(s) produce error I can't solve Pin
Scott5217-Nov-16 4:05
Scott5217-Nov-16 4:05 
AnswerRe: datapager field(s) produce error I can't solve Pin
Richard Deeming17-Nov-16 4:38
mveRichard Deeming17-Nov-16 4:38 
GeneralRe: datapager field(s) produce error I can't solve Pin
Scott5217-Nov-16 4:45
Scott5217-Nov-16 4:45 
QuestionLimit Date Ranges to be not picked up which are already exists in the list Pin
indian14316-Nov-16 13:37
indian14316-Nov-16 13:37 
QuestionTrying to set fixed width with stringbuilder is not working correctly. Pin
samflex15-Nov-16 3:57
samflex15-Nov-16 3:57 
QuestionBest approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
indian14314-Nov-16 13:48
indian14314-Nov-16 13:48 
AnswerRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
Nathan Minier15-Nov-16 1:33
professionalNathan Minier15-Nov-16 1:33 
GeneralRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
indian14315-Nov-16 5:54
indian14315-Nov-16 5:54 
How about I have Custom Configuration then at one place in the AppConfig I define the Environment
<add key="Environment" value="Dev" />

 <configSections>

<pre>
<section name="Dev" type="System.Configuration.SingleTagSectionHandler" />

<section name="Prod" type="System.Configuration.SingleTagSectionHandler" />



, so that when I set this to Dev then it will load the Dev Config section and when we set the Environment to Prod then it will load the Prod Config Section settings. This is what I have suggested so that there is less chance of confusion means, unexpectedly data won't go from here to there and only in one place we need to change so it would become easy for the Developer only one problem is sometimes when Developer doesn't have to know the Prod Settings then it will be a Problem. But in most of the cases developers only give Config files to the admin people.

If there are any better suggestions I am really open and looking for those things to be implemented, but without using any third party tools or at least without paying for any license.

Thank you my friends.
Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."

AnswerRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
Richard Deeming15-Nov-16 2:21
mveRichard Deeming15-Nov-16 2:21 
AnswerRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
Dominic Burford17-Nov-16 2:41
professionalDominic Burford17-Nov-16 2:41 
QuestionNeed help with validation on image links Pin
Bootzilla3314-Nov-16 8:56
Bootzilla3314-Nov-16 8:56 
QuestionAssign a javascript or jQuery method to a button onClick event Pin
indian14314-Nov-16 6:24
indian14314-Nov-16 6:24 
AnswerRe: Assign a javascript or jQuery method to a button onClick event - Resolved Pin
indian14314-Nov-16 6:27
indian14314-Nov-16 6:27 
Questionhow to bind two dropdownlists using jquery,C# from backend Pin
Member 1284531611-Nov-16 1:49
Member 1284531611-Nov-16 1:49 
Rant[REPOST] how to bind two dropdownlists using jquery,C# from backend Pin
Richard Deeming11-Nov-16 2:04
mveRichard Deeming11-Nov-16 2:04 
QuestionThe datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
indian1439-Nov-16 13:19
indian1439-Nov-16 13:19 
AnswerRe: The datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
Richard Deeming10-Nov-16 2:13
mveRichard Deeming10-Nov-16 2:13 
GeneralRe: The datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
indian14310-Nov-16 5:53
indian14310-Nov-16 5:53 
GeneralRe: The datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
Richard Deeming10-Nov-16 5:58
mveRichard Deeming10-Nov-16 5:58 
GeneralRe: The datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
indian14310-Nov-16 6:30
indian14310-Nov-16 6:30 
GeneralRe: The datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
Richard Deeming10-Nov-16 6:48
mveRichard Deeming10-Nov-16 6:48 
GeneralRe: The datepicker input items that are added at runtime using Jquery are not firing the datepicker event Pin
indian14310-Nov-16 6:51
indian14310-Nov-16 6:51 
Questiondiv controls outside of a repeater should be made invisible Pin
Scott529-Nov-16 5:17
Scott529-Nov-16 5:17 
AnswerRe: div controls outside of a repeater should be made invisible Pin
Richard Deeming9-Nov-16 5:42
mveRichard Deeming9-Nov-16 5:42 
GeneralRe: div controls outside of a repeater should be made invisible Pin
Scott529-Nov-16 7:59
Scott529-Nov-16 7:59 

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.