Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 1:12
It_tech18-Feb-10 1:12 
GeneralRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 1:24
sashidhar18-Feb-10 1:24 
GeneralRe: How to add Textbox Dynamically [modified] Pin
It_tech18-Feb-10 1:38
It_tech18-Feb-10 1:38 
GeneralRe: How to add Textbox Dynamically Pin
sashidhar18-Feb-10 1:50
sashidhar18-Feb-10 1:50 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 2:17
It_tech18-Feb-10 2:17 
GeneralRe: How to add Textbox Dynamically Pin
It_tech18-Feb-10 3:01
It_tech18-Feb-10 3:01 
QuestionTo set image for the condition in crystal report Pin
JC.KaNNaN18-Feb-10 0:11
JC.KaNNaN18-Feb-10 0:11 
AnswerRe: To set image for the condition in crystal report Pin
tronix0118-Feb-10 6:24
tronix0118-Feb-10 6:24 
just right-click to the "picture-field" and click format object,
then click general and check suspend.

after that, press the x-2 button and write the a formel like that in it:

if ({myBoolField} = true) then<br />
    false <br />
else<br />
    true;


that means:
if myBoolField = true don't suspend the "picture-field", else suspend the "picture-field"

see also:
http://msdn.microsoft.com/en-us/library/ms225356%28VS.80%29.aspx[^]

hope this helps
QuestionUrlRewriting depends on the Browser-Language Pin
tronix0117-Feb-10 23:38
tronix0117-Feb-10 23:38 
Questionlogin roles - c# Pin
arkiboys17-Feb-10 23:21
arkiboys17-Feb-10 23:21 
AnswerRe: login roles - c# Pin
Gaurav Dudeja India17-Feb-10 23:47
Gaurav Dudeja India17-Feb-10 23:47 
AnswerRe: login roles - c# [modified] Pin
sashidhar18-Feb-10 0:20
sashidhar18-Feb-10 0:20 
AnswerRe: login roles - c# Pin
saini arun18-Feb-10 0:35
saini arun18-Feb-10 0:35 
QuestionWinWordControl Pin
Madhu_San17-Feb-10 23:18
Madhu_San17-Feb-10 23:18 
AnswerRe: WinWordControl Pin
dinhnq13-Sep-10 23:43
dinhnq13-Sep-10 23:43 
QuestionDll written by V6 and Aps.net Web Services Pin
Maher Elsayed17-Feb-10 23:14
Maher Elsayed17-Feb-10 23:14 
AnswerRe: Dll written by V6 and Aps.net Web Services Pin
Gaurav Dudeja India17-Feb-10 23:49
Gaurav Dudeja India17-Feb-10 23:49 
GeneralRe: Dll written by V6 and Aps.net Web Services Pin
Maher Elsayed18-Feb-10 0:14
Maher Elsayed18-Feb-10 0:14 
QuestionProblem occurred in symbols Pin
BalasubramanianK17-Feb-10 23:09
BalasubramanianK17-Feb-10 23:09 
QuestionCaptcha (CacheCategory = Session) Pin
myousufq17-Feb-10 22:20
myousufq17-Feb-10 22:20 
QuestionHow to load cascading style sheet into C# object? Pin
Krishnaraj Barvathaya B17-Feb-10 22:18
Krishnaraj Barvathaya B17-Feb-10 22:18 
AnswerRe: How to load cascading style sheet into C# object? Pin
Pranay Rana17-Feb-10 22:20
professionalPranay Rana17-Feb-10 22:20 
GeneralRe: How to load cascading style sheet into C# object? Pin
Krishnaraj Barvathaya B17-Feb-10 22:29
Krishnaraj Barvathaya B17-Feb-10 22:29 
Questioncheckboxs in datalist Pin
test-0917-Feb-10 22:12
test-0917-Feb-10 22:12 
QuestionHow to debug my dll??? Pin
<<Tash18>>17-Feb-10 21:40
<<Tash18>>17-Feb-10 21:40 

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.