Click here to Skip to main content
15,915,632 members
Home / Discussions / C#
   

C#

 
GeneralRe: Button enabled and disable using EnabledChanged method Pin
DPaul199420-Apr-15 4:52
DPaul199420-Apr-15 4:52 
GeneralRe: Button enabled and disable using EnabledChanged method Pin
Pete O'Hanlon20-Apr-15 5:05
mvePete O'Hanlon20-Apr-15 5:05 
GeneralRe: Button enabled and disable using EnabledChanged method Pin
DPaul199420-Apr-15 5:07
DPaul199420-Apr-15 5:07 
AnswerRe: Button enabled and disable using EnabledChanged method Pin
BillWoodruff20-Apr-15 19:54
professionalBillWoodruff20-Apr-15 19:54 
AnswerRe: Button enabled and disable using EnabledChanged method Pin
David A. Gray3-May-15 10:39
David A. Gray3-May-15 10:39 
QuestionRouteCollection.Ignore doesn't work Pin
Member 1162251320-Apr-15 4:07
Member 1162251320-Apr-15 4:07 
AnswerRe: RouteCollection.Ignore doesn't work Pin
Dave Kreskowiak20-Apr-15 5:32
mveDave Kreskowiak20-Apr-15 5:32 
GeneralRe: RouteCollection.Ignore doesn't work Pin
Member 1162251320-Apr-15 5:42
Member 1162251320-Apr-15 5:42 
err... why is this a asp.net question? As per my understanding, the codes that handles the ignoring of specific file or folder needs to be written in the back code (c#) in my case.

C#
public static void RegisterRoutes(RouteCollection routes)
        {
            routes.RouteExistingFiles = false;
            routes.Ignore("SERVICE/{*pathInfo}");
            var settings = new FriendlyUrlSettings();
            settings.AutoRedirectMode = RedirectMode.Permanent;
            routes.EnableFriendlyUrls(settings);
        }


the code above is what I did but still doesn't work
GeneralRe: RouteCollection.Ignore doesn't work Pin
Dave Kreskowiak20-Apr-15 9:17
mveDave Kreskowiak20-Apr-15 9:17 
QuestionChange Frame Rate of IP CAM Using C# Pin
Django_Untaken20-Apr-15 3:10
Django_Untaken20-Apr-15 3:10 
AnswerRe: Change Frame Rate of IP CAM Using C# Pin
Richard MacCutchan20-Apr-15 3:37
mveRichard MacCutchan20-Apr-15 3:37 
AnswerRe: Change Frame Rate of IP CAM Using C# Pin
Pete O'Hanlon20-Apr-15 3:42
mvePete O'Hanlon20-Apr-15 3:42 
QuestiontextBox TextChanged method Pin
DPaul199420-Apr-15 0:40
DPaul199420-Apr-15 0:40 
AnswerRe: textBox TextChanged method Pin
Kenneth Haugland20-Apr-15 0:45
mvaKenneth Haugland20-Apr-15 0:45 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 0:56
DPaul199420-Apr-15 0:56 
AnswerRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 0:48
professionalSascha Lefèvre20-Apr-15 0:48 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 0:56
DPaul199420-Apr-15 0:56 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 1:01
professionalSascha Lefèvre20-Apr-15 1:01 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 1:19
professionalSascha Lefèvre20-Apr-15 1:19 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 3:13
DPaul199420-Apr-15 3:13 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 3:22
professionalSascha Lefèvre20-Apr-15 3:22 
GeneralRe: textBox TextChanged method Pin
DPaul199420-Apr-15 3:20
DPaul199420-Apr-15 3:20 
GeneralRe: textBox TextChanged method Pin
Sascha Lefèvre20-Apr-15 3:23
professionalSascha Lefèvre20-Apr-15 3:23 
QuestionRe: textBox TextChanged method Pin
Arkadeep De20-Apr-15 0:49
professionalArkadeep De20-Apr-15 0:49 
AnswerRe: textBox TextChanged method Pin
DPaul199420-Apr-15 0:55
DPaul199420-Apr-15 0:55 

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.