So, I have stored dates in my SQL database using GETUTCDATE() which appears to be working fine.
I then created a function that basically gets the JavaScript milliseconds for any...
I am having a bit of an issue with the TreeView draggable nodes.
(This is the telerik MVC treeview control, but the problem is a javascript/jquery one)
I can only make a guess at this as I had a similar issue the other day. I found that the issue was that I was trying to display an html file, but it was expecting an asp.net file. Changing the file...
I have now changed the script to this (red bold text is the changes) and it still isn't working.
What is strange is the second to last alert shows me the value I expect to see, but the innerHTML of...
There are lots of little tips and tricks to make a website fill the screen.
You will find that with widths you won't have any issues, but for heights you will.
So what people normally do, is make...
First off, is your name and email fields set as UNIQUE? I am assuming that you have a UserId field which is your primary key.
For your SQL to error, you would ahve to create a UNIQUE constraint on...
It is working correctly, despite what FireBug says. The problem you have is that you have padding and margins on the image, which is causing the issue you are describing. If you wish the link to be...
I am not a JS guru at all (infact I am a beginner) so this solution might not be the best way to do it. And it might not even work :)
I haven't tested it.
Here goes.
The form is generated dynamically and they have a name, but no id (which is why I use getElementsByTagName()). All of the elements in the Panel are input type text, so that is...
I have written the code below. What it is supposed to do, is grab the HTML from a .NET panel (div) and make the changes and store them in a textbox, so that when the page is posted, the values are...