Click here to Skip to main content
15,899,475 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSharepoint server 2007 Pin
nompat15-Oct-07 22:39
nompat15-Oct-07 22:39 
AnswerRe: Sharepoint server 2007 Pin
SHatchard16-Oct-07 21:31
SHatchard16-Oct-07 21:31 
QuestionLooking for a Javascript Example... Pin
Bhicken7815-Oct-07 10:44
Bhicken7815-Oct-07 10:44 
AnswerRe: Looking for a Javascript Example... Pin
led mike15-Oct-07 11:06
led mike15-Oct-07 11:06 
AnswerRe: Looking for a Javascript Example... Pin
Elizma16-Oct-07 1:53
Elizma16-Oct-07 1:53 
QuestionWeb Service -DLL bound deployment Pin
Bob Enein15-Oct-07 5:18
Bob Enein15-Oct-07 5:18 
Questionasp:CustomValidator Control Pin
Brendan Vogt14-Oct-07 23:57
Brendan Vogt14-Oct-07 23:57 
AnswerRe: asp:CustomValidator Control Pin
Christian Graus15-Oct-07 0:17
protectorChristian Graus15-Oct-07 0:17 
Basically, your control has an Id property and a ClientID property. The second is the one you need. I generally add scrpt to create a variable called something like 'myListCtrlId' and make it equal to the clientId of the control.

var myListCtrlId = '<%=theList.ClientID%>';

Then you can use document.getElementById(myListCtrlId); to get access to the control in question.

Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionClient FTP Error Code 12029 Pin
dev2414-Oct-07 22:10
dev2414-Oct-07 22:10 
QuestionSearch Feature [modified] Pin
saaiman14-Oct-07 21:11
saaiman14-Oct-07 21:11 
AnswerRe: Search Feature Pin
pmarfleet14-Oct-07 21:51
pmarfleet14-Oct-07 21:51 
GeneralRe: Search Feature Pin
saaiman15-Oct-07 21:09
saaiman15-Oct-07 21:09 
GeneralRe: Search Feature Pin
pmarfleet15-Oct-07 22:07
pmarfleet15-Oct-07 22:07 
GeneralRe: Search Feature Pin
Christian Graus15-Oct-07 22:45
protectorChristian Graus15-Oct-07 22:45 
QuestionControl that automatically drags when page is scrolled down Pin
CandyMe14-Oct-07 20:36
CandyMe14-Oct-07 20:36 
AnswerRe: Control that automatically drags when page is scrolled down [modified] Pin
Bjohnson3317-Oct-07 1:25
Bjohnson3317-Oct-07 1:25 
GeneralRe: Control that automatically drags when page is scrolled down Pin
CandyMe22-Oct-07 18:45
CandyMe22-Oct-07 18:45 
GeneralRe: Control that automatically drags when page is scrolled down Pin
Bjohnson3323-Oct-07 0:56
Bjohnson3323-Oct-07 0:56 
GeneralRe: Control that automatically drags when page is scrolled down Pin
CandyMe25-Oct-07 2:31
CandyMe25-Oct-07 2:31 
GeneralRe: Control that automatically drags when page is scrolled down Pin
Bjohnson3325-Oct-07 22:12
Bjohnson3325-Oct-07 22:12 
GeneralRe: Control that automatically drags when page is scrolled down Pin
CandyMe29-Oct-07 17:38
CandyMe29-Oct-07 17:38 
QuestionI used nant to build ASP .NET application Pin
balpanbh14-Oct-07 18:36
balpanbh14-Oct-07 18:36 
AnswerRe: I used nant to build ASP .NET application Pin
Paddy Boyd15-Oct-07 2:49
Paddy Boyd15-Oct-07 2:49 
Question[modified]To set the borders of the layers in javascript. Pin
gopal_Pandey13-Oct-07 5:17
gopal_Pandey13-Oct-07 5:17 
AnswerRe: set layers border using javascript Pin
Guffa13-Oct-07 6:33
Guffa13-Oct-07 6:33 

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.