Click here to Skip to main content
15,867,835 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionProblem connecting to WCF Rest service Pin
Wjousts3-Aug-11 10:05
Wjousts3-Aug-11 10:05 
AnswerRe: Problem connecting to WCF Rest service Pin
Wjousts3-Aug-11 10:37
Wjousts3-Aug-11 10:37 
AnswerRe: Problem connecting to WCF Rest service Pin
Wjousts4-Aug-11 3:37
Wjousts4-Aug-11 3:37 
AnswerRe: Problem connecting to WCF Rest service Pin
Wjousts8-Aug-11 4:41
Wjousts8-Aug-11 4:41 
Questionjson object in repeater row click Pin
fififlowertot3-Aug-11 0:16
fififlowertot3-Aug-11 0:16 
AnswerRe: json object in repeater row click Pin
fififlowertot7-Aug-11 9:29
fififlowertot7-Aug-11 9:29 
QuestionHow to set user control property using Jquery Pin
josehidalgor27-Jul-11 12:15
josehidalgor27-Jul-11 12:15 
AnswerRe: How to set user control property using Jquery Pin
Gerben Jongerius27-Jul-11 20:29
Gerben Jongerius27-Jul-11 20:29 
The code you provided has two small issues. The first is the setting of _ucExclusion.ClientID. You are forgetting the '#' sign in the selector. So it should be:
$('#<%=_ucExclusion.ClientID %>').append(response);


The second is in the entire handling inside the function of success. According the the jQuery docs the $.ajax method returns a string to the success method containing the data of the response.
GeneralRe: How to set user control property using Jquery Pin
Not Active28-Jul-11 1:04
mentorNot Active28-Jul-11 1:04 
GeneralRe: How to set user control property using Jquery Pin
Gerben Jongerius28-Jul-11 19:47
Gerben Jongerius28-Jul-11 19:47 
QuestionHow can i change entries_url to load from local file Pin
CyberPath27-Jul-11 4:33
CyberPath27-Jul-11 4:33 
AnswerRe: How can i change entries_url to load from local file Pin
twseitex27-Jul-11 10:34
twseitex27-Jul-11 10:34 
Questionuser should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
yogesh8926-Jul-11 1:26
yogesh8926-Jul-11 1:26 
AnswerRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Roman_wolf26-Jul-11 3:10
Roman_wolf26-Jul-11 3:10 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Not Active26-Jul-11 14:01
mentorNot Active26-Jul-11 14:01 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Roman_wolf26-Jul-11 22:30
Roman_wolf26-Jul-11 22:30 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Not Active27-Jul-11 0:58
mentorNot Active27-Jul-11 0:58 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Roman_wolf27-Jul-11 2:24
Roman_wolf27-Jul-11 2:24 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Not Active27-Jul-11 2:58
mentorNot Active27-Jul-11 2:58 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Roman_wolf27-Jul-11 3:31
Roman_wolf27-Jul-11 3:31 
AnswerRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Not Active26-Jul-11 14:00
mentorNot Active26-Jul-11 14:00 
AnswerRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Shameel27-Jul-11 1:05
professionalShameel27-Jul-11 1:05 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Not Active27-Jul-11 2:03
mentorNot Active27-Jul-11 2:03 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Shameel27-Jul-11 2:20
professionalShameel27-Jul-11 2:20 
GeneralRe: user should have to enter 4 numbers in textbox after 4 numbers textbox should not take any number Pin
Not Active27-Jul-11 2:57
mentorNot Active27-Jul-11 2:57 

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.