I need to convert seconds to Hour:Minute:Second.
For example: 685 converted to 00:11:25
How can I achieve this in PHP?
John from Washington DC
I need to convert seconds to Hour:Minute:Second.
For example: 685 converted to 00:11:25
How can I achieve this in PHP?
John from Washington DC
How would I go about getting the number of files in a folder using ASP.NET with C#?
Jack from Germantown
I want to be able to do a Response.Redirect(“MyPage.aspx”) but have it open in a new browser window. Want to do this without using the JavaScript register script method. How do I go about doing this?
James from Rockville
I am working on a web development project and I wanted to find out what is the difference between Server.Transfer and Response.Redirect? What are advantages and disadvantages of each?
Jonathan from Montgomery County
I have an old VB.NET web forms application that has a function that takes 30 seconds or so to run when a button is clicked. I need to prevent users from clicking the button multiple times while it is still processing.
Somehow disabling the button to prevent multiple submissions is the ideal for this application. How can I do this?
Harrison from Germantown.
I have a Web Development question. What is the main difference between storing information in a Session v.s. a Cache? Advantages and disadvantages?
If I have a simple search page which returns the results to a data table and binds it to a grid view. If I want to store the search results, is it better to store it in a Session since each user would most likely have different results or can I still store the searches in Cache.
Jason from Washington DC
I am a beginner in web development and I would like to get the clients date time value. If I use DateTime.Now, then I get the date and time from the server point of view. Do you have a solution?
Thanks
Richard from Maryland.
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
Is it possible to show only the database that a user has rights to when the log in to SQL Server 2008? As the system is set up currently the user can see all the database on the server and have to search through the list of database to find their database.