Click here to Skip to main content
16,012,468 members
Home / Discussions / C#
   

C#

 
AnswerRe: The IS operator Pin
Graham Nimbley26-Jun-06 15:22
Graham Nimbley26-Jun-06 15:22 
AnswerRe: The IS operator Pin
Josh Smith26-Jun-06 16:20
Josh Smith26-Jun-06 16:20 
AnswerRe: The IS operator Pin
Guffa26-Jun-06 23:26
Guffa26-Jun-06 23:26 
GeneralRe: The IS operator Pin
J4amieC26-Jun-06 23:54
J4amieC26-Jun-06 23:54 
JokeRe: The IS operator Pin
Nader Elshehabi27-Jun-06 2:16
Nader Elshehabi27-Jun-06 2:16 
AnswerRe: The IS operator Pin
BoneSoft27-Jun-06 3:50
BoneSoft27-Jun-06 3:50 
QuestionHow can manipulate the subcontrols of a usercontrol Pin
Fco. Javier Marin26-Jun-06 11:30
Fco. Javier Marin26-Jun-06 11:30 
QuestionHelp with data source - jump to record. Pin
PyroManiak26-Jun-06 11:27
PyroManiak26-Jun-06 11:27 
I'm trying to create a form that lets me select the item from a list, then click "edit" and a new form opens with the selected record from the previous list and displays that records attributes. I can't figure out how to do this without editing the SQL query to accept a parameter. That wont work for my purpose because I need the user to be able to add/delete from that table, and sql search will only return the 1 item.

Logic Flow:
-User picks item from SQL driven listbox.
-Clicks "Edit", value passed for selected listbox item.
-new form loads (should be on current record, not record 1 which requires the user to navigate back and forth to find the right item.)

I've passed the information needed to the new form, and I know that is making it correctly. I am just not finding any kind of "jump to record" type command for the binding navigator, or the binding source.

Thanks.
Questionget point from onclick event Pin
reshsilk26-Jun-06 11:01
reshsilk26-Jun-06 11:01 
AnswerRe: get point from onclick event Pin
Josh Smith26-Jun-06 11:09
Josh Smith26-Jun-06 11:09 
GeneralRe: get point from onclick event Pin
reshsilk26-Jun-06 11:23
reshsilk26-Jun-06 11:23 
AnswerRe: get point from onclick event Pin
jjansen27-Jun-06 3:13
jjansen27-Jun-06 3:13 
GeneralRe: get point from onclick event Pin
Josh Smith28-Jun-06 1:51
Josh Smith28-Jun-06 1:51 
QuestionMicrosoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 9:20
leckey26-Jun-06 9:20 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
led mike26-Jun-06 9:53
led mike26-Jun-06 9:53 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 9:56
leckey26-Jun-06 9:56 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:31
Josh Smith26-Jun-06 10:31 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 10:36
leckey26-Jun-06 10:36 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:42
Josh Smith26-Jun-06 10:42 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 10:57
leckey26-Jun-06 10:57 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 11:06
Josh Smith26-Jun-06 11:06 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
leckey26-Jun-06 11:11
leckey26-Jun-06 11:11 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 11:15
Josh Smith26-Jun-06 11:15 
AnswerRe: Microsoft SQLHelper.cs class parameter issue Pin
Michael P Butler26-Jun-06 10:45
Michael P Butler26-Jun-06 10:45 
GeneralRe: Microsoft SQLHelper.cs class parameter issue Pin
Josh Smith26-Jun-06 10:48
Josh Smith26-Jun-06 10:48 

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.