Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have created a master page and a child content page. In the content page, i have created a table having 2 columns.
In the first column, i have created 4 link buttons. On clicking each link button, i need to dynamically show child forms within
the content page. For example, i have something like this:


Master page

Content page

Child link 1

Child link 2

Child link 3

Child link 4

Upon clicking Child link 1, i need to display a form in the right hand side of the same content page. Upon clicking link 2, i need
to show another form and so on. As i am a newbie to this forum and a beginner in ASP.NET and VB.Net, hoping that i might find some help here.
Thanks in advance for your assistance. It’d be great if you can even point me to some article on this site and I’ll take it up from there.
Posted
Updated 3-Feb-12 2:04am
v2

You should buy a beginner book or read some online articles and read through them. This is trivial. You make your pages use your master page, and link to them.
 
Share this answer
 
 
Share this answer
 
Comments
Ravi chandran from thanjavur 6-Feb-12 5:29am    
Thanks
have a look at this , it might help you
http://forums.asp.net/t/1422373.aspx[^]
 
Share this answer
 
Comments
Ravi chandran from thanjavur 4-Feb-12 13:31pm    
Thanks
member60 6-Feb-12 0:04am    
Enjoy coding

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900