Welcome to MSDN Blogs Sign in | Join | Help

January 2008 - Posts

SharePoint Tips & Tricks

1) If you are building a web part and is crashing the webpage, here is a quick way to remove it and get the rest of the page working.Add contents=1 to for example, if the page url is http://axep/default.aspx then change it to http://axep/default.aspx?content=1
Posted by meysun | 3 Comments

How to alternate the background color of each row in Web Grid in EP 4.0?

In WebFormHTML class layoutgrid method, you can declare a boolean to check even or odd row and set the bgcolor ( ro style class) of the tr tag rendered. For example … … ... bEvenRow = false; for (row = 1; row <= rows; row++) { rowStr = int2str(row);
Posted by meysun | 1 Comments

Happy New Year!!!

Happy New Year!!! I spent this New Year ’s Eve at Seattle Center watching Space Needle Fireworks. And software glitch delayed Fireworks show.What a great way to begin the new year for a software professional :). Later I spent some time wondering what
Posted by meysun | 3 Comments
 
Page view tracker