Go Back   CodingForums.com > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT +1. The time now is 11:31 PM.