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

ASP.NET

 
GeneralRe: getting sections in different page is word file Pin
David Mujica29-Jul-10 10:48
David Mujica29-Jul-10 10:48 
GeneralRe: getting sections in different page is word file Pin
Dhyanga2-Aug-10 5:10
Dhyanga2-Aug-10 5:10 
GeneralRe: getting sections in different page is word file Pin
David Mujica2-Aug-10 10:33
David Mujica2-Aug-10 10:33 
GeneralRe: getting sections in different page is word file Pin
Dhyanga3-Aug-10 3:51
Dhyanga3-Aug-10 3:51 
Questionparameter in asp.net Pin
Dhyanga29-Jul-10 5:44
Dhyanga29-Jul-10 5:44 
AnswerRe: parameter in asp.net Pin
Eddy Vluggen29-Jul-10 5:52
professionalEddy Vluggen29-Jul-10 5:52 
GeneralRe: parameter in asp.net Pin
Dhyanga29-Jul-10 6:07
Dhyanga29-Jul-10 6:07 
Questionvalidation in javascript Pin
Thanusree Duth29-Jul-10 1:29
Thanusree Duth29-Jul-10 1:29 
I have a ajax tool calendarExtendarFromDate,imgFromDate,textBoxFromDate,calendarExtendarToDate,imgToDate and textBoxToDate,When a date is selected from calendarExtendarFromDate,that date is displayed in textBoxFromDate.Likewise in the case of calendarExtendarToDate.Here is the source code:
--------------------------------------------------------------
<asp:updatepanel id="UpdatePanel1" runat="server">
<contenttemplate>
<asp:textbox id="txtFromDate" runat="server" readonly="True">
<cc1:calendarextender id="CalendarExtenderFromDate" runat="server" cssclass="cal" targetcontrolid="txtFromDate" popupbuttonid="imgFromDate">
<cc1:calendarextender id="CalendarExtenderToDate" runat="server" onclientdateselectionchanged="CheckForFutureDate" cssclass="cal" targetcontrolid="txtToDate" popupbuttonid="imgToDate">
<cc1:calendarextender>



-------------------------------------------------------------

I have radiobuttons..When the radiobutton between is clicked,then only calendarExtendarToDate is enabled.otherwise it becomes in disabled state..I wrote code in jscript as below:
function validate()
{
document.getElementById("imgToDate").disabled=false;
document.getElementById("txtToDate").disabled=false;
}
//call this function in .aspx.cs as below:
rbBetween.Attributes.Add("onClick", "return validate()");

textbox is disabled.When between radio is clicked,then only enabled.But calendarextendar disabled didnt work.Pls help me...
AnswerRe: validation in javascript Pin
Keith Barrow29-Jul-10 2:28
professionalKeith Barrow29-Jul-10 2:28 
AnswerRe: validation in javascript Pin
Not Active29-Jul-10 2:30
mentorNot Active29-Jul-10 2:30 
GeneralRe: validation in javascript Pin
Keith Barrow29-Jul-10 2:48
professionalKeith Barrow29-Jul-10 2:48 
QuestionMessage Removed Pin
28-Jul-10 23:42
NTheOne28-Jul-10 23:42 
AnswerRe: Title of the WIndow Using Javascript in Code Behind Pin
Tej Aj28-Jul-10 23:58
Tej Aj28-Jul-10 23:58 
QuestionContentplaceholder on masterpage Pin
C#Coudou28-Jul-10 22:14
C#Coudou28-Jul-10 22:14 
AnswerRe: Contentplaceholder on masterpage Pin
raju melveetilpurayil28-Jul-10 22:54
professionalraju melveetilpurayil28-Jul-10 22:54 
GeneralRe: Contentplaceholder on masterpage Pin
C#Coudou28-Jul-10 23:23
C#Coudou28-Jul-10 23:23 
GeneralRe: Contentplaceholder on masterpage Pin
raju melveetilpurayil28-Jul-10 23:56
professionalraju melveetilpurayil28-Jul-10 23:56 
Questionquery string Pin
Thanusree Duth28-Jul-10 21:48
Thanusree Duth28-Jul-10 21:48 
AnswerRe: query string Pin
Blue_Boy28-Jul-10 21:50
Blue_Boy28-Jul-10 21:50 
AnswerRe: query string Pin
Tej Aj28-Jul-10 23:24
Tej Aj28-Jul-10 23:24 
AnswerRe: query string Pin
Tej Aj30-Jul-10 0:06
Tej Aj30-Jul-10 0:06 
QuestionCaptcha Image Not Showing Pin
Clement Siby28-Jul-10 2:37
Clement Siby28-Jul-10 2:37 
AnswerRe: Captcha Image Not Showing Pin
Yusuf28-Jul-10 4:09
Yusuf28-Jul-10 4:09 
GeneralRe: Captcha Image Not Showing Pin
Clement Siby28-Jul-10 4:39
Clement Siby28-Jul-10 4:39 
GeneralRe: Captcha Image Not Showing Pin
raju melveetilpurayil28-Jul-10 9:10
professionalraju melveetilpurayil28-Jul-10 9:10 

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.