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

ASP.NET

 
QuestionASP.NET 2.0 Pin
thainam17-Apr-06 21:58
thainam17-Apr-06 21:58 
AnswerRe: ASP.NET 2.0 Pin
Guffa17-Apr-06 22:06
Guffa17-Apr-06 22:06 
GeneralRe: ASP.NET 2.0 Pin
thainam17-Apr-06 22:16
thainam17-Apr-06 22:16 
Questiondropdown list Pin
ptvce17-Apr-06 21:54
ptvce17-Apr-06 21:54 
AnswerRe: dropdown list Pin
Paddy Boyd17-Apr-06 22:14
Paddy Boyd17-Apr-06 22:14 
QuestionRegular Expression validator problem Pin
Jmshastri17-Apr-06 21:19
Jmshastri17-Apr-06 21:19 
AnswerRe: Regular Expression validator problem Pin
Guffa17-Apr-06 22:05
Guffa17-Apr-06 22:05 
AnswerRe: Regular Expression validator problem Pin
minhpc_bk17-Apr-06 23:42
minhpc_bk17-Apr-06 23:42 
You can use the CompareValidator with the DataTypeCheck operator and Type="Date" to validate if the textbox value is a valid date. You also should remember that the date format used by the validator is specified based on the current culture value when the validator control renders, for example if the current culture is set for the "en-GB" value, then the dateorder will be mdy, and the validator will accept the values like 18/4/2006 or 18/04/2006 ..., the delimiter can be either - or /. If you want to use the fixed format like you said, you can either implement a custom validator for this or use an additional RegularExpressionValidator with the pattern suggested by Guffa. For more information on how to set the culture value, you can see MSDN[^]
AnswerRe: Regular Expression validator problem Pin
HimaBindu Vejella18-Apr-06 2:51
HimaBindu Vejella18-Apr-06 2:51 
QuestionError Got using third party dll Pin
saima azeemi17-Apr-06 20:31
saima azeemi17-Apr-06 20:31 
AnswerRe: Error Got using third party dll Pin
minhpc_bk17-Apr-06 23:46
minhpc_bk17-Apr-06 23:46 
QuestionPaging in Datalist Pin
cybersurferdev17-Apr-06 19:55
cybersurferdev17-Apr-06 19:55 
QuestionChage the lowercase into uppercase Pin
nesaraja17-Apr-06 19:30
nesaraja17-Apr-06 19:30 
AnswerRe: Chage the lowercase into uppercase Pin
HimaBindu Vejella17-Apr-06 20:37
HimaBindu Vejella17-Apr-06 20:37 
GeneralRe: Chage the lowercase into uppercase Pin
nesaraja17-Apr-06 21:44
nesaraja17-Apr-06 21:44 
AnswerRe: Chage the lowercase into uppercase Pin
Guffa17-Apr-06 22:08
Guffa17-Apr-06 22:08 
GeneralRe: Chage the lowercase into uppercase Pin
nesaraja17-Apr-06 22:32
nesaraja17-Apr-06 22:32 
GeneralRe: Chage the lowercase into uppercase Pin
J4amieC17-Apr-06 23:01
J4amieC17-Apr-06 23:01 
QuestionUsing LightWeigt postback of asp.net2.0 for refreshing page Pin
sandeep kumar pundhir17-Apr-06 19:24
sandeep kumar pundhir17-Apr-06 19:24 
Questiontraversing through a treeview web control Pin
Kapil Thakur17-Apr-06 19:15
Kapil Thakur17-Apr-06 19:15 
AnswerRe: traversing through a treeview web control Pin
minhpc_bk17-Apr-06 20:05
minhpc_bk17-Apr-06 20:05 
AnswerRe: traversing through a treeview web control Pin
Kapil Thakur17-Apr-06 20:53
Kapil Thakur17-Apr-06 20:53 
GeneralRe: traversing through a treeview web control Pin
minhpc_bk17-Apr-06 23:27
minhpc_bk17-Apr-06 23:27 
QuestionAccess a BoundField's HeaderText through Script Pin
RX Maverick17-Apr-06 18:08
RX Maverick17-Apr-06 18:08 
AnswerRe: Access a BoundField's HeaderText through Script Pin
minhpc_bk17-Apr-06 19:21
minhpc_bk17-Apr-06 19: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.