I have some quesiton.
1. Can I bind QueryString information on design page
forexample : <asp:Label id="lblQ" Text='<%# Request.QueryString["Id"] %>' />
2. Can I bind a funtion in label text. The label is not in a data control
<asp:Label id="lblQ" Text='<%# function1() %>'
Thanks.
...
Go to the complete details ...