Hi there,
I am trying to get a c# server control which i have already built to use not only create child controls but also rendercontents. At the moment my control uses the rendercontents method to do some fucntions and transform xml using xslt. this works great, however i then wanted to add after this transformation a couple of textbox controls. When i do this the textbox controls do not show up in my servercontrol and only the transformation. I then stripped back my code to include the two methods and with just createchildcontrols method the controls appear however as soon as i use the rendercontents method it overwrites the controls and they dissapear.
can anyone please advise me how i should do this?
many thanks
Chris