J
Josh Sale
I'm just getting started working with OWC and have what I hope is a pretty
basic question.
I dragged an OWC11 spreadsheet component onto my aspx page in Visual Studio
2003. I then set the XMLURL to point to another .aspx page from the HTML
layout mode of VS2003. This other .aspx page's VB code instantiates a
version of the SS component on the server, populates it with data, formats
the data and then Response.Writes out the XMLData from the server version of
the SS component.
All of this seems to work OK until I try to do a FreezePanes.
I do the FreezePanes on the server version of the SS and if I inspect the
generated XMLData, I can see the freeze pane directives. However, the
client version of the SS doesn't actually create the needed panes.
I've come across KB article Q256625 which seems to be relevant (although it
was written for OWC9). But I'm not quite sure how to apply its advice to my
problem. Part of the problem is that while I'm experienced on server side
programming, I'm not very experienced on client-side VBScript, JScript,
DHTML, etc.
Can somebody provide me a little example of what I need to do to adapt the
suggestion in Q256625 to my situation? Or else provide some other
explanation for what I'm running into with FreezePanes?
TIA,
Josh
basic question.
I dragged an OWC11 spreadsheet component onto my aspx page in Visual Studio
2003. I then set the XMLURL to point to another .aspx page from the HTML
layout mode of VS2003. This other .aspx page's VB code instantiates a
version of the SS component on the server, populates it with data, formats
the data and then Response.Writes out the XMLData from the server version of
the SS component.
All of this seems to work OK until I try to do a FreezePanes.
I do the FreezePanes on the server version of the SS and if I inspect the
generated XMLData, I can see the freeze pane directives. However, the
client version of the SS doesn't actually create the needed panes.
I've come across KB article Q256625 which seems to be relevant (although it
was written for OWC9). But I'm not quite sure how to apply its advice to my
problem. Part of the problem is that while I'm experienced on server side
programming, I'm not very experienced on client-side VBScript, JScript,
DHTML, etc.
Can somebody provide me a little example of what I need to do to adapt the
suggestion in Q256625 to my situation? Or else provide some other
explanation for what I'm running into with FreezePanes?
TIA,
Josh