Click here to Skip to main content
16,008,490 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vb.net versus c# problem Pin
cstrader23227-Nov-07 17:04
cstrader23227-Nov-07 17:04 
QuestionCode error.Please help..What error is this? Pin
kc_renji27-Nov-07 2:27
kc_renji27-Nov-07 2:27 
AnswerRe: Code error.Please help..What error is this? Pin
pmarfleet27-Nov-07 2:31
pmarfleet27-Nov-07 2:31 
Questionwant to read a field line by line. Pin
kokilaB26-Nov-07 23:59
kokilaB26-Nov-07 23:59 
AnswerRe: want to read a field line by line. Pin
Colin Angus Mackay27-Nov-07 0:09
Colin Angus Mackay27-Nov-07 0:09 
GeneralRe: want to read a field line by line. Pin
kokilaB27-Nov-07 0:21
kokilaB27-Nov-07 0:21 
GeneralRe: want to read a field line by line. Pin
kokilaB27-Nov-07 1:15
kokilaB27-Nov-07 1:15 
Questionlistbox code problem Pin
soniasan26-Nov-07 23:54
soniasan26-Nov-07 23:54 
Hi

Please advise me on below.what is wrong with the code.
i want to check where the supplier is available or not
based on the name,country,currency
Inside my table if i add the supplier for 3 different
currency then 3 rows with same supplier ID is inserted.

<br />
<br />
 For co = 0 To LstCurr.Items.Count - 1<br />
                If LstCurr.Items(co).Selected Then<br />
                    strSql = "select supplier_name,country_name,currency  from supplier_mst,country_mst where supplier_mst.country_id=country_mst.country_id and supplier_name = '" & Trim(TxtSupplierName.Text) & "'  and country_name='" & Trim(DpCountry.SelectedItem.Text) & "' and currency='" & Trim(LstCurr.Items(co).Text) & "' "<br />
                    command.CommandText = strSql<br />
                    command.Connection = connection<br />
                    dataReader = command.ExecuteReader<br />
                End If<br />
            Next<br />
            While (dataReader.Read())<br />
                Supplier = True<br />
            End While<br />
        Catch ex As Exception<br />
        Finally<br />
            dataReader.Close()<br />
            connection.Close()<br />
        End Try<br />

AnswerRe: listbox code problem Pin
Colin Angus Mackay27-Nov-07 0:13
Colin Angus Mackay27-Nov-07 0:13 
Questionhi all Pin
poonams26-Nov-07 23:43
poonams26-Nov-07 23:43 
AnswerRe: hi all Pin
Colin Angus Mackay27-Nov-07 0:14
Colin Angus Mackay27-Nov-07 0:14 
QuestionMicrosoft Visual SourceSafe related issue. Pin
KETAN K.26-Nov-07 22:46
KETAN K.26-Nov-07 22:46 
AnswerRe: Microsoft Visual SourceSafe related issue. Pin
Dave Kreskowiak27-Nov-07 4:57
mveDave Kreskowiak27-Nov-07 4:57 
GeneralRe: Microsoft Visual SourceSafe related issue. Pin
KETAN K.28-Nov-07 1:28
KETAN K.28-Nov-07 1:28 
QuestionConfusion about the form_activate event Pin
nishkarsh_k26-Nov-07 22:12
nishkarsh_k26-Nov-07 22:12 
AnswerRe: Confusion about the form_activate event Pin
John_Adams27-Nov-07 0:01
John_Adams27-Nov-07 0:01 
GeneralRe: Confusion about the form_activate event Pin
nishkarsh_k27-Nov-07 20:42
nishkarsh_k27-Nov-07 20:42 
GeneralRe: Confusion about the form_activate event Pin
Dave Kreskowiak28-Nov-07 3:36
mveDave Kreskowiak28-Nov-07 3:36 
QuestionXML Encoding problem Pin
Benny_Lava26-Nov-07 21:05
Benny_Lava26-Nov-07 21:05 
AnswerRe: XML Encoding problem Pin
pmarfleet26-Nov-07 21:56
pmarfleet26-Nov-07 21:56 
QuestionArray Sort Pin
MrFulvio26-Nov-07 20:38
MrFulvio26-Nov-07 20:38 
AnswerRe: Array Sort Pin
Christian Graus26-Nov-07 21:07
protectorChristian Graus26-Nov-07 21:07 
AnswerRe: Array Sort Pin
nlarson1127-Nov-07 3:36
nlarson1127-Nov-07 3:36 
QuestionHow to use HTML file in VB.Net 2005 Pin
Sipder26-Nov-07 19:28
Sipder26-Nov-07 19:28 
AnswerRe: How to use HTML file in VB.Net 2005 Pin
pmarfleet26-Nov-07 21:54
pmarfleet26-Nov-07 21:54 

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.