Click here to Skip to main content
15,916,702 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Generated proxy class not appearing in solution explorer Pin
Martin Jarvis13-Apr-10 20:57
Martin Jarvis13-Apr-10 20:57 
GeneralRe: Generated proxy class not appearing in solution explorer Pin
mnemonic6913-Apr-10 22:08
mnemonic6913-Apr-10 22:08 
GeneralRe: Generated proxy class not appearing in solution explorer Pin
Martin Jarvis13-Apr-10 22:50
Martin Jarvis13-Apr-10 22:50 
QuestionBook recommendations on developing commercial Websites? Pin
fjparisIII11-Apr-10 10:34
fjparisIII11-Apr-10 10:34 
AnswerRe: Book recommendations on developing commercial Websites? Pin
Dalek Dave11-Apr-10 11:15
professionalDalek Dave11-Apr-10 11:15 
GeneralI'll try to be more specific about what I need Pin
fjparisIII11-Apr-10 13:18
fjparisIII11-Apr-10 13:18 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active11-Apr-10 15:11
mentorNot Active11-Apr-10 15:11 
GeneralRe: I'll try to be more specific about what I need Pin
fjparisIII11-Apr-10 18:18
fjparisIII11-Apr-10 18:18 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
fjparisIII11-Apr-10 18:41
fjparisIII11-Apr-10 18:41 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
User 171649211-Apr-10 21:42
professionalUser 171649211-Apr-10 21:42 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
fjparisIII12-Apr-10 5:17
fjparisIII12-Apr-10 5:17 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
Not Active12-Apr-10 5:36
mentorNot Active12-Apr-10 5:36 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
User 171649212-Apr-10 5:49
professionalUser 171649212-Apr-10 5:49 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
fjparisIII12-Apr-10 6:08
fjparisIII12-Apr-10 6:08 
GeneralRe: I'll try to be more specific about what I need (SOLVED!) Pin
Eddy Vluggen11-Apr-10 23:59
professionalEddy Vluggen11-Apr-10 23:59 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active12-Apr-10 2:25
mentorNot Active12-Apr-10 2:25 
GeneralRe: I'll try to be more specific about what I need Pin
Dalek Dave12-Apr-10 3:32
professionalDalek Dave12-Apr-10 3:32 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active12-Apr-10 5:32
mentorNot Active12-Apr-10 5:32 
GeneralRe: I'll try to be more specific about what I need Pin
fjparisIII12-Apr-10 5:19
fjparisIII12-Apr-10 5:19 
GeneralRe: I'll try to be more specific about what I need Pin
Not Active12-Apr-10 5:34
mentorNot Active12-Apr-10 5:34 
QuestionLocking size of browser window Pin
sangeeta200910-Apr-10 21:33
sangeeta200910-Apr-10 21:33 
AnswerRe: Locking size of browser window Pin
John Bracey10-Apr-10 23:25
John Bracey10-Apr-10 23:25 
AnswerRe: Locking size of browser window Pin
T M Gray12-Apr-10 9:19
T M Gray12-Apr-10 9:19 
QuestionForcing overflowing floats onto one line Pin
hxhl9510-Apr-10 19:02
hxhl9510-Apr-10 19:02 
QuestionHow to bind server controls by using ajaxPro method? how to get dynamic server controls on the javascript ? Pin
Jeneesh K. Velayudhan10-Apr-10 2:29
Jeneesh K. Velayudhan10-Apr-10 2:29 
I am using asp.net 2.0 and ajaxPro in my web application.

1. How can bind my dropdown inside ajaxPro method, without using HtmlTextWriter?
Is it possible?
All the server controls are null inside the ajaxPro method.

2. So, i have created dynamic server controls inside the ajaxPro method and used HtmlTextWriter and rendered in javascript. Here in javascript, i can't able to get this dynamic controls by using getElementId method.

document.getElementId(asp.net control id + "ControlId");
but it returns null.

thanx in advance! Smile | :)
Thanks & Regards,
Jeneesh K. Velayudhan


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.