Click here to Skip to main content
15,881,380 members

Comments by byka (Top 4 by date)

byka 25-May-11 14:02pm View    
Should I set @ OutputCache where on my second page?
So if I have link on page1.aspx redirect to page2.aspx on my page2.aspx I should add @ OutputCache?
Will it clear all my sessions?
byka 1-Feb-11 14:57pm View    
because the values from webservice and I can't post it back
byka 1-Feb-11 14:46pm View    
I can't use dymanic meta tag in code behind. I can only add values
byka 1-Feb-11 13:50pm View    
in my default.aspx page code behind
...Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
ClipherText = "asasaa"
End Sub
...
HTML:
<meta http-equiv="refresh" content="0;url=WebForm1.aspx?ClipherText=<%=ClipherText%> " />
in a browser when 2 page is loaded ...
http://localhost:2957/WebForm1.aspx?ClipherText=<%=ClipherText%>
<%=ClipherText%> -> not replaced with actual value