Click here to Skip to main content
15,888,590 members

Comments by vicvis (Top 41 by date)

vicvis 17-Jul-15 11:44am View    
It was an interview question
vicvis 6-Jul-15 2:35am View    
Sir.I want to do ths iteration from Client Side.I have delete code in aspx.cs (which I havenot provided as not relevant and code will become cumbersome her.If you wantI can add that too
vicvis 18-Dec-14 5:21am View    
Deleted
I tried this but this doesnt work in window service.I used:
strDir = ConfigurationManager.AppSettings["Directory"];
fileMask = ConfigurationManager.AppSettings["FileMask"];
strBatfile = ConfigurationManager.AppSettings["Batch"];
strlog = ConfigurationManager.AppSettings["Log"];

But that doesnt work.Also while release mode,App config gets removed.
Any suggestion.Appologies if I am wrong in understanding


though putting an XML file and retreiving data works in this case but that also gets removed while release mode
vicvis 15-Dec-14 7:57am View    
U mean to say that i should write a console/window form and create a text/excel/xml file and then let my win service look for input at OnStart() method.Am i right?Appolozies if i am wrong in understanding.
i thought to use onstart(string args[])(something like args[0[] and args[1]).. .any suggestin regarding that and which one should I prefer.??
vicvis 27-Aug-14 3:03am View    
Thanks a lot