Hi,
I read that SessionState is on by default.
I also read that if it's not required, it must be better off (because of
resources)
My question is: i don't use session variables (like e.g.
Session("mysessionvar")). Is that the only way to use session state, or
there are other ways?
Th...
more >>
What event can be used to call a JavaScript function when the page loads AND
when it receives a response from the web server?
Thanks,
--
Mike
Mike McIntyre [MVP]
http://www.getdotnetcode.com
...
more >>
Hello,
I'm facing a very simple problem. This DataSource returns the right result:
<asp:SqlDataSource ID="SqlSons" runat="server" EnableCaching=true
SelectCommand="SELECT no, titrefr FROM structure WHERE
parent= 74ORDER BY no DESC" />
But when I try to use an SalParameters, there...
more >>
Dear All,
I am working on a E-Commerce Site, im new in asp.net, Pls tell me what
controls i should use for Product Display , I want also 'buy now'
button under product display.
Thanks in advance
Ahmed
...
more >>