Click here to Skip to main content
15,917,795 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
AnilJayanti6-Oct-08 19:20
AnilJayanti6-Oct-08 19:20 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
led mike7-Oct-08 5:16
led mike7-Oct-08 5:16 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
AnilJayanti7-Oct-08 17:52
AnilJayanti7-Oct-08 17:52 
AnswerRe: Remote Scripting with out using Ajax in c#.net Pin
led mike8-Oct-08 5:47
led mike8-Oct-08 5:47 
QuestionMultilevel menu not working in FireFox Pin
Bardy852-Oct-08 21:20
Bardy852-Oct-08 21:20 
Questionpassing parameters to web service Pin
mrcooll2-Oct-08 16:55
mrcooll2-Oct-08 16:55 
AnswerRe: passing parameters to web service Pin
mrcooll2-Oct-08 17:17
mrcooll2-Oct-08 17:17 
AnswerRe: passing parameters to web service Pin
Vengatachalapathy Palanivel6-Oct-08 1:41
Vengatachalapathy Palanivel6-Oct-08 1:41 
Basically the web method signature should not be altered. It should be only of the form

<br />
public static string[] GetCompletionList(string prefixText, int count, string contextKey)<br />
{<br />
   ....<br />
}<br />


Here
prefixText = field value (on which the details has to be filtered)
count = number of values to be returned in the array
contextKey = the Column name on which the prefixText has to be applied.

And moreover, if you want to pass more parameter to this web service - you have two options,
1. Pass using Session variables by enabling the Session in web method
2. You can append values to the contextKey with some delimitters and in the web method you can make use of a split function to read the parameters passed.

Hope this helps you.

Regards,
Vengat
AnswerRe: passing parameters to web service Pin
Frank Kerrigan8-Oct-08 6:25
Frank Kerrigan8-Oct-08 6:25 
QuestionHow to avoid CAPTCHA ? Pin
Mohammad Dayyan2-Oct-08 11:44
Mohammad Dayyan2-Oct-08 11:44 
AnswerRe: How to avoid CAPTCHA ? Pin
Christian Graus2-Oct-08 11:52
protectorChristian Graus2-Oct-08 11:52 
GeneralRe: How to avoid CAPTCHA ? Pin
NeverHeardOfMe2-Oct-08 12:06
NeverHeardOfMe2-Oct-08 12:06 
GeneralRe: How to avoid CAPTCHA ? Pin
Mark Churchill3-Oct-08 5:19
Mark Churchill3-Oct-08 5:19 
AnswerRe: How to avoid CAPTCHA ? Pin
Perspx2-Oct-08 20:14
Perspx2-Oct-08 20:14 
AnswerRe: How to avoid CAPTCHA ? Pin
Paul Conrad3-Oct-08 6:42
professionalPaul Conrad3-Oct-08 6:42 
AnswerRe: How to avoid CAPTCHA ? Pin
Jaffer Mumtaz4-Oct-08 20:49
Jaffer Mumtaz4-Oct-08 20:49 
QuestionIE7 - drawing lines around an image tag Pin
Christian Graus2-Oct-08 10:42
protectorChristian Graus2-Oct-08 10:42 
AnswerRe: IE7 - drawing lines around an image tag Pin
Mohammad Dayyan2-Oct-08 11:24
Mohammad Dayyan2-Oct-08 11:24 
GeneralRe: IE7 - drawing lines around an image tag Pin
Christian Graus2-Oct-08 11:52
protectorChristian Graus2-Oct-08 11:52 
GeneralRe: IE7 - drawing lines around an image tag Pin
Mohammad Dayyan2-Oct-08 12:14
Mohammad Dayyan2-Oct-08 12:14 
AnswerRe: IE7 - drawing lines around an image tag Pin
NeverHeardOfMe2-Oct-08 11:26
NeverHeardOfMe2-Oct-08 11:26 
GeneralPS Pin
NeverHeardOfMe2-Oct-08 11:39
NeverHeardOfMe2-Oct-08 11:39 
GeneralRe: PS Pin
Christian Graus2-Oct-08 11:55
protectorChristian Graus2-Oct-08 11:55 
GeneralRe: IE7 - drawing lines around an image tag Pin
Christian Graus2-Oct-08 11:54
protectorChristian Graus2-Oct-08 11:54 
GeneralRe: IE7 - drawing lines around an image tag Pin
NeverHeardOfMe2-Oct-08 12:02
NeverHeardOfMe2-Oct-08 12:02 

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.