Click here to Skip to main content
15,894,825 members

Comments by Chethan T R (Top 5 by date)

Chethan T R 26-Sep-14 1:41am View    
Dispatcher doesn't work in console application, if i use thread.start() method i am getting an error "The calling thread cannot access this object because a different thread owns it." Please suggest!
Chethan T R 18-Sep-14 9:58am View    
In WPF app, i have code like this

private void txtZ_PreviewTextInput(object sender, TextCompositionEventArgs e)
{
e.Handled = regex.IsMatch(e.Text);
}

and my regex is Regex regex = new Regex(@"^[1-9]\d*(\.\d+)?$"); same what you have given. But its not taking dot(.) atleat once
Chethan T R 18-Jun-13 3:02am View    
Hi David/Sunasara, Thanks for response. After googling and some R&D i came to know we cannot upload multiple files using javascript or JQuery in MVC3/4. Its browser depedent, i can do that in IE10, Mozilla and Chrome, but not in IE9 and below.

Any ways, sorry for delayed response and thanks again for your comments/replies.
Chethan T R 18-Jun-13 2:59am View    
Deleted
Hi David/Sunasara, Thanks for response. After googling and some R&D i came to know we cannot upload multiple files using javascript or JQuery in MVC3/4. Its browser depedent, i can do that in IE10, Mozilla and Chrome, but not in IE9 and below.

Any ways, sorry for delayed response and thanks again for your comments/replies.
Chethan T R 19-Oct-11 6:44am View    
ok, do you have any suggestion for the above issue?