Advanced Forum Search Results
-
I am interested in this source..can please share the source
-
Page not found in CodeProject...);
Please send me the updated link.. i am much interested
-
Please note that there is a Popup control built in available. This is coming from System.Windows.Controls.Primitives.Popup/
This will act as a container for other control and your can any types of control. This popup control have IsOpen true/false value to open/hide the popup.
Have a nice day.
-
While to publish select only files required option from the dialogbox. This will send all the files required to run the application. If you have web service, it will automatically publish to the required directory.
-
I have a very serious problem in datagrid. This is December released datagrid. Please see the following code segment:<data:DataGrid CanUserResizeColumns="False" x:Name="SessionGrid" Height="300" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" ...
-
Hello,
I was searching this code segment for few hrs. I was modifying the associated itemsource and was trying to "re-bind"...
I got the result..
Thanks a lot..Keep posting valuable info.
Best Regards from me
-
one more point to add...I am able to create some pdf files in web service and can upload it successfully to the server. Why only XML document is not saving?
Please...
-
Please see my code bellow:
XmlDocument xmlDoc = new XmlDocument();
//some code goes here for creating elements
xmlDoc.Save(HttpContext.Current.Server.MapPath(filename));
when you say worker process, I have full access for "Launch IIS Process Account" to the root directory("C:\Inetpub\wwwroot\StudentServices"). Even ...
-
How to create xml document in web service and save this xml document in web server directory.
I need this because i am using xml file to create a list for the end user.
I tried to save the document by providing the path, but this is working only in debug mode. This is not working once I publish the project to the web server.
Please help me to ...
-
Please let me know why I am getting error in GetDisplayPosition function call?
The error is in the following lines:
HtmlPage.Window.Invoke("moveHTMLZone", new object[] {LeftTopPt.X, LeftTopPt.Y, this.ActualWidth, this.ActualHeight});
Error is System.InvalidOperationException: Failed to Invoke: moveHTMLZone
Please, please help me..I ...