CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 How can I hide/show table row at form control ?

Print topic Send  topic

Author Message
yusufakyol


Posts: 73
Posted: 05/12/2004, 9:26 AM

Hi,
Would you please help me to hide/show a table row at form control's before show event ?
Thanks ay help.
Best regards.
_________________
Best Regards
View profile  Send private message
peterr


Posts: 5971
Posted: 05/13/2004, 12:21 AM

I'm not sure if you want to hide a grid row or record row? Assuming a record row or generally the <tr> tag, you can try this:
1. Modify the <tr> tag in the HTML as follows:
<tr id="MyTr" runat="server"> 
2. In the control's Before Show event add the following code:
If Condition Then   
  FindControl("MyTr").Visible = False  
End If

_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message
yusufakyol


Posts: 73
Posted: 05/13/2004, 1:02 AM

Hi Peter,
You help me too much.
Thanks.
Best regards.
_________________
Best Regards
View profile  Send private message
SteveG

Posts: 56
Posted: 05/19/2004, 11:26 PM

Any way to make this work in php?
View profile  Send private message
AaronE
Posted: 08/09/2004, 1:24 PM

I would like to do the same thing, but instead of making it visible or invisible, I want to change the style. How can I do that?

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.