I am trying to add default links to a links list in sharepoint wss 2003. The links template is under favorite folder. I have tried to edit the bottom of the schema.xml file in this folder, by adding a data element (added it below the </metadata> but before </list>:
<Data>
<Rows>...
I have created two webparts that interact (is connected). One implements IParametersOutConsumer, the other IParametersOutProvider.
To do this, I had to follow several steps, which included implementing some methods, and overriding some methods. My webparts are very simple. One has a button, when...
I have created a very simple webpart. I have created a strong name for it as well. The dll file is under the bin directory, and I have also updated the web.config file with this:
<SafeControl Assembly="WebPartLibrary1, Version=1.0.0.0, Culture=neutral,PublicKeyToken=a4d8b78dc51a061f"...
I have a graph where the x axis (group data) is dates. There are 90 dates, so it gets a bit messy.... First of all, the dates are displayed horizontally, so everything is unreadable, since the dates are printed over each other. Is there a way to flip the labels on this axis to vertical?? And...
Whenever I create a graph, it shows up in the header or footer section of the report. I want it in the details section. When I try to move it (cut-paste) to the details section, it looks fine in design mode. But when I try to run the report, it show up as blank (the graph is not there...).
I'm looking to create a Graph that is essentially two graphs. (i.e. overlay a area graph with a line graph). The data going to each graph comes from the same datasource. The datasource is a dataset (xsd file). So far I have only been able to add one graph. Does anyone know how to add both? I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.