Click here to Skip to main content
15,892,809 members

Comments by markand911 (Top 9 by date)

markand911 27-May-15 2:52am View    
SA, It feels that my question did not portray a clear picture to you. Anyway, I have a single code base which works for mobile and desktop. In desktop every link should open in new tab and in mobile every link should open in same tab. To do this i override the window.open method. I hope this will clear you confusion and you can answer my question. And I am not concerned about the implementation. I am concerned about the mysterious behaviour of href when window.open is overridden.
markand911 5-Aug-14 2:23am View    
You mean this way
^((1[012])|(0?[1-9])):([0-5][0-9]) ?([aApP][mM]){0,1}$
markand911 3-Apr-14 10:31am View    
May be yes. Thats why i want to utilize that code instead of writing my code to copy and paste using Clipboard.

For example when we press ctrl+c irrespective of data type OS copies and pastes it.

I want to implement such generic copying and pasting functionality.

If have to write code to do so, it will be a headache.

So i m searching a way to do it as easily as possible.
markand911 17-Jan-14 1:13am View    
RyanDev, I mean when i install my application in any windows machine, my application should work smoothly by connection to any version of MS Access. also it should work with any Oledb Driver installed in the PC. How to implement such scenario in C#.net
markand911 17-Jan-14 1:12am View    
Thanks Aarti. what i mean is how to decide what data provider i have to use. Whether to use Microsoft.Jet.OLEDB 4.0 or Microsoft.ACE.OLEDB 12.0 or something else. This also depends on which driver is installed in the PC.