Click here to Skip to main content
15,889,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: len function not working Pin
Christian Graus2-Nov-07 1:37
protectorChristian Graus2-Nov-07 1:37 
QuestionHelp in Regular Expression Pin
Sandeep Akhare1-Nov-07 23:44
Sandeep Akhare1-Nov-07 23:44 
AnswerRe: Help in Regular Expression Pin
N a v a n e e t h1-Nov-07 23:57
N a v a n e e t h1-Nov-07 23:57 
GeneralRe: Help in Regular Expression Pin
Sandeep Akhare2-Nov-07 0:02
Sandeep Akhare2-Nov-07 0:02 
GeneralRe: Help in Regular Expression Pin
N a v a n e e t h2-Nov-07 0:12
N a v a n e e t h2-Nov-07 0:12 
GeneralRe: Help in Regular Expression Pin
Sandeep Akhare2-Nov-07 0:23
Sandeep Akhare2-Nov-07 0:23 
GeneralRe: Help in Regular Expression Pin
N a v a n e e t h2-Nov-07 0:26
N a v a n e e t h2-Nov-07 0:26 
GeneralRe: Help in Regular Expression Pin
Sandeep Akhare2-Nov-07 0:49
Sandeep Akhare2-Nov-07 0:49 
N a v a n e e t h wrote:
Download RegExBuddy


Thanks I will do that ...


N a v a n e e t h wrote:
Use Trim function and check the length

That's what i am doing finally
// Check for blank spaces In both first and last Name fields
if (String.IsNullOrEmpty(txtFirstName.Text.Trim()))
{
this.reqFirstName.IsValid = false;
}

reqFirstName is my validator derived from custom validator
this line of code i am writing in my Pages not in validator
then question will be why i have used this validator.
i think its not proper implementation of validator
Any way thanks for your suggestions and providing me RE tool


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




AnswerRe: Help in Regular Expression Pin
r a j u u2-Nov-07 0:03
r a j u u2-Nov-07 0:03 
GeneralRe: Help in Regular Expression Pin
Sandeep Akhare2-Nov-07 0:09
Sandeep Akhare2-Nov-07 0:09 
AnswerRe: Help in Regular Expression Pin
Piyush Vardhan Singh2-Nov-07 0:35
Piyush Vardhan Singh2-Nov-07 0:35 
GeneralRe: Help in Regular Expression Pin
Sandeep Akhare2-Nov-07 0:54
Sandeep Akhare2-Nov-07 0:54 
GeneralRe: Help in Regular Expression Pin
Piyush Vardhan Singh2-Nov-07 1:21
Piyush Vardhan Singh2-Nov-07 1:21 
Questionasp:Repeater for wml Pin
gottimukkala1-Nov-07 23:37
gottimukkala1-Nov-07 23:37 
AnswerRe: asp:Repeater for wml Pin
Unknown Ajanabi2-Nov-07 0:23
Unknown Ajanabi2-Nov-07 0:23 
QuestionNew window Pin
Learning ASP.NET1-Nov-07 23:28
Learning ASP.NET1-Nov-07 23:28 
AnswerRe: New window Pin
Christian Graus1-Nov-07 23:33
protectorChristian Graus1-Nov-07 23:33 
AnswerRe: New window Pin
Imran Khan Pathan1-Nov-07 23:34
Imran Khan Pathan1-Nov-07 23:34 
AnswerRe: New window Pin
r a j u u1-Nov-07 23:40
r a j u u1-Nov-07 23:40 
Questionrestict the html tags Pin
jithbiz00331-Nov-07 23:25
jithbiz00331-Nov-07 23:25 
AnswerRe: restict the html tags Pin
Christian Graus1-Nov-07 23:27
protectorChristian Graus1-Nov-07 23:27 
QuestionWizard inside UpdatePanel Pin
ShruthiLavan1-Nov-07 23:24
ShruthiLavan1-Nov-07 23:24 
QuestionGridView RowDataBound event. Pin
divyesh14321-Nov-07 23:15
divyesh14321-Nov-07 23:15 
QuestionBrowser Resizing Pin
freshonlineMax1-Nov-07 23:12
freshonlineMax1-Nov-07 23:12 
AnswerRe: Browser Resizing Pin
divyesh14321-Nov-07 23:22
divyesh14321-Nov-07 23:22 

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.