R
Rick
I am trying to add a new header to the HTML when a webform loads. But it
does not seem to work.
I need to get this working in a Sharepoint webpart so adding it to the HTML
page is not an option.
Can anyone tell me of another way or what I'm doing wrong?
I've tried the following in the Page Load Event.
Response.AppendHeader("Test", "Test")
Response.AddHeader("Test", "Test")
context.response.addheader("test","test")
context.response.appendheader("test","test")
Thanks in advance,
Rick
does not seem to work.
I need to get this working in a Sharepoint webpart so adding it to the HTML
page is not an option.
Can anyone tell me of another way or what I'm doing wrong?
I've tried the following in the Page Load Event.
Response.AppendHeader("Test", "Test")
Response.AddHeader("Test", "Test")
context.response.addheader("test","test")
context.response.appendheader("test","test")
Thanks in advance,
Rick