Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionHow-To Create Dynamic Webservice Detection? Pin
DudleyDoorite23-Sep-03 11:20
DudleyDoorite23-Sep-03 11:20 
QuestionC# Question: static int amountopen = (0 - 500); ??? Pin
Chua Wen Ching23-Sep-03 10:59
Chua Wen Ching23-Sep-03 10:59 
AnswerRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Alvaro Mendez23-Sep-03 11:13
Alvaro Mendez23-Sep-03 11:13 
GeneralRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Chua Wen Ching23-Sep-03 11:21
Chua Wen Ching23-Sep-03 11:21 
GeneralRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Alvaro Mendez23-Sep-03 11:48
Alvaro Mendez23-Sep-03 11:48 
GeneralRe: C# Question: static int amountopen = (0 - 500); ??? Pin
Chua Wen Ching23-Sep-03 22:53
Chua Wen Ching23-Sep-03 22:53 
GeneralDefault type access modifier Pin
Rohde23-Sep-03 10:27
Rohde23-Sep-03 10:27 
GeneralRe: Default type access modifier Pin
Alvaro Mendez23-Sep-03 11:03
Alvaro Mendez23-Sep-03 11:03 
GeneralRe: Default type access modifier Pin
Blake Coverett23-Sep-03 16:15
Blake Coverett23-Sep-03 16:15 
GeneralRe: Default type access modifier Pin
Alvaro Mendez23-Sep-03 18:30
Alvaro Mendez23-Sep-03 18:30 
GeneralRe: Default type access modifier Pin
Blake Coverett23-Sep-03 21:20
Blake Coverett23-Sep-03 21:20 
GeneralRe: Default type access modifier Pin
Rohde23-Sep-03 23:03
Rohde23-Sep-03 23:03 
GeneralReading/Writing a CMYK Bitmap Pin
Matt Philmon23-Sep-03 10:08
Matt Philmon23-Sep-03 10:08 
GeneralRe: Reading/Writing a CMYK Bitmap Pin
Blake Coverett23-Sep-03 16:19
Blake Coverett23-Sep-03 16:19 
GeneralSending mail with HTML link in it Pin
Tartampion23-Sep-03 9:35
Tartampion23-Sep-03 9:35 
GeneralRe: Sending mail with HTML link in it Pin
Marshall Rosenstein23-Sep-03 9:44
Marshall Rosenstein23-Sep-03 9:44 
GeneralRe: Sending mail with HTML link in it Pin
Tartampion23-Sep-03 13:03
Tartampion23-Sep-03 13:03 
GeneralBinding Manger Woes Pin
Wjousts23-Sep-03 8:02
Wjousts23-Sep-03 8:02 
I have an application that has a form which is bound to a DataView contained within another object. The form allows be to navigate through the rows of the table in a similar way to the Binding class overview example in the MSDN documentation (i.e. I have two buttons which change the position Property of a BindingManager). Everything works fine until I try and insert a new row. The problem is that while the row inserts just fine, the DataBindingManager doesn't seem to know about it.
Example:
I have two records (1 and 2) and I add one more, the new record becomes record one (because they are sorted alphabetically) and the BindingManager position gets set to 2 (because I was looking at the old record one before). I can still navigate up to the next record (now record 3) and back to record 2 (previously 1), but I can't get to the new record at all. For some reason it won't let me set the Position property to 1!
Sorry if that's a little difficult to follow, but does anybody know what's going on here? I've tried creating a new BindingManger object, but that doesn't seem to work, I've tried recreating the DataView and that didn't help. I tried completely reloading the data from the database and that didn't work. Any ideas????

Thanks
GeneralRe: Binding Manger Woes Pin
Wjousts23-Sep-03 10:43
Wjousts23-Sep-03 10:43 
GeneralRe: Binding Manger Woes Pin
Wjousts23-Sep-03 10:47
Wjousts23-Sep-03 10:47 
GeneralSerialize only 1 field: Panel Pin
pahluwalia23-Sep-03 6:22
pahluwalia23-Sep-03 6:22 
GeneralRe: Serialize only 1 field: Panel Pin
Heath Stewart23-Sep-03 6:43
protectorHeath Stewart23-Sep-03 6:43 
GeneralRe: Serialize only 1 field: Panel Pin
pahluwalia23-Sep-03 6:55
pahluwalia23-Sep-03 6:55 
GeneralRe: Serialize only 1 field: Panel Pin
Heath Stewart23-Sep-03 8:31
protectorHeath Stewart23-Sep-03 8:31 
GeneralReceiving Input from other processes/OS (aka Standard In) Pin
AJB...23-Sep-03 5:13
AJB...23-Sep-03 5:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.