Click here to Skip to main content
16,015,658 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNEED HELP NOW Pin
luna_harp5-Dec-06 2:10
luna_harp5-Dec-06 2:10 
AnswerRe: NEED HELP NOW [modified] Pin
ludoder5-Dec-06 2:59
ludoder5-Dec-06 2:59 
QuestionVisual Basic Script..(VBS) at Wincc Pin
TURKERWEB5-Dec-06 1:16
TURKERWEB5-Dec-06 1:16 
AnswerRe: Visual Basic Script..(VBS) at Wincc Pin
Dave Kreskowiak5-Dec-06 14:36
mveDave Kreskowiak5-Dec-06 14:36 
GeneralRe: Visual Basic Script..(VBS) at Wincc Pin
TURKERWEB5-Dec-06 21:04
TURKERWEB5-Dec-06 21:04 
QuestionI need help Pin
Derar Ziad5-Dec-06 0:49
Derar Ziad5-Dec-06 0:49 
AnswerRe: I need help Pin
Tamimi - Code5-Dec-06 1:03
Tamimi - Code5-Dec-06 1:03 
Questionhow to write code for datagrid sort command...... Pin
tirumal12315-Dec-06 0:47
tirumal12315-Dec-06 0:47 
i have tried much on for sorting a simple datagrid but yup!

Dim DV As DataView
Dim ds1 As DataSet
DV = ds1.Tables("tbl_emps").DefaultView
Me.DataGrid1.DataSource() = DV
Me.DataGrid1.DataBind()
this is the code what i have written..

the error is :

Object reference not set to an instance of an object.
can anyone help me out pleaseSmile | :)

tirumal

QuestionFlash in .NET from Pin
IPhilVeryGood5-Dec-06 0:42
IPhilVeryGood5-Dec-06 0:42 
AnswerRe: Flash in .NET from Pin
milkyjoe5-Dec-06 6:11
milkyjoe5-Dec-06 6:11 
Questioni need one example keypress event Program in VB.Net Pin
somagunasekaran4-Dec-06 23:18
somagunasekaran4-Dec-06 23:18 
AnswerRe: i need one example keypress event Program in VB.Net Pin
king gamo5-Dec-06 3:27
king gamo5-Dec-06 3:27 
AnswerRe: i need one example keypress event Program in VB.Net Pin
Dave Kreskowiak5-Dec-06 14:33
mveDave Kreskowiak5-Dec-06 14:33 
QuestionAddHandler Question Pin
Pete Newman4-Dec-06 21:55
Pete Newman4-Dec-06 21:55 
AnswerRe: AddHandler Question Pin
nlarson115-Dec-06 2:05
nlarson115-Dec-06 2:05 
AnswerRe: AddHandler Question Pin
Dave Kreskowiak5-Dec-06 14:24
mveDave Kreskowiak5-Dec-06 14:24 
Questionreplacing a string that has double quotes to single qoutes Pin
steve_rm4-Dec-06 20:35
steve_rm4-Dec-06 20:35 
AnswerRe: replacing a string that has double quotes to single qoutes Pin
Taylor Kobani4-Dec-06 23:22
Taylor Kobani4-Dec-06 23:22 
AnswerRe: replacing a string that has double quotes to single qoutes Pin
Guffa4-Dec-06 23:47
Guffa4-Dec-06 23:47 
AnswerRe: replacing a string that has double quotes to single qoutes Pin
IPhilVeryGood5-Dec-06 0:39
IPhilVeryGood5-Dec-06 0:39 
QuestionActivation Program Pin
pathak784-Dec-06 18:23
pathak784-Dec-06 18:23 
AnswerRe: Activation Program Pin
MatrixCoder4-Dec-06 19:10
MatrixCoder4-Dec-06 19:10 
QuestionMaking Trail Software Pin
pathak784-Dec-06 18:05
pathak784-Dec-06 18:05 
AnswerRe: Making Trail Software Pin
MatrixCoder4-Dec-06 19:14
MatrixCoder4-Dec-06 19:14 
GeneralRe: Making Trail Software Pin
Leah_Garrett5-Dec-06 14:40
Leah_Garrett5-Dec-06 14:40 

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.