|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
StyleSheetTheme not working<controls> <add tagPrefix="aspWindward" namespace="net.windward.webcontrols" assembly="WindwardPortalEngine"/> </controls> </pages> works fine. However: <pages StyleSheetTheme="Windward"> <controls> <add tagPrefix="aspWindward" namespace="net.windward.webcontrols" assembly="WindwardPortalEngine"/> </controls> </pages> gives me an error (both in web.config). Any ideas? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm Hello Dave
As for the StyleSheetTheme with global level defined control prefix, what's the exact error you get? Does the error just occur at design-time in web.config editor or also report error at runtime. Would you also provide the detailed error message and trace if available? BTW, here is a test config fragment I used in my web site project which works. Is there anything particular in the control/assembly you referened? ================ ......... <pages styleSheetTheme="Theme1"> <controls> <add tagPrefix ="ppsl" namespace="PostPageSiteLib" assembly="PostPageSiteLib"/> </controls> </pages> ....... ====================== Please feel free to let me know if there is anything else you find. Sincerely, Steven Cheng Microsoft MSDN Online Support Lead This posting is provided "AS IS" with no warranties, and confers no rights. That was the one capitalization I did not try - and of course that was it. I
wish they had the intellisense for that <pages node in web.config. -- Show quoteHide quotethanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm "Steven Cheng[MSFT]" wrote: > Hello Dave > > As for the StyleSheetTheme with global level defined control prefix, what's > the exact error you get? Does the error just occur at design-time in > web.config editor or also report error at runtime. Would you also provide > the detailed error message and trace if available? > > BTW, here is a test config fragment I used in my web site project which > works. Is there anything particular in the control/assembly you referened? > > ================ > ......... > <pages styleSheetTheme="Theme1"> > <controls> > <add tagPrefix ="ppsl" namespace="PostPageSiteLib" > assembly="PostPageSiteLib"/> > > </controls> > </pages> > ....... > ====================== > > Please feel free to let me know if there is anything else you find. > > > Sincerely, > > Steven Cheng > > Microsoft MSDN Online Support Lead > > > > This posting is provided "AS IS" with no warranties, and confers no rights. > > > > >
how to get selectedvalue of radiobuttonlist in Javascript?
looping through formview controls Sections in repeater Dropdownlist set to last value in gridview on postback Showing/Hiding a Panel in a Repeater Common objects across a user control Control not in the list of controls for parameters How to catch Internet Explorer events? Newbie, pulling a video from another web page Dynamically Adding DropDownList, Text Box and Button Control in .NET |
|||||||||||||||||||||||