how to generate dynamic server controls (textbx,butns).
I want to know how to dynamically generate the server controls (eg., <asp:button> or <asp:textbox> inside a panel (<div>) .
Furthermore, I have a problem with using crystal reports as reporting tool. The case is when I develop the reports, my SqlServer is named as default, but when I deploy the application in another m/c, cause it has a different server name "MySERVER", I get an error whenever I try to view the report from my running application. the error is, "Login failed", cryatalreportsengine error. Please suggest something so I can get the connection work properly.
poulomi

