Click here to Skip to main content
15,886,091 members

Comments by Muhammad Idrees GS (Top 13 by date)

Muhammad Idrees GS 8-Feb-16 6:44am View    
Did your logic only depends on first and second form (means form number sequence), or do you have some specific requirements with form names/keys? I think it would be more logical if you can define an interface with a Key (int/string etc.) and let each form implement this interface with own unique Key. Then in this condition you can check for that key which you want to close or which you want to keep opened.
Muhammad Idrees GS 26-Dec-15 9:13am View    
Are you sure the following table field contains binary data?
DS.Tables["FilelibF"].Rows[SelectedRow]["FileData"]

It seems this field has simple string content and you are trying to convert string to byte[], causing this error.
Muhammad Idrees GS 28-Apr-12 5:03am View    
Hi adkalavadia,


Thanks for your suggestion. But the problem with this technique is that it also finds out all the content that is even commented and of no-use. Although that is garbage commented code placed there, but I have to put lots of effort in order to get rid from that commented content. Is there any workaround the exclude the commented material from search.

Muhammad Idrees GS 21-Feb-12 1:51am View    
I can't ask my each user to install sql server to his machine ;)

I need to create dynammic files on the fly, means user can create/delete as manay files as he want, and how big file size totally depends on user, how much data he want to enter in one file. like txt or xml file. user do not have to install anything new on his machine.

I hope you get the point ?
Muhammad Idrees GS 21-Feb-12 1:12am View    
Thanks Naerling,

Yes that's the problem I understand from your post. I checked in this perspective and test accordingly. now the form is working fine.

Thanks a lot again for helping me to get out from this fuzzy exception.