Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to add style dynamically in cs file and remove the border? Pin
chakran5-May-08 0:39
chakran5-May-08 0:39 
QuestionServer to client communication Pin
Joshi Rahul4-May-08 23:00
Joshi Rahul4-May-08 23:00 
AnswerRe: Server to client communication Pin
N a v a n e e t h4-May-08 23:19
N a v a n e e t h4-May-08 23:19 
GeneralRe: Server to client communication Pin
Joshi Rahul6-May-08 1:31
Joshi Rahul6-May-08 1:31 
QuestionSession becomes null in ASP.NET 2.0 Pin
King Shez4-May-08 22:26
King Shez4-May-08 22:26 
AnswerRe: Session becomes null in ASP.NET 2.0 Pin
Vasudevan Deepak Kumar4-May-08 22:28
Vasudevan Deepak Kumar4-May-08 22:28 
GeneralRe: Session becomes null in ASP.NET 2.0 Pin
King Shez4-May-08 22:49
King Shez4-May-08 22:49 
QuestionJavascript Pin
senthilsstil4-May-08 22:19
senthilsstil4-May-08 22:19 
Hi Friends,
In Javascript i m selecting from date in calendar pop up ,after selecting from date the to date calandar pop up should be increment by 1 day.I m getting error in while i selecting from date as august 2008 7 that is 08/07/2008 the to date calandar popup showing
December 7th 2007.Please help me here the code is

if(document.getElementById('txt_from_date').value!='')
{var d=document.getElementById('txt_from_date').value.split('/');
alert(d);
var d1=new Date(parseInt(d[2]), parseInt(d[0])-1, parseInt(d[1]));
var dat=new Date(parseInt(d[2]), parseInt(d[0])-1, parseInt(d[1]));
alert('dat:'+ dat);dat.setDate(d1.getDate()+1);
var m=(dat.getMonth()+1).toString().length==1?'0'+(dat.getMonth()+1).toString():(dat.getMonth()+1).toString();alert('m:'+ m);
var d=dat.getDate().toString().length==1?'0'+dat.getDate().toString():dat.getDate().toString();
alert('d:' +d);
var dt=m+'/'+d+'/'+dat.getYear().toString();
cal19.select(document.forms[0].txt_to_date,'anchor19','MM/dd/yyyy', dt);
return false;
}
AnswerRe: Javascript Pin
Vasudevan Deepak Kumar4-May-08 22:25
Vasudevan Deepak Kumar4-May-08 22:25 
GeneralRe: Javascript Pin
senthilsstil4-May-08 23:00
senthilsstil4-May-08 23:00 
AnswerRe: Javascript Pin
Christian Graus4-May-08 22:59
protectorChristian Graus4-May-08 22:59 
AnswerRe: Javascript Pin
N a v a n e e t h4-May-08 23:01
N a v a n e e t h4-May-08 23:01 
QuestionGenerating HTML Reports in C# Pin
Aswanth4-May-08 22:03
Aswanth4-May-08 22:03 
AnswerRe: Generating HTML Reports in C# Pin
Vasudevan Deepak Kumar4-May-08 22:26
Vasudevan Deepak Kumar4-May-08 22:26 
GeneralRe: Generating HTML Reports in C# Pin
Aswanth4-May-08 23:47
Aswanth4-May-08 23:47 
QuestionAdding Dynamic Radio buttons in panel control Pin
chakran4-May-08 21:33
chakran4-May-08 21:33 
QuestionDiv Show Pin
raushan_94-May-08 21:32
raushan_94-May-08 21:32 
AnswerRe: Div Show Pin
Christian Graus4-May-08 23:00
protectorChristian Graus4-May-08 23:00 
GeneralRe: Div Show Pin
raushan_94-May-08 23:22
raushan_94-May-08 23:22 
GeneralRe: Div Show Pin
Christian Graus4-May-08 23:27
protectorChristian Graus4-May-08 23:27 
GeneralRe: Div Show Pin
raushan_94-May-08 23:39
raushan_94-May-08 23:39 
GeneralRe: Div Show Pin
Christian Graus4-May-08 23:57
protectorChristian Graus4-May-08 23:57 
GeneralRe: Div Show Pin
raushan_95-May-08 0:53
raushan_95-May-08 0:53 
GeneralRe: Div Show Pin
Christian Graus5-May-08 11:13
protectorChristian Graus5-May-08 11:13 
Questiontool tip Pin
Pankaj Garg4-May-08 21:20
Pankaj Garg4-May-08 21:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.