writeprofilestring( )
-
VC++ have an inbuild function named writeprofilestring( ) to write contents in an INI file. similarly do we have inbuild function to read/write values in INI file (User created) in Web application C # because doing it via file reading and writing may fetch more time . for instance the format has to be like below [settings] Image=0 Thanks in Advance Archana
-
VC++ have an inbuild function named writeprofilestring( ) to write contents in an INI file. similarly do we have inbuild function to read/write values in INI file (User created) in Web application C # because doing it via file reading and writing may fetch more time . for instance the format has to be like below [settings] Image=0 Thanks in Advance Archana
-
VC++ have an inbuild function named writeprofilestring( ) to write contents in an INI file. similarly do we have inbuild function to read/write values in INI file (User created) in Web application C # because doing it via file reading and writing may fetch more time . for instance the format has to be like below [settings] Image=0 Thanks in Advance Archana
There's an article here on CP that includes a class for reading .ini files, .config files, and xml files in .net
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
There's an article here on CP that includes a class for reading .ini files, .config files, and xml files in .net
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001Thanks for your reply . I went through the article. It is using API function. How can I use it in webapplication. Can you please tell me Thanks in Advance Archana