Hi,
I'm using RadClientDataSource to grab data from an api endpoint but I need to pass a variable inside the url but can't figure out how.
<script language="VB" runat="server">
Dim id As String = HttpContext.Current.Request.QueryString("id")
</script>
<WebServiceDataSourceSettings>
<Select Url="
http://localhost:5000/api/v1/test/<%=id%>
/cars" RequestType="Get" />
</WebServiceDataSourceSettings>
Hi Rui,
Check out the instructions from my Answer to Jorge's question.
For urgent cases, be sure to submit a formal support ticket. That way you will get an answer within guaranteed 24 hours.