Click here to Skip to main content
15,903,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPrint button in crystal report..., Pin
Member 38798815-Jun-07 3:04
Member 38798815-Jun-07 3:04 
Questionmaster detail Pin
kvijayajyothy5-Jun-07 3:03
kvijayajyothy5-Jun-07 3:03 
AnswerRe: master detail Pin
Not Active5-Jun-07 3:43
mentorNot Active5-Jun-07 3:43 
AnswerRe: master detail Pin
badgrs5-Jun-07 22:22
badgrs5-Jun-07 22:22 
Questioncookies : how to write page_load to cookies Pin
kinsella_john5-Jun-07 1:43
kinsella_john5-Jun-07 1:43 
AnswerRe: cookies : how to write page_load to cookies Pin
Mariusz Wojcik5-Jun-07 2:05
Mariusz Wojcik5-Jun-07 2:05 
QuestionValidation to accept only numbers!!! Pin
rameshbhojan5-Jun-07 1:30
rameshbhojan5-Jun-07 1:30 
AnswerRe: Validation to accept only numbers!!! Pin
Mariusz Wojcik5-Jun-07 1:56
Mariusz Wojcik5-Jun-07 1:56 
Well, you should change the ValidationExpression to accept more than one character. Also, decide whether you will accept +/- sign before the number, decimal point etc. Than build proper regular expression and that's it.

I strongly recommend to read a little about "creating regular expression" on the MSDN.


And to make it works, and accept any number of digits modify ValidationExpression to "[0-9]*".

--
Mariusz 'mAv' Wójcik
master e-software engineer

AnswerRe: Validation to accept only numbers!!! Pin
Nouman Bhatti5-Jun-07 2:14
Nouman Bhatti5-Jun-07 2:14 
AnswerRe: Validation to accept only numbers!!! Pin
koolprasad20035-Jun-07 2:16
professionalkoolprasad20035-Jun-07 2:16 
GeneralRe: Validation to accept only numbers!!! Pin
DavidNohejl5-Jun-07 4:23
DavidNohejl5-Jun-07 4:23 
AnswerRe: Validation to accept only numbers!!! Pin
Rahul Babu5-Jun-07 3:42
Rahul Babu5-Jun-07 3:42 
Questionneed help with adding an all option to the data grid parameter. Pin
neodeaths5-Jun-07 1:09
neodeaths5-Jun-07 1:09 
Questionhow to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
rajnish_haldiya5-Jun-07 0:03
rajnish_haldiya5-Jun-07 0:03 
AnswerRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
Sathesh Sakthivel5-Jun-07 0:08
Sathesh Sakthivel5-Jun-07 0:08 
AnswerRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
rajnish_haldiya5-Jun-07 0:18
rajnish_haldiya5-Jun-07 0:18 
AnswerRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
ToddHileHoffer5-Jun-07 9:13
ToddHileHoffer5-Jun-07 9:13 
GeneralRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
rajnish_haldiya5-Jun-07 20:49
rajnish_haldiya5-Jun-07 20:49 
QuestionUploading Images to the file system and the path of the Image in SQL Database Pin
clife5374-Jun-07 23:51
clife5374-Jun-07 23:51 
AnswerRe: Uploading Images to the file system and the path of the Image in SQL Database Pin
Sathesh Sakthivel4-Jun-07 23:56
Sathesh Sakthivel4-Jun-07 23:56 
AnswerRe: Uploading Images to the file system and the path of the Image in SQL Database Pin
Nouman Bhatti5-Jun-07 2:37
Nouman Bhatti5-Jun-07 2:37 
QuestionHow to restrict the contents being copied in ASP.NET Pin
.NET- India 4-Jun-07 23:41
.NET- India 4-Jun-07 23:41 
AnswerRe: How to restrict the contents being copied in ASP.NET Pin
Fred_Smith5-Jun-07 0:23
Fred_Smith5-Jun-07 0:23 
AnswerRe: How to restrict the contents being copied in ASP.NET Pin
koolprasad20035-Jun-07 0:33
professionalkoolprasad20035-Jun-07 0:33 
GeneralRe: How to restrict the contents being copied in ASP.NET Pin
Fred_Smith5-Jun-07 0:52
Fred_Smith5-Jun-07 0:52 

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.