Click here to Skip to main content
15,904,935 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: They will not let me hit the database until the very last minute. HELP !!! Pin
Shog927-Feb-08 9:42
sitebuilderShog927-Feb-08 9:42 
GeneralSending char array from client(VC++) to Delphi(Server) Pin
CraZyToLearn26-Feb-08 2:23
CraZyToLearn26-Feb-08 2:23 
GeneralCapturing Javascript Events Pin
Brendan Vogt26-Feb-08 2:03
Brendan Vogt26-Feb-08 2:03 
GeneralRe: Capturing Javascript Events Pin
Christian Graus26-Feb-08 13:47
protectorChristian Graus26-Feb-08 13:47 
AnswerRe: Capturing Javascript Events Pin
Brendan Vogt26-Feb-08 20:46
Brendan Vogt26-Feb-08 20:46 
GeneralRe: Capturing Javascript Events Pin
Expert Coming26-Feb-08 20:49
Expert Coming26-Feb-08 20:49 
GeneralRe: Capturing Javascript Events Pin
Brady Kelly26-Feb-08 21:43
Brady Kelly26-Feb-08 21:43 
GeneralRe: Capturing Javascript Events Pin
Nilesh Hapse26-Feb-08 23:30
Nilesh Hapse26-Feb-08 23:30 
You can get server control id through JavaScript in this fashion:

document.getElementById('<%=Test.ClientID%>').value;

where Test is the control name.

I hope this is what you are looking for.

"Legacy code" often differs from its suggested alternative by actually working and scaling.

—Bjarne Stroustrup

GeneralWeb Service timeout issue with large size XML file Pin
mpavas25-Feb-08 22:00
mpavas25-Feb-08 22:00 
GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 0:05
Navneet Hegde26-Feb-08 0:05 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 0:59
mpavas26-Feb-08 0:59 
GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 1:19
Navneet Hegde26-Feb-08 1:19 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 2:19
mpavas26-Feb-08 2:19 
QuestionAjax call to ascx Pin
RCoate25-Feb-08 13:08
RCoate25-Feb-08 13:08 
GeneralRe: Ajax call to ascx Pin
Amol M Vaidya25-Feb-08 16:58
professionalAmol M Vaidya25-Feb-08 16:58 
GeneralRe: Ajax call to ascx Pin
RCoate25-Feb-08 17:26
RCoate25-Feb-08 17:26 
GeneralRe: Ajax call to ascx Pin
Christian Graus25-Feb-08 22:32
protectorChristian Graus25-Feb-08 22:32 
GeneralRe: Ajax call to ascx Pin
RCoate26-Feb-08 10:53
RCoate26-Feb-08 10:53 
GeneralProblem in ASP.NET AJAX ModalPopupExtender Pin
Syed Ali Raza24-Feb-08 20:31
Syed Ali Raza24-Feb-08 20:31 
Generalto make enabled=true Pin
ritu432124-Feb-08 20:15
ritu432124-Feb-08 20:15 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 20:29
ritu432124-Feb-08 20:29 
GeneralRe: to make enabled=true Pin
Nilesh Hapse24-Feb-08 21:13
Nilesh Hapse24-Feb-08 21:13 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 21:17
ritu432124-Feb-08 21:17 
GeneralRe: to make enabled=true Pin
Nilesh Hapse24-Feb-08 21:48
Nilesh Hapse24-Feb-08 21:48 
GeneralRe: to make enabled=true Pin
Christian Graus24-Feb-08 21:51
protectorChristian Graus24-Feb-08 21:51 

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.