hi i want to know if it is possible using frame in asp.net. i have already done it in html but don't know how to do it in ASP.net...

i have a right a Rightframe + One leftframe. i want my link to be in the left hand side, when user click the link the page go in the right hand side. i know it's very simple in html but i want to do it in asp.net. Help me plzzzz

you should avoid frames at all costs! try using server requests. also, you can use placeholders and change which file is included depending on which request is made. this way when the page is requested the placeholder uses the requested include. this can be done on server side. if you need help, just ask.

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.