so it sounds like I'm unabled to do anything about it??
you are correct - it's FAT 32 but when i looked at Scenalyzer it seemded like it cut according to scnes, but because I'm transfereing music videos, the scenes arent what i'm worried about, it's the start/end of the video i would need to...
I have a 90 minute long mini dv I'm trying to capture straight off the camera.
The files are going to an external hard drive with 200GB free space on it.
The capture goes just fine until the file reaches 4,115,657 KB at which time the capture stops and gives a "max filesize reached" error...
but how do i get all the names?
plan was use the document.cookie to get all the cookie names and values, them and put them in array, split array values so i only have the name...
i will have no idea how many cookies are set ... could be 2, could be 50...
thanks!
Can anyone tell me why this wouldn't work to delete all cookies? I displays them all fine....
thanks!
function delete_all_cookies(){
//reading and splitting the whole cookie
//reading and splitting the whole cookie
var whole_cookie = unescape(document.cookie);
var each_cookie =...
Please can anyone advise me as to the best way to go about this??
We have a step by step tutorial that is will be on CD. The process is linear but the user can break out of the steps and go to other chapters.
We need to mark all pages they have visited as "you have visited this page before."
I...
there were some typos in my above post... this is more clear:
everything below works as expected until #6 where I try to have the multi-select listbox display the selected items in an edit form.
1. form code --i'm populating the listbox with items from the 'jobs' table using a select statment...
the 1 was weird... here's my solution (so simple!) - forgot to add the ToString() on value test.
C# codebehind:
if (dbDataReader["tbl2_training"].ToString() == "1") {
training.checked= true;
}
job types is the array of job titles a user has selected - comma delimited, coming from the DB and split up into just number values. Field is nvarchar in the DB.
all the examples on the web are from post-back forms so i couldn't figure out if i needed to loop through the multi-select items and...
I have an array of numbers 3,6,10,15 and they print just fine in a loop but when I try to set the multiselect items they match, I get a "Object reference instance of an object." error.
html output:
<select size="4" name="jobtypes" multiple="multiple" id="jobtypes">
<option...
I have the field user_is_active in a table - 1 = active, 0 = inactive.
I have a GridView set up and I want it to display text "active/inactive" instead of 1/0. Easy right?
It seems to be passing the variable name "user_is_active" instead of the value 1 or 0 so all records are showing...
i thought i had gotten this but it's acting weird. i'm getting a "1" displayed next to the last checkbox in a set of 3.
3 checkboxes - all seperate fields so no multi-select - just on or off..
each one looks like this:
aspx form:
<tr>
<td align="right">
Training
</td>
<td...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.