Posts Tagged ‘Assign’

How Do I Programmatically Assign A Skinid To A Control While Using A Master Page In Asp.net 2.0?

February 2nd, 2010

In the THEMENAME.skin file, assign a SkinID to the skin:

Then, in the page itself, simply apply the SkinID name to the element you want to have inherit the skin:

Themes can be inherited by both the master page and the content page that uses the master page, and the same SkinID can apply to multiple elements on the same page (for example, if you have three GridViews on the page, all three can have the same SkinID).

Joomla – Can I Assign A Module To A Table Cell Or Should It Only Be A Div?

January 15th, 2010

i am designing a page that its body having 1 background but a module left and another right… I created it using 1 large div that contains 2 small ones but the background doesnt work perfectly…
Any other ideas how can i divide the body to two modules with the same background?