Click here to Skip to main content
16,004,678 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExecuting stored procedure Pin
peacefulmember4-Sep-07 5:15
peacefulmember4-Sep-07 5:15 
AnswerRe: Executing stored procedure Pin
Christian Graus4-Sep-07 5:26
protectorChristian Graus4-Sep-07 5:26 
GeneralRe: Executing stored procedure Pin
peacefulmember4-Sep-07 5:31
peacefulmember4-Sep-07 5:31 
GeneralRe: Executing stored procedure Pin
Christian Graus4-Sep-07 6:03
protectorChristian Graus4-Sep-07 6:03 
GeneralRe: Executing stored procedure Pin
peacefulmember4-Sep-07 6:49
peacefulmember4-Sep-07 6:49 
GeneralRe: Executing stored procedure Pin
Christian Graus4-Sep-07 7:07
protectorChristian Graus4-Sep-07 7:07 
GeneralRe: Executing stored procedure Pin
peacefulmember4-Sep-07 7:28
peacefulmember4-Sep-07 7:28 
QuestionValidating with out Validators Pin
Muntyness4-Sep-07 5:09
Muntyness4-Sep-07 5:09 
Hi all,

I have a number of text boxes that the user can fill in. I want to make sure that the user can only use the following characters:
.
+
-
_
(
)
A-Z
a-z
0-9

Unfortunately asp:validators are not working. (And I don't know why, as they used to work before importing the project from vs2003 to vs2005. Plus I don't know how to set this in the validators anyway...)

I'm guessing that regular expressions are the way to go in this case (using Regex.Match(inputString, Pattern), but I don't know how to make a working regular expression. (The patterns I've been trying have ended up crashing when I include a character such a # or ' at the end of the input string.)

So, any suggestions?

- Munty
AnswerRe: Validating with out Validators Pin
Christian Graus4-Sep-07 5:19
protectorChristian Graus4-Sep-07 5:19 
GeneralRe: Validating with out Validators Pin
Muntyness4-Sep-07 5:53
Muntyness4-Sep-07 5:53 
GeneralRe: Validating with out Validators Pin
Priya_20074-Sep-07 22:53
Priya_20074-Sep-07 22:53 
GeneralRe: Validating with out Validators Pin
Lucky Sheikh5-Sep-07 1:06
Lucky Sheikh5-Sep-07 1:06 
QuestionSharing DLLs across multiple ASP.NET apps Pin
JamminJimE4-Sep-07 5:06
JamminJimE4-Sep-07 5:06 
AnswerRe: Sharing DLLs across multiple ASP.NET apps Pin
Christian Graus4-Sep-07 5:28
protectorChristian Graus4-Sep-07 5:28 
GeneralRe: Sharing DLLs across multiple ASP.NET apps Pin
JamminJimE4-Sep-07 6:47
JamminJimE4-Sep-07 6:47 
GeneralRe: Sharing DLLs across multiple ASP.NET apps Pin
Christian Graus4-Sep-07 7:23
protectorChristian Graus4-Sep-07 7:23 
AnswerRe: Sharing DLLs across multiple ASP.NET apps Pin
Lucky Sheikh5-Sep-07 1:10
Lucky Sheikh5-Sep-07 1:10 
GeneralRe: Sharing DLLs across multiple ASP.NET apps Pin
JamminJimE5-Sep-07 1:49
JamminJimE5-Sep-07 1:49 
QuestionGridview paging row Pin
ctlqt124-Sep-07 4:51
ctlqt124-Sep-07 4:51 
AnswerRe: Gridview paging row Pin
Lucky Sheikh5-Sep-07 1:12
Lucky Sheikh5-Sep-07 1:12 
QuestionContent Management System: Admin section. Best practices? Pin
Goalie354-Sep-07 4:28
Goalie354-Sep-07 4:28 
AnswerRe: Content Management System: Admin section. Best practices? Pin
Christian Graus4-Sep-07 4:50
protectorChristian Graus4-Sep-07 4:50 
QuestionHow to Filter gridview? Pin
indiaone4-Sep-07 3:33
indiaone4-Sep-07 3:33 
AnswerRe: How to Filter gridview? Pin
Christian Graus4-Sep-07 3:43
protectorChristian Graus4-Sep-07 3:43 
GeneralRe: How to Filter gridview? Pin
indiaone4-Sep-07 4:11
indiaone4-Sep-07 4:11 

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.