Click here to Skip to main content
15,905,915 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTreeView Issue Pin
cisco210312-Sep-07 2:25
cisco210312-Sep-07 2:25 
QuestionConfigration error. Pin
Joe Rozario12-Sep-07 1:35
Joe Rozario12-Sep-07 1:35 
AnswerRe: Configration error. Pin
Pete O'Hanlon12-Sep-07 3:45
mvePete O'Hanlon12-Sep-07 3:45 
GeneralRe: Configration error. Pin
Joe Rozario12-Sep-07 5:22
Joe Rozario12-Sep-07 5:22 
QuestionUrgent... How do I compare the name of the file with the system date? in ASP Pin
Suresh AYP12-Sep-07 1:18
Suresh AYP12-Sep-07 1:18 
AnswerRe: Urgent... How do I compare the name of the file with the system date? in ASP Pin
Imran Khan Pathan12-Sep-07 1:28
Imran Khan Pathan12-Sep-07 1:28 
GeneralRe: Urgent... How do I compare the name of the file with the system date? in ASP Pin
Colin Angus Mackay12-Sep-07 2:01
Colin Angus Mackay12-Sep-07 2:01 
QuestionScript issue Pin
Priya S12-Sep-07 1:14
Priya S12-Sep-07 1:14 
Html Side
--------
asp:DropDownList ID="ddlSecurityQues" AutoPostBack="false" runat="server" Width="279px" OnSelectedIndexChanged="javascript:showownques();">



script
------
<script language=javascript><br />
function showownques(value)<br />
{<br />
if(value==9)<br />
{<br />
txtOwnQues.Visible = true;<br />
SetFocus(txtOwnQues);<br />
}<br />
else<br />
{<br />
txtOwnQues.Visible = false;<br />
SetFocus(txtAnswer);<br />
}<br />
}<br />
}</script>

PROBLEM: not calling the function showonques(ddlSecurityQues.SelectedIndex)







Thanks in advance,
Priya.

AnswerRe: Script issue Pin
John-ph12-Sep-07 1:23
John-ph12-Sep-07 1:23 
GeneralRe: Script issue Pin
Priya S12-Sep-07 1:30
Priya S12-Sep-07 1:30 
GeneralRe: Script issue Pin
John-ph12-Sep-07 1:48
John-ph12-Sep-07 1:48 
AnswerRe: Script issue Pin
Brent Lamborn12-Sep-07 3:56
Brent Lamborn12-Sep-07 3:56 
QuestionDock Pin
VanithaVasu12-Sep-07 1:11
VanithaVasu12-Sep-07 1:11 
AnswerRe: Dock Pin
John-ph12-Sep-07 1:17
John-ph12-Sep-07 1:17 
QuestionMixed Authentication Pin
GKN7612-Sep-07 1:04
GKN7612-Sep-07 1:04 
AnswerRe: Mixed Authentication Pin
GKN7618-Sep-07 2:59
GKN7618-Sep-07 2:59 
QuestionWebDev.WebServer.exe Error Pin
Khan.Bangash12-Sep-07 1:00
Khan.Bangash12-Sep-07 1:00 
QuestionWindows Authentication Pin
Sonia Gupta12-Sep-07 0:51
Sonia Gupta12-Sep-07 0:51 
AnswerRe: Windows Authentication Pin
John-ph12-Sep-07 1:12
John-ph12-Sep-07 1:12 
QuestionEmail Formatted Text in ASP.NET with c# Pin
.NET- India 12-Sep-07 0:49
.NET- India 12-Sep-07 0:49 
AnswerRe: Email Formatted Text in ASP.NET with c# Pin
jc.net12-Sep-07 6:48
jc.net12-Sep-07 6:48 
GeneralRe: Email Formatted Text in ASP.NET with c# Pin
Paras Kaneriya12-Sep-07 23:12
Paras Kaneriya12-Sep-07 23:12 
QuestionDynamic parameter passing in Crystal Report? Pin
Affan Toor12-Sep-07 0:39
Affan Toor12-Sep-07 0:39 
Questiondropdownlist Pin
Priya S12-Sep-07 0:04
Priya S12-Sep-07 0:04 
AnswerRe: dropdownlist Pin
John-ph12-Sep-07 0:18
John-ph12-Sep-07 0:18 

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.