Hello,
I'm trying to build a web form which should display a list of DB records and provide edit/insert/delete capabilities. I want to allow client manipulation of the data, including several rows at a time, and save all changes at once.
I couldn't find a suitable solution, and would be happy if s...
more >>
I want to write a script that deletes the last 10 records from a database on
the 1st of every month. Is there a way to do this without a user actaully
opens the page? Like windows schedule, it just starts on itself.
Note: This has to be a web-based app
Thanks
Aaron
...
more >>
Does anyone know if it is possible to program the PC's sound card using
Visual Studio.NET in basic? If so, how can I get some information?
I just want to sound notes of a specified frequency either melodically in
sequence or simultaneously in a chord.
Thanks
Mike
...
more >>
I am having trouble changing any properties of the web form listbox from
client side javascript.
As an example, all of the lines below seem to cause an error...
temp = document.getElementById("dropCategory1").length
window.alert("temp = " + temp)
document.getElementById("dropCategory1").Ite...
more >>