Click here to Skip to main content
15,900,378 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionPreventing SecurityException when deploying application using Office PIA Pin
User 1278218-Nov-09 16:50
User 1278218-Nov-09 16:50 
RantSqlParameterCollection (ADO.NET) Pin
dojohansen18-Nov-09 3:24
dojohansen18-Nov-09 3:24 
GeneralRe: SqlParameterCollection (ADO.NET) Pin
Abhishek Sur18-Nov-09 9:55
professionalAbhishek Sur18-Nov-09 9:55 
QuestionBrowser - autorefresh - background render - c#.net Pin
DirkVDW17-Nov-09 23:56
DirkVDW17-Nov-09 23:56 
AnswerRe: Browser - autorefresh - background render - c#.net Pin
Simon P Stevens18-Nov-09 1:18
Simon P Stevens18-Nov-09 1:18 
GeneralRe: Browser - autorefresh - background render - c#.net Pin
DirkVDW20-Nov-09 4:17
DirkVDW20-Nov-09 4:17 
QuestionHow to emebed a html file in another html file Pin
Member 305788717-Nov-09 23:19
Member 305788717-Nov-09 23:19 
AnswerRe: How to emebed a html file in another html file Pin
Simon P Stevens18-Nov-09 1:12
Simon P Stevens18-Nov-09 1:12 
The easiest way is probably with Server Side Includes[^]

You put a tag like this in your main html page
<!--#include virtual="../TheOtherFile.html" -->
which points to the other html file that contains the html you want to insert. The server (either IIS or Apache) will insert this file when the page is served.

This is something that I believe is turned on by default on IIS and Apache, but you may have to rename your main html to myfile.shtml to indicate that you want to process SSIs in the file. (This means that you may also have the change the default pages for your directories if you rely on default pages being default.html or something like that). Some of this may vary between providers though, so if in doubt check with your web host.

Simon

GeneralRe: How to emebed a html file in another html file Pin
The Man from U.N.C.L.E.18-Nov-09 2:52
The Man from U.N.C.L.E.18-Nov-09 2:52 
GeneralRe: How to emebed a html file in another html file Pin
Simon P Stevens18-Nov-09 4:55
Simon P Stevens18-Nov-09 4:55 
AnswerRe: How to emebed a html file in another html file Pin
Not Active18-Nov-09 2:08
mentorNot Active18-Nov-09 2:08 
QuestionExcel user defined function in C# Pin
dims1217-Nov-09 4:46
dims1217-Nov-09 4:46 
AnswerRe: Excel user defined function in C# Pin
EliottA17-Nov-09 5:28
EliottA17-Nov-09 5:28 
AnswerRe: Excel user defined function in C# Pin
The Man from U.N.C.L.E.17-Nov-09 6:42
The Man from U.N.C.L.E.17-Nov-09 6:42 
AnswerRe: Excel user defined function in C# Pin
Richard Tanios1-Dec-09 18:06
Richard Tanios1-Dec-09 18:06 
Questioncalling of dll from another dll when both are in same folder Pin
vikas shukla17-Nov-09 0:01
vikas shukla17-Nov-09 0:01 
AnswerRe: calling of dll from another dll when both are in same folder Pin
Luc Pattyn17-Nov-09 1:33
sitebuilderLuc Pattyn17-Nov-09 1:33 
AnswerRe: calling of dll from another dll when both are in same folder Pin
Shameel17-Nov-09 2:39
professionalShameel17-Nov-09 2:39 
Questionseparating the messages received in socket communication Pin
k3rkiran16-Nov-09 22:21
k3rkiran16-Nov-09 22:21 
AnswerRe: separating the messages received in socket communication Pin
Richard MacCutchan17-Nov-09 2:59
mveRichard MacCutchan17-Nov-09 2:59 
AnswerRe: separating the messages received in socket communication Pin
Mark Salsbery17-Nov-09 12:25
Mark Salsbery17-Nov-09 12:25 
QuestionWebBrowser component av hooking events Pin
invictus316-Nov-09 20:27
invictus316-Nov-09 20:27 
QuestionFailed to add attachment to Mailitem Pin
jsturma16-Nov-09 14:17
jsturma16-Nov-09 14:17 
QuestionSet PDF-&gt;Document Properties-&gt;Security-&gt;Signing With iTextSharp Pin
Polymorpher16-Nov-09 13:55
Polymorpher16-Nov-09 13:55 
AnswerRe: Set PDF->Document Properties->Security->Signing With iTextSharp Pin
junaid1096-Jan-11 18:10
junaid1096-Jan-11 18:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.