Hi,
I got the tab control working well in Visual Studio 2010 but when I deploy to the server the tabs are not visible. The text in the tabs are visible and they work but the run together and it looks terrible.
Does anyone know how to solve this.
Thanks
Hello JimsTech03,
The most probable reason for this behavior is the missing styles on the server machine.
You can read our deployment overview section to see if you have provided all needed components on the server - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/Web_Deploying_Your_Application.html
Let me know if you need further assistance with this question.
Hi Alex,
I had a little difficulty understanding how to upload the styles. I created an Infragistics folder on the server in my application and started uploading the styles folder into the Infragistics folder. It took about 15 minutes before it stopped. And it didn't solve the problem. But I think everything didn't get uploaded.
I suspect I only need a few files from the Styles folder on the server instead of the entire Styles folder. Is that correct? If so which ones? Did I do the right thing creating an Infragistics folder and then a Styles folder under that folder? I already have a Styles folder for css so I can't put them there.
Also, I'm having a little difficulty with Visual Studio on my desktop so I deployed from my laptop. But I noticed that on my laptop I don't have the following folders in my C drive.
C:\Inetpub\wwwroot\aspnet_client\Infragistics\ ... (starting with Inetpub)
C:\Program Files\Infragistics\NetAdvantage2010.3\ ... (starting with Infragistics)
But I do have the NetAdvantage 10.3 ASP.NET CLR4x controls in my toolbox when I open Visual Studio. Did I forget to install something on my laptop? I deployed the application from my laptop since I'm having difficulties with Visual Studio on my desktop.
Jim