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
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
I have a text box in vb.net and I need the result to be converted into ‘int’ to store it in a Sql Server database. How can I do this?
Patrick from Maryland
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
CCD:
Our company has a database that was done in Microsoft Access. We are interested in finding a computer consulting company in the Washington DC area that can convert the data to a MySQL database and use the PHP programming language to make the data available to our clients. Does CCD have expertise in Microsoft Access? And how about PHP and MySQL? I see that you are located in Maryland- That is certainly close enough to Washington DC for us. Thanks,
Reg
District of Columbia
Is there a difference between Server.UrlEncode and HttpUtility.UrlEncode in .net programming?
James from Rockville
I have this label control in my web page using asp.net
< asp:Label ID="Label1" runat="server" Text="test">< /asp:Label >
And when the page rendered the id of the control changes to something like this
< span id="ctl00_ContentPlaceHolder1_Label1">test< /span >
How can I stop asp.net from changing IDs in order to perform a jQuery operation like this
$('#label1').html(xml);
Greg from Gemantown
I have a byte array representing an image. I want to display the image stored in that byte array in an aspx page. Can I do it using an image or imagemap control?
John from Kentlands
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