Pgmer 50 Master Poster Featured Poster

Please post your code you have so far. So will come to know your approach to show records.

darthswift00 commented: Posted codn but no reply... +0
Pgmer 50 Master Poster Featured Poster

Then please mark this thread as solved

Pgmer 50 Master Poster Featured Poster

You want to insert the selected value in combobox? or all?

Pgmer 50 Master Poster Featured Poster

Hi All,

I have webservice im having webmethod in that which returns Boolean value.
Its retruning the correct output value only when the connection is pointing to localhost.
Can any one please guide me?

Thanks

codeorder commented: no solution to a solved thread. -3
Pgmer 50 Master Poster Featured Poster
Dim pinnum As String = "1234"
        Dim pinentered As String = TextBox1.Text
        If pinentered = StrReverse(pinnum) Then
            MessageBox.Show("Please eneter the pin properly")
        ElseIf pinentered = pinnum Then
            MessageBox.Show("Correct pin")
        End If

You need to get the pin u want to compare with into varioable pinnum here i took for example.

Pgmer 50 Master Poster Featured Poster
Dim strS As String() = Nothing
            Dim actaulstring As String = ""
            strS = TextBox1.Text.Split(">")
            actaulstring = strS.GetValue(1)
            strS = actaulstring.Split("<")
            actaulstring = strS(0)
Pgmer 50 Master Poster Featured Poster

In mouse click event of textbox1... till textbox10 do

Dim strName as string=string.emty
strName=textbox1.name