Browse Forum Posts by Tags
-
Every document and item in forum and blogs here only have the perspective of using CS as the primary content plattform. Is it possible to use CS as a community codebase in for example SharePoint, DNN or EPiServer? It would be great to use just one or two components just like webcontrols in my VS2005...
Posted to
Developers
(Forum)
by
amek
on
Fri, Feb 1 2008
Filed under: customization, Visual Studio, controls
-
Hi, I have been playing with extended user data to add a mobile phone number to the user profile, I have got the mobile number textbox etc.. to be displayed in the user profile, but the problem is that the mobile number is not being saved. Any help would be great!! I also have another question with regarding...
-
Thomas Freudenberg: Tod Birdsall wrote a nice tutorial, Running ASP.NET applications under Community Server . Maybe it can help you with your game. For a quick summation for the op... as long as your VB.Net project references the CS binaries, then yes - you can code against Community Server with VB.Net...
-
Hi : I was on the same page where I want to replace the Tabbar with my own menu.Since I dont have the source code , i was not able to integrate the roles yet.But am successful in replacing the Tabbar with ComponentArt menu bar . Edit the skin-repeater bar in the CS default/themes/skin folder like the...
-
I am trying to do a Server Control that needs to be aware of the current blogs BlogGroupID. So if the control is put in i.e the Skin-BlogSideBar.ascx, the control should know which BlogGroupID the current blog belongs to. I have been using CSContext.Current.BlogGroupID for that, but it seems to give...
-
Hi Greg, The master.ascx documentation by Sean Winstead was the key I needed to at least get me in the right direction. I'm a little surprised you were the only one who posted to my question but I'm really glad you did. I have invested many hours now since reading Sean's blog deciphering...