Advanced Forum Search Results
-
Hello there,
Solution Please, its urgent.
-
Hi,
How to autosize the datagrid column after binding the itemsource ?
-
Hey bro,
let me brief u again. its something like this. i have a menu control which will show its sub items when i mouse click/move on it. now im expanding and collapsing the canvas to show/hide the sub menu container. the problem now is, if i have any normal html control below my menu bar, on displaying the sub menu container, the container goes ...
-
Hey bro,
this is what i have done, please suggest.
<form id="form1" runat="server" style="height:100%;">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<div style="height:100%;width:100%;"><asp:Silverlight ...
-
Dear All,
I have created a navigation control, when i focus my mouse over it the menu items are being displayed. now in my html page i have some more controls below the navigation control. when i mouse over the navigation control, the menu appears but it goes behind the html controls. i have set the Windowless to true and background to ...
-
Hey bro,
i have the same issue with my project, can you please post the code.
Thanx in advance
-
hi Ibrahim,
Thanx for reading my post and promptly replying. Now since that you aware of the problem, if i consider the 2nd option, will the SL dll project sit on the client side ? if so, any security issues with it, can anyone tamper with it.
the simplest way i thought was to write a common servicem, which will pull out the data from different ...
-
Hi there,
First of all the method in SL application doesn't even ask the out parameter.
Say i have a service method GetData(int id, out object test), when i add a service reference, the parameters asked are just the id but not the out parameter.
-
Thanx for reply,
Now this is the straight forward way of doing. Now i am doing a very big project where hundereds of features are there and every feature is unique with different controls. I have designed a common aspx page where on every click of a feature button i display the data in a grid, and on top of the grid i have add, edit, delete, ...
-
hey,
i do not know the object schema what comes from the xml string. after getting the xml string, i need to parse it and create a collection of objects and then bind it to the DataGrid