How to Use Page Methods with visual Studio 2008

to Use PageMethods for Vs 2005 with visual studion 2008 pageMethods website: http://metasapiens.com/PageMethods/ all you need to do is apply this registry entry after installing Page Methods for 2005.

Resource Localization asp.net of pages and custom controls in subfolders

If you need to localize asp pages or custom controls that are located in subfolders you will need multiple App_LocalResources folder..... So Create a [b]App_LocalResources [/b] folder inside each sub-folder of your webproject where pages are accessed. And put the proper file translations inside of it.

Cpanel mysql5 and php5 how to

I updated today to mysql5 and php5 .. and I ran into one problem.... the sql server would not start after installing I was getting: [code]Starting MySQLCouldn't find MySQL manager or server [FAILED][/code] ..... 1st! how to install mysql5 and php5 with cpanel (with out having cpanel downgrade you automatically) (read below)

how to: drupal Garland theme and Flatforum problem fix

After following all the instructions in the readme of the [url=http://drupal.org/project/flatforum]flatforum[/url] things didn't look good at all... and there were problems.... So I made some changes which are below.... ([url=http://globalheroics.com/forum]example of patched flatforum in use[/url]) I used a different CSS. I used a different node-forum.tpl.php Also I changed the way flatforum checks if is a forum or not.. the one that came with flatforum I think it was messing up the colors on the forum if you used a custom one ... this is the patch works against drupal 5.1 (there is no more[b] _is_forum()[/b] ) at the [b]bottom you can download all the files [/b]in case you want to make it exactly as [url=http://globalheroics.com/forum]this forum[/url] [b]Instructions for the download file:[/b] 1. put the forum.css in the /modules/flatforum/ folder 2. put the node-forum.tpl.php in the /themes/garland/ folder 3. now have a choice: * you can use the ff.patch file to patch the /themes/garland/template.php or * replace the /themes/garland/template.php file with the template.php provided

EasyObject C# ASP.Net 2.0 GridView and AJAX template

I created a new template that uses ajax for inline edit and required validation on the client side.. generates an aspx page derived from a Master Page of your choice and the CodeFile (codebehind file) it puts inline calendars for datetime editing... check it out: EasyObject C# ASP.Net 2.0 GridView and AJAX

EasyObjects DataObjects for .Net 2.0 in C# template

well this is my first template for the OR Mapping Tool (mygeneration.com) it uses the EasyObjects template... EasyObject C# DataObjects for .Net 2.0

Pictures for The 32nd Anual Pentecost Pilgrimage to Praire Ronde

I have uploaded all the pictures of the walk!.. on my spanish website...
walk - rob

atlas AutoCompleteExtender fire event when selection is made - autopostback workaround

Currently I have a textbox with the OnTextChanged event and with AutoPostBack = true. The trouble with this is if you make a selection from the list the postback will not occur when you click outside of this textbox. so a work around for this while is fixed by M$ucks is to put a on blur event on your text control... Example of my Textbox that has an auto complete extender:

Atlas ModalPopup PostBack passing text box values workaround or temporal fix

on the atlastoolkit Version 1.0.60504.0 The ModalPopup extender won't postback on the event click a fast fix is: make sure that you call a javascript function on the modalpopup extender (notice the onOk() call )

Clear Recent Projects on Visual Studio 2005 on start page

I hate having to see the list of old projects on the Start page of visual studio 2005 every time that it starts.... so I found out that these entries are stored in registry (yeah that is F*up) [code]HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList[/code] so I just deleted the entries that I didn't want to see again in that place....
Syndicate content