Click here to Skip to main content
15,916,949 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
offo19-Apr-06 19:25
offo19-Apr-06 19:25 
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 
Use this pattern: "\d{2}/\d{2}/\d{4}".

This will of course only verify that the format is correct, it can't verify that the date actually exists. You can make the verification a bit better by making sure that the date is in the range 1 to 31 and so on, but still that won't see that a date like 31/02/2006 does not exist.

---
b { font-weight: normal; }

AnswerRe: Regular Expression validator problem Pin
minhpc_bk17-Apr-06 23:42
minhpc_bk17-Apr-06 23:42 
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 

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.