Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 16 of 16
Search took
0.05
seconds.
Search:
Posts Made By:
cally0611
Forum:
JavaScript programming
03-28-2013, 10:42 AM
Replies:
1
javascript validation error
Views:
202
Posted By
cally0611
javascript validation error
Hi,
got this from the jsfilddle.
it does not work, whereas on jsfiddle ..it works fine..am I missing something<%@ Page Language="C#" AutoEventWireup="true" CodeFile="testjs.aspx.cs"...
Forum:
ASP.NET
03-27-2013, 07:59 AM
Replies:
1
how to call a function - selected index changed in page load.
Views:
869
Posted By
cally0611
how to call a function - selected index changed in page load.
Hi,
I have this code over hereusing System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using...
Forum:
Computer Programming
03-27-2013, 07:51 AM
Replies:
2
increase by 20 for every 3 to 4 hours
Views:
546
Posted By
cally0611
Hey KULP, this is my version...with a for...
Hey KULP,
this is my version...with a for loop...just for beginners out there like me
#include<iostream>
using namespace std;
int main()
{
int hours, value=0;
Forum:
Computer Programming
03-26-2013, 05:06 AM
Replies:
2
increase by 20 for every 3 to 4 hours
Views:
546
Posted By
cally0611
increase by 20 for every 3 to 4 hours
Hi,
how do I write a code for something like this, increase by a value of 20 for every 3 hours,
meaning..if its 3 hours = it should be 20, and if its 6 hours, it should be 40..and so on..
I...
Forum:
JavaScript frameworks
03-22-2013, 07:20 AM
Replies:
2
Line: 172 and Error: 'length' is null or not an object in jquery datetimepicker
Views:
237
Posted By
cally0611
Hi Tried that, still da same.
Hi
Tried that, still da same.
Forum:
JavaScript frameworks
03-22-2013, 05:57 AM
Replies:
2
Line: 172 and Error: 'length' is null or not an object in jquery datetimepicker
Views:
237
Posted By
cally0611
Line: 172 and Error: 'length' is null or not an object in jquery datetimepicker
Hi,
I am facing an error with the jquerydatetimepicker, I have checked the net and it is caused by the asp.net validator. I have followed some of the forums reply and have set this in my javascript...
Forum:
HTML & CSS
03-22-2013, 05:53 AM
Replies:
5
jquery datetimepicker in a asp.net gridview - not aligned properly
Views:
335
Posted By
cally0611
Hi, I have solved it, this is how, you have to...
Hi,
I have solved it, this is how, you have to edit the css of the ui-datepicker.
.ui-datepicker {
/*width: 17em;*/
padding: .2em .2em 0;
display: none;
/* workarounds */
position:...
Forum:
HTML & CSS
03-21-2013, 04:00 AM
Replies:
5
jquery datetimepicker in a asp.net gridview - not aligned properly
Views:
335
Posted By
cally0611
Oh ok, sorry for that.. Basically I am using...
Oh ok, sorry for that..
Basically I am using the jquery datetimepicker code from here
http://trentrichardson.com/examples/timepicker/
My aspx code - the textbox inside the gridview<%@ Page...
Forum:
HTML & CSS
03-21-2013, 03:16 AM
Replies:
5
jquery datetimepicker in a asp.net gridview - not aligned properly
Views:
335
Posted By
cally0611
Hi, I have uploaded the pic here ...
Hi,
I have uploaded the pic here ...
Forum:
HTML & CSS
03-20-2013, 08:10 AM
Replies:
5
jquery datetimepicker in a asp.net gridview - not aligned properly
Views:
335
Posted By
cally0611
jquery datetimepicker in a asp.net gridview - not aligned properly
Hi
I am using the datetimepicker in the gridview, the thing is, its not aligned properly, I want it to overlap on top not show it in the row itself. it makes the whole row bigger. how do I adjust...
Forum:
JavaScript frameworks
03-17-2013, 03:14 PM
Replies:
3
Bug with Jquery DateTimePicker
Views:
222
Posted By
cally0611
Hi, I even tried this link ...
Hi,
I even tried this link
http://weblogs.asp.net/hajan/archive/2010/10/07/make-them-to-love-each-other-asp-net-ajax-updatepanels-amp-javascript-jquery-functions.aspx
yet, it does not work.
Forum:
JavaScript frameworks
03-17-2013, 02:48 AM
Replies:
3
Bug with Jquery DateTimePicker
Views:
222
Posted By
cally0611
Hi http://forums.asp.net/t/1611771.aspx/1 -...
Hi
http://forums.asp.net/t/1611771.aspx/1 - my question is also asked here
I think its related to "after postback" the values goes missing, returning asp.net error, I have come through several...
Forum:
JavaScript frameworks
03-14-2013, 10:59 AM
Replies:
3
Bug with Jquery DateTimePicker
Views:
222
Posted By
cally0611
Bug with Jquery DateTimePicker
Hi
I am using the datetimepicker from here http://trentrichardson.com/examples/timepicker/
I am using the - Restrict a start and end date (also shows using onSelect and onClose events) code.
...
Forum:
JavaScript programming
03-14-2013, 01:55 AM
Replies:
11
autoselect a radio button based on a textbox value
Views:
365
Posted By
cally0611
Hi Old Pendant Actually, I am confused ..on...
Hi Old Pendant
Actually, I am confused ..on using Javascript or asp.net. Its just that I have got the rest of it in javascript done. I was just thinking of adding this ajax code with the...
Forum:
JavaScript programming
03-13-2013, 09:15 AM
Replies:
11
autoselect a radio button based on a textbox value
Views:
365
Posted By
cally0611
Hi all Got it, this is my version, I have...
Hi all
Got it, this is my version, I have parsed the date to another format as well.
function myFunction1()
{
var databox1 = document.getElementById("box1").value;
var databox2 =...
Forum:
JavaScript programming
03-12-2013, 08:14 AM
Replies:
11
autoselect a radio button based on a textbox value
Views:
365
Posted By
cally0611
autoselect a radio button based on a textbox value
Hi,
How do I get somethng like this out - Auto Select a Radio Button based on a textbox value -
I have a textbox value that would generate the getday value ( 0 to 6 ), if its O or 1 - I want...
Showing results 1 to 16 of 16
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:31 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.