Frames
-
How can i create frames in asp.net? Using frameset? When i new a frameset, it is in .htm. If i were to drag my webform .aspx or .ascx, everything will be save as .htm is it?
Frames can be used as same as in the normal HTML... Your container frame will be placed in a .HTM or .HTML file... and it can take all the .aspx, .ascx files for your usage I was born intelligent
Education ruined me!. -
How can i create frames in asp.net? Using frameset? When i new a frameset, it is in .htm. If i were to drag my webform .aspx or .ascx, everything will be save as .htm is it?
A frameset can be .htm or .aspx - doesn't really matter because you won't really write any code inside it. You are just opening other .aspx files in each frame. In short, the frameset can be .htm file and open .aspx files in the frame. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
A frameset can be .htm or .aspx - doesn't really matter because you won't really write any code inside it. You are just opening other .aspx files in each frame. In short, the frameset can be .htm file and open .aspx files in the frame. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
The problem is the page is saved as .htm The rest of mine web forms are in .aspx There will be inconsistency
You can simply rename your .htm file to .aspx file and it should work fine without any other changes. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
You can simply rename your .htm file to .aspx file and it should work fine without any other changes. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
I tried to renamed but it prompt me with this message: If you change a file name extention, the file may become unusable. Are you sure you want to change it?
you can change it. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
you can change it. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
You sure nothing will happen when i change the extension? Everything will work perfectly? :~ :confused:
When you change the extension, i don't think anything other than just the extension will be changed. If you so worried, take a back up first. :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com