Click here to Skip to main content
15,884,537 members

Comments by BhavinBhatt (Top 7 by date)

BhavinBhatt 25-Apr-12 0:04am View    
Which Query?
I have only design Select Statement for both the adapters..

when Saving.. I am taking Select/update commands at Retrieve Button event (override..)..
BhavinBhatt 20-Apr-12 5:20am View    
Deleted
Try this...

document.getElementById('<%=progress_image.ClientID%>')
BhavinBhatt 20-Apr-12 5:14am View    
any example? please...? or steps to implement this.

I have a base form which contains BindingNavigator and BindingSource as well as toolstripbar with Progressbar and label.

All these controls are derived in each transaction form and methods on the base form are virtual void..

please help.
BhavinBhatt 19-Apr-12 1:06am View    
Not getting exactly..
ACtually I am designing an ERP for my company in SQL SErver /C#.net winforms.
I want to make an application with real asynchronous data access in all my data transaction forms. I have find a solution from Net and implemented it.

Suggest me any possible ways with example please.

Thanks.
BhavinBhatt 17-Apr-12 3:08am View    
It didn't give any error but my record is not saved into the DATABASE...