Click here to Skip to main content
15,900,511 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Page Redirect Pin
janani1329-Sep-09 1:47
janani1329-Sep-09 1:47 
GeneralRe: Page Redirect Pin
sashidhar29-Sep-09 1:54
sashidhar29-Sep-09 1:54 
GeneralRe: Page Redirect Pin
Abhishek Sur29-Sep-09 2:26
professionalAbhishek Sur29-Sep-09 2:26 
Questionaspxcombobox has not any DataSource Pin
zizigolo11029-Sep-09 1:04
zizigolo11029-Sep-09 1:04 
AnswerRe: aspxcombobox has not any DataSource Pin
Abhishek Sur29-Sep-09 1:34
professionalAbhishek Sur29-Sep-09 1:34 
Questionproblem when downloading files using google chrome browser Pin
jophinmichael29-Sep-09 0:52
jophinmichael29-Sep-09 0:52 
AnswerRe: problem when downloading files using google chrome browser Pin
Christian Graus29-Sep-09 0:57
protectorChristian Graus29-Sep-09 0:57 
AnswerRe: problem when downloading files using google chrome browser Pin
Abhishek Sur29-Sep-09 1:38
professionalAbhishek Sur29-Sep-09 1:38 
QuestionDate type Pin
MrRhodos29-Sep-09 0:48
MrRhodos29-Sep-09 0:48 
AnswerRe: Date type Pin
Christian Graus29-Sep-09 0:50
protectorChristian Graus29-Sep-09 0:50 
GeneralRe: Date type Pin
MrRhodos29-Sep-09 1:05
MrRhodos29-Sep-09 1:05 
GeneralRe: Date type Pin
sashidhar29-Sep-09 1:09
sashidhar29-Sep-09 1:09 
GeneralRe: Date type Pin
MrRhodos29-Sep-09 1:17
MrRhodos29-Sep-09 1:17 
GeneralRe: Date type Pin
sashidhar29-Sep-09 1:31
sashidhar29-Sep-09 1:31 
GeneralRe: Date type Pin
MrRhodos29-Sep-09 2:07
MrRhodos29-Sep-09 2:07 
GeneralRe: Date type Pin
Christian Graus29-Sep-09 10:30
protectorChristian Graus29-Sep-09 10:30 
AnswerRe: Date type Pin
sashidhar29-Sep-09 0:50
sashidhar29-Sep-09 0:50 
AnswerRe: Date type Pin
Abhishek Sur29-Sep-09 1:42
professionalAbhishek Sur29-Sep-09 1:42 
QuestionValidating filetypes to upload only txt or csv files Pin
meeram39529-Sep-09 0:48
meeram39529-Sep-09 0:48 
I have a validation for the fileupload control in my page, where the user is supposed to upload only text or csv files. I used the following expression:

ValidationExpression="[a-zA-Z\\].*(.txt|.csv|.CSV)$

This works fine. However, the issue is, when the text or csv file starts with digits. How should I include numbers also inside this expression? Do anybody has anyidea? Pls help. I tried many ways, but Iam getting the custom error message, 'File must be txt or csv format'.

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: Validating filetypes to upload only txt or csv files Pin
Nisha Agrawal29-Sep-09 0:50
Nisha Agrawal29-Sep-09 0:50 
AnswerRe: Validating filetypes to upload only txt or csv files Pin
Christian Graus29-Sep-09 0:52
protectorChristian Graus29-Sep-09 0:52 
QuestionAllow numericals in text box for an application in ASP.net and C# Pin
sajitk2029-Sep-09 0:41
sajitk2029-Sep-09 0:41 
AnswerRe: Allow numericals in text box for an application in ASP.net and C# Pin
Christian Graus29-Sep-09 0:46
protectorChristian Graus29-Sep-09 0:46 
AnswerRe: Allow numericals in text box for an application in ASP.net and C# Pin
sashidhar29-Sep-09 0:46
sashidhar29-Sep-09 0:46 
GeneralRe: Allow numericals in text box for an application in ASP.net and C# Pin
sajitk2029-Sep-09 0:49
sajitk2029-Sep-09 0:49 

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.