Home All Groups Group Topic Archive Search About

it's really important thing to solve

Author
12 Mar 2006 7:08 AM
uto
it's really important thing to solve
please give me some advice

i made some usercontrol included some fuctions
this fuction require some parameters liike currentpage , pageCount, and
pageSize

and then

it attached into default.aspx like this

          <uc1:uc_pager ID="Uc_pager1" runat="server"
                      CurrentPage="<%=page%>"
                      PageCount="<%=pageCount%>"
                      PageSize="<%=pageSize%>"
            />

this time, problem appear
how can i set some parameters of usercontrol??

please hel p me....

Author
12 Mar 2006 7:26 AM
jacob
Either set the properties programatically or try with single quotes( '
), that works for me.