Click here to Skip to main content
15,897,187 members
Home / Discussions / Web Development
   

Web Development

 
QuestionScroll!! urgent Pin
dheema2-May-07 0:26
dheema2-May-07 0:26 
QuestionWeb App Setup Pin
tadhg881-May-07 22:30
tadhg881-May-07 22:30 
AnswerRe: Web App Setup Pin
kubben2-May-07 2:14
kubben2-May-07 2:14 
GeneralRe: Web App Setup Pin
tadhg882-May-07 2:18
tadhg882-May-07 2:18 
GeneralRe: Web App Setup Pin
kubben2-May-07 2:20
kubben2-May-07 2:20 
QuestionActiveX usage Pin
scooterinwi1-May-07 10:02
scooterinwi1-May-07 10:02 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 4:26
Cormac M Redmond1-May-07 4:26 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 4:32
kubben1-May-07 4:32 
Well, it is not necessaryly a bad practice. For instance if you are familar with serialization. It is pretty easy to serialize an object (class) and pass that in as a parameter. If you happen to have lots of parameters to pass that would be a good idea. If you know your web method depends on an object being passed back and forth it makes your custom web service pretty custom. Could someone figure out the class you are passing back and forth, maybe, but it might be more work then it is worth. Sometimes that is what you have to do. Make it more work then someone is willing to go through. If you didn't want to pass a serialized class as the parameter you can easily pass a dataset. So you could have one table with one row and the row would have the columns that would match to the parameters for that webmethod call. A little less work, but a little easier for you if you are not as familar with serialization.

Hope that helps.
Ben
QuestionATLAS.NET Pin
Bhupendra Rana1-May-07 0:03
Bhupendra Rana1-May-07 0:03 
QuestionFTP Error, 550 Error code Pin
btsrinath30-Apr-07 10:32
btsrinath30-Apr-07 10:32 
AnswerRe: FTP Error, 550 Error code Pin
Bradml1-May-07 1:14
Bradml1-May-07 1:14 
GeneralRe: FTP Error, 550 Error code Pin
btsrinath1-May-07 5:15
btsrinath1-May-07 5:15 
QuestionMaking sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 10:02
Cormac M Redmond30-Apr-07 10:02 
AnswerRe: Making sure that only MYapplication can using MY webservice? Pin
kubben30-Apr-07 14:15
kubben30-Apr-07 14:15 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 16:23
Cormac M Redmond30-Apr-07 16:23 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 2:48
kubben1-May-07 2:48 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 3:45
Cormac M Redmond1-May-07 3:45 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 3:50
kubben1-May-07 3:50 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 4:15
Cormac M Redmond1-May-07 4:15 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 4:20
kubben1-May-07 4:20 
GeneralRe: Making sure that only MYapplication can using MY webservice? [modified] Pin
Cormac M Redmond30-Apr-07 16:48
Cormac M Redmond30-Apr-07 16:48 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
kubben1-May-07 3:26
kubben1-May-07 3:26 
AnswerRe: Making sure that only MYapplication can using MY webservice? Pin
Bradml1-May-07 1:12
Bradml1-May-07 1:12 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond1-May-07 3:45
Cormac M Redmond1-May-07 3:45 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
DavidNohejl1-May-07 4:29
DavidNohejl1-May-07 4:29 

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.