Advanced Forum Search Results
-
Hi,
I need to use webservice(.asmx) in SL2 beta.Is it possible to add a web service reference during runtime? If so, how?I mean in asp.net we can use like this by the help of AJax
ServiceReference serviceReference = new ServiceReference();
serviceReference.Path="~/MyWebService.asmx";
...
-
Hi,
i am using SL2beta2 for one webapplication.In this application i was using webserivce for connecting to Oracle DB.Is there is any way to connect to oracle DB on local mechine?If Db in server this apllication have no problem.But in our requirement we need to connect to oracle Db in local mechine?
if not possible is it possible if we are ...
-
Hi Harsh,
Thanks for your valuable Help.I got another solution.We can call .aspx from xaml using HtmlPage.window.Navigate("Url").
regards,
Sajesh
-
Hi HarshBardhan,
Thanks for spent time to reply.Can u give me sample codes for calling Javascript from .xaml[I need to call this on button clik event] and calling .aspx from javascript.
Regards,
Sajesh
-
Hi,
How i can call .aspx page from page.xaml.For Eg:I have button in page.xaml. I need to call report.aspx from on button clik event
Can any one help me?
Reagrds,
Sajesh
-
I got solution
Regards,
Sajesh
-
Hi,
I want to use Date time picker for one application in SL2beta2.In this application i got string from Database.I want to set this string value as Datetime picker Display Date.How i can do this?
Eg:string Date1="20030405"{yyyymmdd}
I want to set this value as Datetime Picker Display Date.
I was tried to use this DateTime dt = ...
-
Hi,
I need help for transfering data[from data table] from webservice(.asmx) not WCF to datagrid in SILVERLIGHT2.
I have one service for filling data in data table.
Webservice code for filling datatable in webservice is as follows
[Serializable]
public class cols
{
public DataTable Dt { get; set; }
...
-
Hello rajesh,
Thank 4 ur reply.this componenet is free or not?i read their licence policy.But i cant get their lisencing policy?Can i use this for our product without buy this component.we want to sell this product to customers.I mean can i use this as open source without taking licence?
Regards,
Sajesh
-
Hi,
I need to draw chart[Line and Bar Chart] in our SL application.Is there any control avilable for chart drawing in SL2 Beta 2?If pls give me sample codes for how i can impliment Chart
Can anybody help me to do this?
Thanks in Advance
Regards,
Sajesh