Click here to Skip to main content
15,909,546 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to get parameter from Asp.net web page to windows form Pin
Christian Graus30-Apr-09 16:33
protectorChristian Graus30-Apr-09 16:33 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
hemrk1-May-09 3:24
hemrk1-May-09 3:24 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
Dave Kreskowiak1-May-09 3:48
mveDave Kreskowiak1-May-09 3:48 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
hemrk1-May-09 4:17
hemrk1-May-09 4:17 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
Dave Kreskowiak1-May-09 5:16
mveDave Kreskowiak1-May-09 5:16 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
hemrk1-May-09 5:30
hemrk1-May-09 5:30 
GeneralRe: how to get parameter from Asp.net web page to windows form Pin
Dave Kreskowiak1-May-09 16:03
mveDave Kreskowiak1-May-09 16:03 
QuestionControls, data adapters, and bindings... Pin
NateSQA30-Apr-09 10:18
NateSQA30-Apr-09 10:18 
Hi, hope you can help out someone fairly new to programming (well...relearning). I'm using VB.NET in Visual Studio. I have a combo box that is bound to a binding source. Basically, what I am trying to do is refresh the data after I submit the form. The closest I have been able to do is to refresh the data but get data that is one iteration old (i.e. client name changes from name to name - config1 in the database but I won't see the change until I submit a second time...and the name in the database then would be name - config1 - config1 but the combo box displays name - config1).

So...I am first changing the name when I click the submit button:

Select Case tsmConfig1.CheckState = CheckState.Checked
Case True
NewName = Name & " - Config1"
Me.Tbl_NameTableAdapter.UpdateName(NewName, ConfigtKey)
End Select

And then I attempt to re-fill the table adapter associated with the binding source...but it's not working correctly: Me.Vw_GDXActiveClientsTableAdapter.Fill(Me.GDX_ServicesR2DataSet.vw_GDXActiveClients)

I'm sure the answer is obvious and simple but I am missing it. Thanks in advance for any and all help!!
AnswerRe: Controls, data adapters, and bindings... Pin
Dave Kreskowiak30-Apr-09 13:59
mveDave Kreskowiak30-Apr-09 13:59 
QuestionUnrecognized database format Pin
ivo7530-Apr-09 9:07
ivo7530-Apr-09 9:07 
AnswerRe: Unrecognized database format Pin
Dave Kreskowiak30-Apr-09 13:54
mveDave Kreskowiak30-Apr-09 13:54 
GeneralRe: Unrecognized database format Pin
ivo7530-Apr-09 20:29
ivo7530-Apr-09 20:29 
GeneralRe: Unrecognized database format Pin
Dave Kreskowiak1-May-09 3:25
mveDave Kreskowiak1-May-09 3:25 
GeneralRe: Unrecognized database format Pin
ivo751-May-09 3:51
ivo751-May-09 3:51 
GeneralRe: Unrecognized database format Pin
Dave Kreskowiak1-May-09 5:17
mveDave Kreskowiak1-May-09 5:17 
GeneralRe: Unrecognized database format Pin
ivo751-May-09 10:18
ivo751-May-09 10:18 
GeneralRe: Unrecognized database format Pin
Dave Kreskowiak1-May-09 10:27
mveDave Kreskowiak1-May-09 10:27 
GeneralRe: Unrecognized database format Pin
ivo751-May-09 22:43
ivo751-May-09 22:43 
GeneralRe: Unrecognized database format Pin
Dave Kreskowiak2-May-09 4:17
mveDave Kreskowiak2-May-09 4:17 
GeneralRe: Unrecognized database format Pin
ivo752-May-09 5:15
ivo752-May-09 5:15 
GeneralRe: Unrecognized database format Pin
Dave Kreskowiak2-May-09 16:23
mveDave Kreskowiak2-May-09 16:23 
GeneralRe: Unrecognized database format Pin
ivo751-May-09 10:20
ivo751-May-09 10:20 
GeneralRe: Unrecognized database format Pin
ivo751-May-09 10:25
ivo751-May-09 10:25 
AnswerRe: Unrecognized database format Pin
Mycroft Holmes30-Apr-09 17:42
professionalMycroft Holmes30-Apr-09 17:42 
GeneralRe: Unrecognized database format Pin
ivo7530-Apr-09 20:25
ivo7530-Apr-09 20:25 

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.