parts

Eagle CAD parts library

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...

SharePoint Webparts and Ajax

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...

Vehicle Make/Model and Parts Database

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...

Cannot add web parts to pages located in _layouts folder

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...

Adding custom properties to a site which are availble via code

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...

Display sql results in groups

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. ...

How to read a (SharePoint) custom web part property before the page loads?

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...

How to sell several apps sharing vars in App Store?

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? ...

Flex 4 custom component with children inserted directly into view stack

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: ...

How can i write an HTML parts code using ASP.net C# language inside a specific part

<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. ...

Can I use custom XML parts in Word 2010 VBA?

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....