I'm building a website in asp.net and c# and I want to have ONE PAGE and to change content of a div -> section. So I used innerHTML for this and it works fine fot HTML pages (one page for each section), but I want to reuse aspx file (asp.net controls, code, etc.), not just HTML. Now innerHTML does not work. I like having one central page, not that kind of website with almost an identical page for each section. If you want to change something (design in most cases) you should change all of them no?
Does anyone know the best way to change content and having a central page? I done this in PHP (with "require()") but I don't know how to do this with asp.net. I tried. THANK YOU !
Clawsy 1 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.