Click here to Skip to main content
16,011,804 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Datagrid Pin
N a v a n e e t h2-Mar-08 20:26
N a v a n e e t h2-Mar-08 20:26 
Questiondatagrid Pin
Rajabhaskar2-Mar-08 19:22
Rajabhaskar2-Mar-08 19:22 
GeneralRe: datagrid Pin
Laddie2-Mar-08 19:36
Laddie2-Mar-08 19:36 
QuestionRegularExpression Validation Pin
AS@132-Mar-08 18:37
AS@132-Mar-08 18:37 
GeneralRe: RegularExpression Validation Pin
Christian Graus2-Mar-08 18:46
protectorChristian Graus2-Mar-08 18:46 
GeneralRe: RegularExpression Validation Pin
AS@132-Mar-08 19:21
AS@132-Mar-08 19:21 
GeneralRe: RegularExpression Validation Pin
N a v a n e e t h2-Mar-08 20:20
N a v a n e e t h2-Mar-08 20:20 
GeneralRe: RegularExpression Validation Pin
Christian Graus2-Mar-08 20:21
protectorChristian Graus2-Mar-08 20:21 
AS@13 wrote:
I am new to web development.


*grin* really ?

AS@13 wrote:
I want to stop user to entering white spaces. I used your regex but it display the error message if user enter any values other than white space . I need the regex which is opposite to it.


Then try \s, I guess. ^ means not. Perhaps \S is whitespace and \s is not whitespace.

2 - you need to write javascript to enable the textbox, set the value and disable it again

3 - yes, if you want to be a programmer, I suggest learning how to use google and other search tools. There is at least one excellent article on this site on SQL injection, just type SQL injection into the search box.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: RegularExpression Validation Pin
N a v a n e e t h2-Mar-08 20:28
N a v a n e e t h2-Mar-08 20:28 
QuestionHow to Embed Word document in a webpage? Pin
Arun Jacob2-Mar-08 18:24
Arun Jacob2-Mar-08 18:24 
AnswerRe: How to Embed Word document in a webpage? Pin
Laddie2-Mar-08 20:45
Laddie2-Mar-08 20:45 
Generali want to type in dropdown list Pin
Deepthy.P.M2-Mar-08 18:19
Deepthy.P.M2-Mar-08 18:19 
GeneralRe: i want to type in dropdown list Pin
Christian Graus2-Mar-08 18:48
protectorChristian Graus2-Mar-08 18:48 
GeneralRe: i want to type in dropdown list Pin
Deepthy.P.M2-Mar-08 19:05
Deepthy.P.M2-Mar-08 19:05 
Generalsessionvariable in HTML view Pin
i gr82-Mar-08 18:08
i gr82-Mar-08 18:08 
GeneralRe: sessionvariable in HTML view Pin
Laddie2-Mar-08 19:22
Laddie2-Mar-08 19:22 
GeneralHelp with reading binary data (photos) using Oledb [modified] Pin
Infernojericho2-Mar-08 18:07
Infernojericho2-Mar-08 18:07 
GeneralRe: Help with reading binary data (photos) using Oledb Pin
Christian Graus2-Mar-08 18:50
protectorChristian Graus2-Mar-08 18:50 
GeneralRequired field validation is not working while using onclientclick in button Pin
kinnuP2-Mar-08 17:33
kinnuP2-Mar-08 17:33 
GeneralRe: Required field validation is not working while using onclientclick in button Pin
Laddie2-Mar-08 19:25
Laddie2-Mar-08 19:25 
GeneralGridview textbox value Pin
i gr82-Mar-08 17:28
i gr82-Mar-08 17:28 
GeneralRe: Gridview textbox value Pin
Laddie2-Mar-08 19:29
Laddie2-Mar-08 19:29 
QuestionHow to set use iframe in codebehind Pin
$unil Dhiman2-Mar-08 15:54
$unil Dhiman2-Mar-08 15:54 
QuestionHow Updating Grid values Pin
Member 25288461-Mar-08 22:09
Member 25288461-Mar-08 22:09 
GeneralRe: How Updating Grid values Pin
N a v a n e e t h2-Mar-08 1:51
N a v a n e e t h2-Mar-08 1:51 

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.