Click here to Skip to main content
15,917,618 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Checkboxlist Pin
RajeevKumarSharma2-Nov-07 2:32
RajeevKumarSharma2-Nov-07 2:32 
QuestionDatagrid Pin
manowj2-Nov-07 1:09
manowj2-Nov-07 1:09 
AnswerRe: Datagrid Pin
Christian Graus2-Nov-07 1:34
protectorChristian Graus2-Nov-07 1:34 
AnswerRe: Datagrid Pin
Samariya prakash2-Nov-07 3:31
Samariya prakash2-Nov-07 3:31 
QuestionMenu control in asp.net.. Please help me Pin
PeriyasamyRamachandran2-Nov-07 1:08
PeriyasamyRamachandran2-Nov-07 1:08 
AnswerRe: Menu control in asp.net.. Please help me Pin
soni uma2-Nov-07 1:13
soni uma2-Nov-07 1:13 
GeneralRe: Menu control in asp.net.. Please help me [modified] Pin
PeriyasamyRamachandran2-Nov-07 1:27
PeriyasamyRamachandran2-Nov-07 1:27 
GeneralRe: Menu control in asp.net.. Please help me Pin
soni uma2-Nov-07 2:00
soni uma2-Nov-07 2:00 
GeneralRe: Menu control in asp.net.. Please help me Pin
PeriyasamyRamachandran2-Nov-07 2:08
PeriyasamyRamachandran2-Nov-07 2:08 
GeneralRe: Menu control in asp.net.. Please help me Pin
soni uma2-Nov-07 2:17
soni uma2-Nov-07 2:17 
AnswerRe: len function not working Pin
Christian Graus2-Nov-07 0:57
protectorChristian Graus2-Nov-07 0:57 
GeneralRe: len function not working Pin
Viggneshwar2-Nov-07 1:05
Viggneshwar2-Nov-07 1:05 
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 

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.