Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I need to send 6 parameters to base. Is it possible to do this using the standard base URL-based parameters or am I best posting a form?
Everything is pointing towards a form, but I was just curious to know whether it's possible/acceptable to do with URLs.
Thanks
Yes sure this is possible, just need to add the params in "url format" to the base url
http://domain/url-to-base-method/param1/param2/param3/param4/param5/param6(.aspx)
Hope this helps.
Regards,
/Dirk
Great, thanks Dirk, that's what I was hoping for!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Send multiple parameters to base
Hi,
I need to send 6 parameters to base. Is it possible to do this using the standard base URL-based parameters or am I best posting a form?
Everything is pointing towards a form, but I was just curious to know whether it's possible/acceptable to do with URLs.
Thanks
Yes sure this is possible, just need to add the params in "url format" to the base url
http://domain/url-to-base-method/param1/param2/param3/param4/param5/param6(.aspx)
Hope this helps.
Regards,
/Dirk
Great, thanks Dirk, that's what I was hoping for!
is working on a reply...