Click here to Skip to main content
15,897,704 members

Comments by rahulaaditya (Top 19 by date)

rahulaaditya 13-Feb-14 9:42am View    
Hi Vedat, I am using 3.5 framework for my VS2008. I believe it is because of earlier fwk version it is not accepting threading.task namespace. Any option to overcome this?
rahulaaditya 17-Dec-13 5:47am View    
Hi,

I found an alternate way but I am working on it to find out whether it is effective as expected.

My idea goes like this. I use a boolean value in my cancel button. Once I click on download button the process goes in to multiple functions for downloading, extracting and writing filename in a textfile. So before each function starts firing I will checkmy bool condition if it is cancelled then i will exit my function.

Like wise I Proceeded but if i delayed clicking cancel button I sometime get stuck with that. Let me try, thanks for your suggestion.

Thanks!!!
rahulaaditya 16-Sep-13 7:49am View    
Dude have you resolved your problem?If not please let me know whether you need to get the parameters values to be displayed in crystal reports or what. If possible, please elaborate your need for our better understanding inorder to help you ASAP.
rahulaaditya 16-Sep-13 7:38am View    
Hi, please leave your reply. Have you tried Harshil's comments?. I am learning such scenario.
rahulaaditya 19-Jun-13 2:53am View    
Dear Frn,

I tried your snippet. But still I was able to click all the rows and it does not help me out. For your information, I designed girdview with two columns. First column will contains files 1.zip and 2.zip. Second column will contain text "Download" with column type as DataGridViewLinkColumn.

So per condition I should be able to click on the Download link in my second row. And the first row, I should not be able to click on Download link. Hope this is clear now, in case if you have any queries please let me know.