content

  1. S

    Question Copy the Contents from a web page and write it in a word/excel file

    Hi everyone, I would like to copy the contents in a web page and write it in the word or excel file. Say for example If I give the URL of a web page then the system has to extract the content of that web page and write it in a word file or excel file. I tried with the following code but I could...
  2. B

    Question Setting a stream as the AlternateView content

    Is there a way to provide AlternateView class with a stream as its content, other than its constructor? There is a ContentStream property but it's read only. I am declaring the alternateview variable in the beginning of the code but I want to initialize it with a stream some time later within...
  3. G

    Question [Answered] Execute Master Page before

    Hi, I've a master page (MainPage.master) and some content pages. In my MainPage.master.vb, I've some security verfications like access, connection, rights management, etc. And some others verifications in the contentPage.aspx.vb But I realized that the master page code-behind is executed after...
Back
Top