07/19/19
How to get last inserted id?
I have this code:
string insertSql =
"INSERT INTO aspnet_GameProfiles(UserId,GameId) VALUES(@UserId, @GameId)";
using (SqlConnection myConnection = new...
more
05/24/19
Building website with menu without using frames?
With Dreamweaver, I use frames to define a left column menu, and clicking on each menu tab would change the HTML page displayed on the right frame. However, webdesign tools such as kompozer do not...
more
03/15/19
CSS strikethrough different color from text?
The HTML elements `del`, `strike`, or `s` may all be used for a text strike-through effect. Examples: del....gives: del strike and strike....gives: strike and strikeThe CSS `text-decoration`...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.