Hi
I am using Dev Express tools with ASP.net 3.5

I am trying to display some values on Popup control while clicking on repeater .I want to display popup control from server side
so i use

dxPopupProduct.ShowOnPageLoad = true;
but it is not displaying the control

If I am using the clinrt side functionslity , control wil be displayed...(GetWindow(), and show() method)

which code i hav to use for that one
this is the ASPx control (Popup)

    DataMember="ProductId" ClientInstanceName="dxPopupProduct"  Height="200px" Width="300px" 
     PopupHorizontalAlign="WindowCenter" PopupVerticalAlign="WindowCenter"
    HeaderText="Product Info" >
  
   
       
       

   

   
   
       
      
           
       
                  
                   
                       
                           
                           
                       
                       
                           
                           
                       
                       
                           
                           
                       
                       
                           
                       
                   

                               
                               

                           

                               
                               

                           

                               
                               

                           

                               
                               

                           

                               
                               

                           

                               
                               

                           

                               
                               

                           

               

          



          
       

   





wat change i hav to made on this?

please help me

thanks in advance