I am currently using Eagle CAD 5.x and I am unable to use older parts libraries that were created for the 4.x version of Eagle CAD. Does anyone know of a way to convert them to the new format that is required by the new version?
I am looking for the Parallax SX28/SX48 parts, they are in the Scenix library that can be downloaded from Eag...
Please, I am new to webparts and I need help!!
I have a custom web part that I created. I added MS Ajax to it using an UpdatePanel which works fine. I add all my controls to the CreateChildControls method. As soon as I add a UpdateProgress control my page breaks with the following error:
Script controls may not be registered before Pre...
I am looking to see if there is a web based service I can either access programmatically to access teh following information, or a database I could purchase or interface with.
I am looking to see if there are databases out there for:
1) Vehicle makes and models -- I recall something being out there in the $500/yr range
2) Vehicle Par...
I am developing a website in SharePoint 2007 where all the .aspx pages are located in a subdirectory within the _layouts directory in the 12 hive.
I have designed a custom masterpage with corporate branding and I am using this masterpage in the .aspx pages.
I have found that I cannot add web parts(both in-built and custom) to these .asp...
Hi All,
I have been asked to do something and i am very new to Sharepoint development and customisation so am a bit unsure how to go about it, or if it is even possible. The brief is to create a web part that shows a list of sub sites of the current site, i have messed around and have created a web part which does this.
The second par...
Hi all,
I have an sql query here and it returns a number of results. I'd like to show these results in groups.
What I mean is,
show the first 20 results in some part of the page,
show the next 20 results in another part of the page
etc...
How can I do that?
*I'm using PHP to display results.
...
I have a custom web part in SharePoint that has one property. Here is it:
// Specify report path
private string _report_path = string.Empty;
[WebBrowsable(true),
Personalizable(true),
WebDisplayName("Enter Path"),
WebDescription("Embeds an OBIEE Report in the portal"),
SPWebCategoryName("Report")]
public...
Hi everyone!
I'm struggeling with a problem.
I want to sell one app in AppStore. But, I want to sell it by parts.
For example, you can buy one football team, and later, buy each player separately. I thought share vars between several apps, but I dont know if it's possible.
Can anyone help me? Where can I take information about that? ...
I give up. Hopefully I am just missing something easy, but I feel like I am pulling teeth trying to get this to work. All I want is a custom 'wizard' component whose children are placed within a ViewStack and beneath the ViewStack there is a next and back button. Here are some code excerpts to illustrate my approach:
WizardGroup.as:
...
<td runut="server" id="sa">
</td>
i have a dynamic ASP button and i want to insert a HTML code inside that "TD" (above). just by pressing the button.
please help me.
...
I need to save some custom infos into a word 2010 document, I can use hidden texts, bookmarks, custom doc properties, content controls, etc, but all of these methods cannot work with large data very well, and these methods are fragile and are't very flexible. So I want to use custom XML parts, which can hold large data, and are flexible....