Re: How can i Get application Path
girdhar wrote:
> I have created a project in "c:\myproject\" directory
>
> how can i access this path in c#.
> I have a XML File in this same directory and i want to load this file
> using xmldom.load method.
>
AppDomain.CurrentDomain.BaseDirectory can return the running assembly path.
.
Relevant Pages
- Re: Retrigger Postback
... this logic as early as the Init event is not good as this event and the Load ... >I want to press a button and have it change an XML file. ... Triggering postback twice is definitely no solution! ... >>> Victor Garcia Aprea ... (microsoft.public.dotnet.framework.aspnet) - Re: problem with XML DOM load command
... When I try to load a xml file, ... © 2003 Microsoft Corporation. ... All rights ... >> an addition file check before attempting to load an XML file. ... (microsoft.public.windowsce.embedded.vc) - Re: ReadXML - Threading - Static Classes - Progress Indicators
... > while ReadXML is reading the xml file, do I have to override the base ... > for read xml or is their a simpler way, the progress bar wouldn't have to ... > how can I fire an event from a thread once a particular part (the ReadXML) ... assumig that you create a new form with the animation and stuff, in the Load ... (microsoft.public.dotnet.languages.csharp) - Re: ADO/SQL-Server LoadFromFile (XML)
... the "loadfromfile" only loads the XML file into the ADO cursor ... it doesn't upload it to the server. ... If you want to upload the data to the SQL database, ... load the xml file into a dataset again ... (borland.public.delphi.database.ado) - You may want to look at this
... 2004 and 2005 Microsoft MVP C# ... >I want to press a button and have it change an XML file. ... > Postback and use changed XML file in the load event. ... Triggering postback twice is definitely no solution! ... (microsoft.public.dotnet.framework.aspnet) |
|