Hello Will
I have a vb.net site and I would like to show a div when someone hovers over an element using CSS (not javaScript). Can you help me?
Earl Walker from Washington DC
Hello Will
I have a vb.net site and I would like to show a div when someone hovers over an element using CSS (not javaScript). Can you help me?
Earl Walker from Washington DC
Hello Will
What’s the most efficient way to concatenate strings in .Net Programming
Mario from Germantown
Hello Will
I have a bottleneck in some part of my .net programming code that I need to measure the time it takes to run as accurately as possible. What is the best way to measure the performance?
Sheri from Gaithersburg
According to CSS rules visibility:hidden
and display:none
both result in the element not being visible. How are they different?
From James Bean from Rockville
Some time ago I rolled out a site where every request had to be over https. The only way at the time I could find to ensure that every request to a page was over https was to check it in the page load event.
Is there a better way — ideally some setting in the web.config?
Thanks
Bob from Maryland
Is there a difference between Server.UrlEncode and HttpUtility.UrlEncode in .net programming?
James from Rockville
Is it possible to authenticate users across sub-domains when the authentication takes place at a sub-domain instead of the parent domain?
For example:
User logs into site1.parent.com, and then we need to send them to reporting.parent.com.
Can I authenticate them to the reporting site even though the log-in occured at a sub-domain?
Jason from Washington DC