CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 repeater databind = false??

Print topic Send  topic

Author Message
mike2
Posted: 03/23/2005, 5:48 AM

hello, i want to set the repeater control to "databind = false"
how can i do this in codecharge??
thanks
Stan
Posted: 03/23/2005, 6:21 AM

What you mean by "databind = false". Repeater.DataBind() is a method, so this doesn't make sense

Stan
mike2
Posted: 03/23/2005, 8:04 AM

Quote Stan:
What you mean by "databind = false". Repeater.DataBind() is a method, so this doesn't make sense

Stan
it was just a question if it's possible..to show the grid and NOT bind it to the datasource..
thanks
anyway
Tuong Do
Posted: 03/23/2005, 2:02 PM

On the before show of your Grid

Say if your Grid name is Employer Then

EmployerRepeater.visible = false

If Your Form Is a Record Form Then

EmployerHolder.visible = false


"mike2" <mike2@forum.codecharge> wrote in message
news:8424173b1204f8@news.codecharge.com...
> hello, i want to set the repeater control to "databind = false"
> how can i do this in codecharge??
> thanks
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

mike2
Posted: 03/23/2005, 3:51 PM

Quote Tuong Do:
On the before show of your Grid

Say if your Grid name is Employer Then

EmployerRepeater.visible = false

If Your Form Is a Record Form Then

EmployerHolder.visible = false


"mike2" <mike2@forum.codecharge> wrote in message
news:8424173b1204f8@news.codecharge.com...
> hello, i want to set the repeater control to "databind = false"
> how can i do this in codecharge??
> thanks
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


thanks! but i know this already before!
i try to display the grid with no records = an empty grid
i use stored procedures..

Stan
Posted: 03/24/2005, 2:38 AM

Quote mike2:
[it was just a question if it's possible..to show the grid and NOT bind it to the datasource..
thanks
anyway


It's not possible. If you will not assign DataSource and call DataBind method, the repeater control will not rendered.

Stan

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.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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