S
scotty
Can a .skin file be created without visual studio?
Thanks,
Scott
Thanks,
Scott
Sure, its just text. The only matter of concern is getting the properties
correctly declared and ensuring the file is located in the App_Themes folder
when deployed. And really, when all is said and done the same applies to all
other file types used for ASP.NET development as Visual Studio can be
understood to be as simplistic as a "convenience store."
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URLhttp://clintongallagher.metromilwaukee.com/
- Show quoted text -
re:
!> Can a .skin file be created without visual studio?
Sure it can. You can even do it with Notepad.
See examples of skin files here :http://www.codeproject.com/aspnet/ThemesAndSkins.asp
Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
- Show quoted text -
re:
!> Can a .skin file be created without visual studio?
Sure it can. You can even do it with Notepad.
See examples of skin files here :http://www.codeproject.com/aspnet/ThemesAndSkins.asp
Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
- Show quoted text -
re:
!> Unlike a .aspx file which is easily saved as filename.aspx, the .skin file
!> always come out as filename.skin.txt. It will not save as filename.skin.
If that's the case, rename it using Windows Explorer.
Also, Notepad gives you the option to "Save" as .txt or *Save As* "All Files".
If you choose to save it as "All Files", the .txt extension won't be added.
Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en español :http://asp.net.do/foros/
Can't do it Juan. Not in notepad or anywhere. Unlike a .aspx file
which is easily saved as filename.aspx, the .skin file always come
out as filename.skin.txt. It will not save as filename.skin. I
was able to open an example .skin file but it shows up as an "unknown"
type in my text/web editor applications, so I can't edit it. Are you
sure these .skin files don't need a special app to create?
Scott- Hide quoted text -
- Show quoted text -
Sure, its just text. The only matter of concern is getting the properties
correctly declared and ensuring the file is located in the App_Themes folder
when deployed. And really, when all is said and done the same applies to all
other file types used for ASP.NET development as Visual Studio can be
understood to be as simplistic as a "convenience store."
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URLhttp://clintongallagher.metromilwaukee.com/
- Show quoted text -