Click here to Skip to main content
15,915,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to use proxy wid IE object Pin
Sandeep Akhare26-Feb-07 1:10
Sandeep Akhare26-Feb-07 1:10 
AnswerRe: Tooltip in Gridview Pin
Sylvester george26-Feb-07 0:07
Sylvester george26-Feb-07 0:07 
Questionhow to create dll file in asp.net 2.0 Pin
SwaSubhaVijju25-Feb-07 21:11
SwaSubhaVijju25-Feb-07 21:11 
AnswerRe: how to create dll file in asp.net 2.0 Pin
Srinivasa Rao M25-Feb-07 21:47
Srinivasa Rao M25-Feb-07 21:47 
QuestionValidation in TextBox controls in asp.net Pin
aaraaayen25-Feb-07 20:40
aaraaayen25-Feb-07 20:40 
AnswerRe: Validation in TextBox controls in asp.net Pin
Christian Graus25-Feb-07 20:45
protectorChristian Graus25-Feb-07 20:45 
GeneralRe: Validation in TextBox controls in asp.net Pin
aaraaayen25-Feb-07 20:49
aaraaayen25-Feb-07 20:49 
GeneralRe: Validation in TextBox controls in asp.net Pin
Christian Graus25-Feb-07 20:59
protectorChristian Graus25-Feb-07 20:59 
You can write a custom validator that iterates over all the textboxes, I suppose. But, in the end, given the code that's needed to get a reference to a textbox, it would still be quicker to put the actual validation into a single function, which means you're again better off using the built in stuff.

You may be able to recursively iterate over the document looking for textboxes and check if they are empty, but I don't believe it's worthwhile.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: Validation in TextBox controls in asp.net Pin
Laxmikant Lad25-Feb-07 22:04
Laxmikant Lad25-Feb-07 22:04 
GeneralRe: Validation in TextBox controls in asp.net Pin
aaraaayen25-Feb-07 22:37
aaraaayen25-Feb-07 22:37 
GeneralRe: Validation in TextBox controls in asp.net Pin
Vsree25-Feb-07 23:35
Vsree25-Feb-07 23:35 
QuestionUser control Pin
saravanan0525-Feb-07 20:39
saravanan0525-Feb-07 20:39 
AnswerRe: User control Pin
Christian Graus25-Feb-07 20:57
protectorChristian Graus25-Feb-07 20:57 
Questionfire client alert script from submit button Pin
playout25-Feb-07 20:28
playout25-Feb-07 20:28 
AnswerRe: fire client alert script from submit button Pin
MIHAI_MTZ25-Feb-07 20:42
MIHAI_MTZ25-Feb-07 20:42 
AnswerRe: fire client alert script from submit button Pin
Tuwing.Sabado25-Feb-07 21:38
Tuwing.Sabado25-Feb-07 21:38 
AnswerRe: fire client alert script from submit button Pin
www.Developerof.NET26-Feb-07 2:37
www.Developerof.NET26-Feb-07 2:37 
AnswerRe: fire client alert script from submit button Pin
wilf5726-Feb-07 2:56
wilf5726-Feb-07 2:56 
Questionhow to use postback url in .net2005 Pin
praveenanand25-Feb-07 20:24
praveenanand25-Feb-07 20:24 
AnswerRe: how to use postback url in .net2005 Pin
kubben26-Feb-07 6:16
kubben26-Feb-07 6:16 
Questioncalling a method in a usercontrol from another user control? Pin
Tridip Bhattacharjee25-Feb-07 20:23
professionalTridip Bhattacharjee25-Feb-07 20:23 
AnswerRe: calling a method in a usercontrol from another user control? Pin
shirish7825-Feb-07 23:29
shirish7825-Feb-07 23:29 
QuestionEventHandler in InitializeComponent() is missing Pin
Vsree25-Feb-07 20:17
Vsree25-Feb-07 20:17 
AnswerRe: EventHandler in InitializeComponent() is missing Pin
Sylvester george25-Feb-07 20:19
Sylvester george25-Feb-07 20:19 
GeneralRe: EventHandler in InitializeComponent() is missing Pin
Vsree25-Feb-07 20:26
Vsree25-Feb-07 20:26 

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.