codeproject.com
-
hi... i am trying to make a site something like the codeproject.com... i see there are section in the site that remains the same throughout just the content insite them change.. (lloking at the HTML codes)like the sitemenu table and the left table(where the user deatils{at the top} and more menu is{below}) the top setion which has the logo for the codeproject... so how does Mr.Maunder do it?? does he keep the tables htere and fill it dynamically depending on which link is pressed?? does he have a function which keeps filling these tables depending on the links pressed?? or how does this happens??? can someone(or the site builders including Mr.Maunder) pls guide me??? tks...:) "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
hi... i am trying to make a site something like the codeproject.com... i see there are section in the site that remains the same throughout just the content insite them change.. (lloking at the HTML codes)like the sitemenu table and the left table(where the user deatils{at the top} and more menu is{below}) the top setion which has the logo for the codeproject... so how does Mr.Maunder do it?? does he keep the tables htere and fill it dynamically depending on which link is pressed?? does he have a function which keeps filling these tables depending on the links pressed?? or how does this happens??? can someone(or the site builders including Mr.Maunder) pls guide me??? tks...:) "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
Hi Joseph, The way to do that in ASP.NET is to use User Controls. And that's how we're doing it for the rewrite of the CodeProject site into ASP.NET (it's currently written in Classic ASP, and I believe the sections you're talking about are in include files). If you have other questions about how to work with user controls, just let me know. Marcie http://www.codeproject.com
-
Hi Joseph, The way to do that in ASP.NET is to use User Controls. And that's how we're doing it for the rewrite of the CodeProject site into ASP.NET (it's currently written in Classic ASP, and I believe the sections you're talking about are in include files). If you have other questions about how to work with user controls, just let me know. Marcie http://www.codeproject.com
hi Marcie.... i am very new to asp.net and would definetly wanna get inside it... and also i would love to know more about user controls.. especially how to come up with a design as of codeProject... also about the include files you were talking about.... kinda went above my head... :~ hope you could find some time to write more about it... tks Marcie... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18