Click here to Skip to main content
15,892,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Basic .Net Questions Pin
Rahithi30-Jan-07 5:40
Rahithi30-Jan-07 5:40 
QuestionDrop down list/grid view [modified] Pin
Planker29-Jan-07 12:02
Planker29-Jan-07 12:02 
QuestionDisplaying pictures on a web page from a folder Pin
Member 377430729-Jan-07 11:57
Member 377430729-Jan-07 11:57 
AnswerRe: Displaying pictures on a web page from a folder Pin
Sandeep Akhare29-Jan-07 19:01
Sandeep Akhare29-Jan-07 19:01 
QuestionTyped DataSets Pin
pssuresh29-Jan-07 11:05
pssuresh29-Jan-07 11:05 
AnswerRe: Typed DataSets Pin
Parwej Ahamad29-Jan-07 18:38
professionalParwej Ahamad29-Jan-07 18:38 
QuestionWizard Controls and pop-up Calendars Pin
Keith Goddard29-Jan-07 6:35
Keith Goddard29-Jan-07 6:35 
QuestionJScript - ASP Wizard Control [modified] Pin
MaxRelaxman29-Jan-07 6:21
MaxRelaxman29-Jan-07 6:21 
I'm a app developer moving into the world of web development so forgive me if this is a stupid question.

Is it possible to access a control contained inside an ASP Wizard control in Java Script? I'd rather handle something simple like this on the client side rather than waste server time activating a text box

For example: I have a combo box and if the user selects 'other', I want a text box to be enabled.

Here's a sample of my script code
if(document.getElementById("ddSampleLookup").outerHTML == "Other")
{blah blah blah}

When my onclose handler for the drop down hits, I get the following error:
Microsoft JScript runtime error: Object required

I've tried with quotes, without quotes and even with single quotes but still no love.

I should mention that when I try without quotes I get the error: "Microsoft JScript runtime error: 'txtNarcoticName' is undefined" instead.

Thanks in advance!

Edit: I should not that I put this here rather than the Web Development forum because I wasn't sure if this was a Java Script issue or an issue with the wizard control.

-- modified at 14:22 Monday 29th January, 2007
AnswerRe: JScript - ASP Wizard Control Pin
Christian Graus29-Jan-07 18:27
protectorChristian Graus29-Jan-07 18:27 
Questioncrystalreport problem Pin
sno-129-Jan-07 5:20
sno-129-Jan-07 5:20 
AnswerRe: crystalreport problem Pin
Sylvester george29-Jan-07 17:30
Sylvester george29-Jan-07 17:30 
QuestionCan any body help me? Pin
www.Developerof.NET29-Jan-07 5:17
www.Developerof.NET29-Jan-07 5:17 
AnswerRe: Can any body help me? Pin
Guffa29-Jan-07 7:23
Guffa29-Jan-07 7:23 
QuestionTree view Pin
samerh29-Jan-07 3:59
samerh29-Jan-07 3:59 
AnswerRe: Tree view Pin
Pete O'Hanlon29-Jan-07 4:11
mvePete O'Hanlon29-Jan-07 4:11 
QuestionHow do i get the value of a DataKeyName of an edited row on a GridView? Pin
Red_Wizard_Shot_The_Food29-Jan-07 3:57
Red_Wizard_Shot_The_Food29-Jan-07 3:57 
Questionhelp required about dropdownlist box Pin
mohd imran abdul aziz29-Jan-07 3:25
mohd imran abdul aziz29-Jan-07 3:25 
AnswerRe: help required about dropdownlist box Pin
Sandeep Akhare29-Jan-07 3:54
Sandeep Akhare29-Jan-07 3:54 
GeneralRe: help required about dropdownlist box Pin
Sandeep Akhare29-Jan-07 4:03
Sandeep Akhare29-Jan-07 4:03 
QuestionHow to Get Cursor Position in Textbox ? [modified] Pin
Abhi_Born_To_Code29-Jan-07 2:10
Abhi_Born_To_Code29-Jan-07 2:10 
AnswerRe: How to Get Cursor Position in Textbox ? Pin
Sandeep Akhare29-Jan-07 4:05
Sandeep Akhare29-Jan-07 4:05 
AnswerRe: How to Get Cursor Position in Textbox ? Pin
Sandeep Akhare29-Jan-07 4:18
Sandeep Akhare29-Jan-07 4:18 
Questionscroll a particular column in gridview horizontally Pin
Moups29-Jan-07 2:06
Moups29-Jan-07 2:06 
Questionhow to show category and sub category tree style Urgent ? Pin
Tridip Bhattacharjee29-Jan-07 1:16
professionalTridip Bhattacharjee29-Jan-07 1:16 
Questionhow to show category and sub category tree style Urgent ? Pin
Tridip Bhattacharjee29-Jan-07 1:16
professionalTridip Bhattacharjee29-Jan-07 1:16 

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.