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

Visual Basic

 
GeneralRe: Differentiated Access to functions Pin
IvanIT21-Feb-08 7:48
IvanIT21-Feb-08 7:48 
GeneralRe: Differentiated Access to functions Pin
Dave Kreskowiak21-Feb-08 8:42
mveDave Kreskowiak21-Feb-08 8:42 
GeneralRe: Differentiated Access to functions Pin
IvanIT21-Feb-08 8:57
IvanIT21-Feb-08 8:57 
QuestionHow to use a DLL to create a simple exe. Pin
chaitannya_m21-Feb-08 4:32
chaitannya_m21-Feb-08 4:32 
AnswerRe: How to use a DLL to create a simple exe. Pin
Dave Kreskowiak21-Feb-08 5:49
mveDave Kreskowiak21-Feb-08 5:49 
GeneralRe: How to use a DLL to create a simple exe. Pin
chaitannya_m21-Feb-08 17:39
chaitannya_m21-Feb-08 17:39 
GeneralRe: How to use a DLL to create a simple exe. Pin
Dave Kreskowiak22-Feb-08 2:29
mveDave Kreskowiak22-Feb-08 2:29 
GeneralDatagridview problem Pin
soniasan21-Feb-08 2:26
soniasan21-Feb-08 2:26 
Hi
I am developing windows based application ...
write this code to fill the datagridview.....
i am getting error at fill that


<br />
<br />
If con.State = ConnectionState.Open Then con.Close()<br />
            con.Open()<br />
            Dim sqlcommand1 As New SqlClient.SqlCommand("usp_FillVS", con)<br />
            sqlcommand1.CommandType = CommandType.StoredProcedure<br />
            sqlcommand1.Parameters.Add("@ApplicationNumber", SqlDbType.BigInt).Value = ApplicationNumber<br />
            sqlcommand1.ExecuteNonQuery()<br />
            Dim GDataAdapter As New SqlClient.SqlDataAdapter<br />
            GDataAdapter.Fill(GDataSet, "Outbound_Data")<br />
            DataGridView1.DataSource = GDataSet<br />
<br />

GeneralRe: Datagridview problem Pin
Sandeep Kumar21-Feb-08 3:30
Sandeep Kumar21-Feb-08 3:30 
GeneralRe: Datagridview problem Pin
soniasan21-Feb-08 18:45
soniasan21-Feb-08 18:45 
GeneralRe: Datagridview problem Pin
Sandeep Kumar25-Feb-08 14:49
Sandeep Kumar25-Feb-08 14:49 
GeneralWMI Information Pin
Kumaran21cen21-Feb-08 2:07
Kumaran21cen21-Feb-08 2:07 
GeneralRe: WMI Information Pin
Dave Kreskowiak21-Feb-08 5:47
mveDave Kreskowiak21-Feb-08 5:47 
GeneralRe: WMI Information Pin
koolprasad200321-Feb-08 17:42
professionalkoolprasad200321-Feb-08 17:42 
GeneralSet Default value of Custom registry key Pin
Rupesh Kumar Swami21-Feb-08 0:07
Rupesh Kumar Swami21-Feb-08 0:07 
GeneralRe: Set Default value of Custom registry key Pin
Dave Kreskowiak21-Feb-08 4:49
mveDave Kreskowiak21-Feb-08 4:49 
GeneralTabControl VB Pin
_anil_20-Feb-08 19:38
_anil_20-Feb-08 19:38 
GeneralRe: TabControl VB Pin
Christian Graus20-Feb-08 20:32
protectorChristian Graus20-Feb-08 20:32 
GeneralRe: TabControl VB Pin
_anil_20-Feb-08 20:44
_anil_20-Feb-08 20:44 
GeneralRe: TabControl VB Pin
darkelv20-Feb-08 21:07
darkelv20-Feb-08 21:07 
GeneralRe: TabControl VB Pin
_anil_20-Feb-08 22:27
_anil_20-Feb-08 22:27 
GeneralRandom Number Generator Pin
RambleWoods20-Feb-08 14:52
RambleWoods20-Feb-08 14:52 
GeneralRe: Random Number Generator Pin
Luc Pattyn20-Feb-08 16:07
sitebuilderLuc Pattyn20-Feb-08 16:07 
GeneralRe: Random Number Generator Pin
Christian Graus20-Feb-08 20:24
protectorChristian Graus20-Feb-08 20:24 
GeneralRe: Random Number Generator Pin
RambleWoods1-Mar-08 16:03
RambleWoods1-Mar-08 16:03 

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.