Click here to Skip to main content
15,909,193 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Did you do a View Source so see if the js call was added to your DDL?

Try adding the Javascript in your code behind (like the pageload event) rather than in the aspx or ascx file. Using Atttributes.Add like this:

ddlSecurityQues.Attributes.Add("onchange" , "showonques(this);")

Then in your js function you can can get the selected index from the combo box passed into the function.






"Half this game is ninety percent mental." - Yogi Berra

If you can read thank a teacher, if you can read in English, thank a Marine.

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 
GeneralRe: dropdownlist Pin
Priya S12-Sep-07 0:28
Priya S12-Sep-07 0:28 
AnswerRe: dropdownlist Pin
Sandeep Akhare12-Sep-07 0:20
Sandeep Akhare12-Sep-07 0:20 
Questionchildcontrols Pin
pavanteja11-Sep-07 23:37
pavanteja11-Sep-07 23:37 
AnswerRe: childcontrols Pin
Sandeep Akhare11-Sep-07 23:56
Sandeep Akhare11-Sep-07 23:56 

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.