Click here to Skip to main content
15,914,225 members
Home / Discussions / C#
   

C#

 
QuestionButton enabled and disable using EnabledChanged method Pin
DPaul199420-Apr-15 4:34
DPaul199420-Apr-15 4:34 
AnswerRe: Button enabled and disable using EnabledChanged method Pin
Pete O'Hanlon20-Apr-15 4:47
mvePete O'Hanlon20-Apr-15 4:47 
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 
I use RouteCollection with FriendlyUrlSettings to remove aspx from being shown... so now every time someone access my site, instead of display www.mysite.com/login.aspx , it will display www.mysite.com/login

But I have a problem where an old app needs to access a page, and it's already hard-coded inside the app to access www.mysite.com/service/AuthenticateUser.aspx page. But because of the friendlyurl, the app doesn't work.

So I added this line

routes.Ignore("Service/AuthenticateUser.aspx");

but it doesn't seem to do anything. Every time I access the page Service/AuthenticateUser.aspx , it will still redirect me to Service/AuthenticateUser only
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 
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 

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.