Click here to Skip to main content
15,914,943 members
Everything / Bidirection

Bidirection

Bidirection

Great Reads

by David Jeske
A C# sorted map which can be efficiently subset scanned in both directions
by Selim Sertaç BALCI
How to use delegates for async operations, pros and cons of it.

Latest Articles

by Selim Sertaç BALCI
How to use delegates for async operations, pros and cons of it.
by David Jeske
A C# sorted map which can be efficiently subset scanned in both directions

All Articles

Sort by Score

Bidirection 

18 Dec 2019 by izz moe
I am working on an application whose database backend needs to be replicated in both directions over a number of clients who are usually offline. Here's the general use case: User installs software on personal laptop. User loads data from the master database server onto her laptop. User...
18 Dec 2019 by RickZeeland
Maybe this one: database-cluster-managers~symmetricds[^] But you will probably have to install that on all computers too ...
20 Dec 2010 by David Jeske
A C# sorted map which can be efficiently subset scanned in both directions
23 Mar 2012 by Selim Sertaç BALCI
How to use delegates for async operations, pros and cons of it.
16 Oct 2012 by Aarti Meswania
If you have load data in DropDownList as below,DropDownList1.DataSource = DtCategoryDropDownList1.ValueMember = "Cate_id"DropDownList1.DisplayMember = "Category"then,dropdownlist will have value as belowdropdownIndex ValueMember Displaymember0 1 Books1 ...
16 Oct 2012 by MustafaIqbal
Hello everyone,It is a difficult problem for me, Actually I have TWO TABLES in SQL Server Database,1. "Category" Table:----------------------Cate_id Category 1 Books 2 Cd's 3 DVD's 4 Files----------------------2. "Sub_ Category"...
16 Oct 2012 by AshishChaudha
For getting the CategoryID you have to specify the name of your Category Dropdownlist, like as followsddlCategory.SelectedValueYou will get the value of your category and save it in database.Thanks
18 Oct 2012 by MustafaIqbal
Thank you all for Answers & Suggestions,But, I also want to share one more Answer of my question, which I found at other Asp Forum, If any one also have to face that problem or beginner to Asp follow that Answer,First Create a Method for filling DropDownList:private void...
16 Mar 2014 by MOjtaba Hajivandian
Hi,In my program, I try override default value of NumberSubstitution.SubstitutionProperty for FrameworkElement, But i get this error:{"PropertyMetadata is already registered for type 'FrameworkElement'."}and my code...