Click here to Skip to main content
15,902,777 members

Comments by Pravinkarne.31 (Top 63 by date)

Pravinkarne.31 28-Aug-15 4:01am View    
Thanks..
After changing to
this.context.Send(x => Proc_Bar.Value = Proc_Bar.Value + 1, null);
working correctly.
Pravinkarne.31 28-Aug-15 4:01am View    
Thank you!!!
Pravinkarne.31 27-Aug-15 6:28am View    
Thanks for the reply...Want to know further..

Is there any simple way in WPF application by which ..when I click on button my progress bar will be updated and won't be non-responsive.
Like Windows Form Application - we can use -
checkforillegalcrossthreadcalls = False;
Pravinkarne.31 11-Aug-15 7:31am View    
Query getting output as -

ID CustName Cust_DOB Contact_No Cust_Photo
1 Client Name 1 11-08-1983 1234567890 System.Byte[]

I am trying to add "DataGridTemplateColumn" but not sure..how to display- Convert-bind binary data to this column...

Your help and guidance will be very appreciated..!!!

Thank you!!!
Pravinkarne.31 11-Feb-15 3:55am View    
No...ADODB.Recordset can be used without Command Object and We ca directly use as Recordset.Open (Query_text, Connection)