Advanced Forum Search Results
-
May be the control id name is not proper. For example when master page concept comes into picture...the id of the control will be different.
To get that control id View Source in the Browser and then give the control id if i am rite.
-
HtmlDocument htmlDocument = HtmlPage.Document;
htmlDocument.GetElementById("setting").SetStyleAttribute("height", "100px");
Try this
-
If you are still facing the issue, you can try with this alternative solution if your requirement matches.
Have a hidden field in the aspx(By default empty). When you want the button click event to be triggered, assign some value to this hidden field from the silver light code and Submit the aspx form from Silver Light code itself.
In ...
-
You can also handle this in Database, if your requiremet suites.. fetching the records in the required structure Using PIVOT in SQL Server and then bind the grid.
Regards,
Kumar
-
Yes you are right..req is image as well as Data of 50mb. the first approach that you told is right.
I am trying out the second and can you tell me how do u split the data into packets if you have any idea/code which helps me a lot.
Thanks in Advance.
-
Hi
I have a req where a file/Data of more than 50mb to be sent from a WCF Service(any other service also) to Silver Light application.
Please let me know i am not clear.
Thanks in Advance..
-
Hi
Can anyone tell me how to split data into pieces and send it to Silver Light.
-
Hi padma, As in the previous posts you have mentioned that you need to pass chunks of data from Service to the Silver Light Application.
Can you share information how we can implement it.