using a placeholder control and passing parameters

  • Thread starter Thread starter Bernie V
  • Start date Start date
B

Bernie V

Hi group,

Is it possible to use a placerholder coltrol with parameters?

like
PlaceHolderHome.Controls.Add(LoadControl("chartsmiddle.ascx"))"+?type=chartt
ype";
how can I do that ?

thx in advance !

grz

Bernie V
 
Bernie V said:
Hi group,

Is it possible to use a placerholder coltrol with parameters?

like
PlaceHolderHome.Controls.Add(LoadControl("chartsmiddle.ascx"))"+?type=chartt
ype";
how can I do that ?

thx in advance !

grz

Bernie V

sorry, problem solved.
I can use a querystring to determine what condition i have to evaluate.

thx anyway

grz

Bernie V
 
Back
Top