Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a .Net Form to a Table Cell with HTML tags. 1

Status
Not open for further replies.

1Data

MIS
Sep 30, 2005
66
US
Can someone help me add a .Net Form on to a Table Cell on my page. Do i need to add a function or can I do it with HTML tags. I would like to do it just with HTML tags if I could. I have a navigation menu that on mouseover will change this particular cell's display of a form. I can handle the mouseover but need to insert the initial form onto this cell...
 
Have you thought about asking this in ASP.Net forum (forum855)?
 
They sent me here...my original post was there. I just need to know what HTML tags I should use to add a page to a Table cell where that is its jump point. I think I can figure it out past that...
 
Why not put it all in a Panel control within the table cell, then set its Visible property when the menu item is clicked or something? You can have it happen client-side too if you'd like.
 
I am somewhat confused as to what you want? If it is a form you want, just output <form> in the cell. If it is the page, you will have to resort to <iframe>. However, it is really hard to advise you knowing so little.
 
I think the working with the <form> tags will work...I will give it a try thanks...I will have to make new forms that is it within the Cell Tags..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top