Click here to Skip to main content
15,908,842 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Multiline listview Pin
Dave Kreskowiak5-Jan-09 1:18
mveDave Kreskowiak5-Jan-09 1:18 
GeneralRe: Multiline listview Pin
JR2125-Jan-09 1:29
JR2125-Jan-09 1:29 
AnswerRe: Multiline listview Pin
derekbeacroft17-Jun-13 7:20
derekbeacroft17-Jun-13 7:20 
GeneralRe: Multiline listview Pin
JR21218-Jun-13 4:49
JR21218-Jun-13 4:49 
QuestionHow can refresh DB ??? Pin
JC.KaNNaN25-Dec-08 21:48
JC.KaNNaN25-Dec-08 21:48 
AnswerRe: How can refresh DB ??? Pin
Dave Kreskowiak26-Dec-08 7:00
mveDave Kreskowiak26-Dec-08 7:00 
AnswerRe: How can refresh DB ??? Pin
Nanda_MR26-Dec-08 18:13
Nanda_MR26-Dec-08 18:13 
QuestionMigration issue from VB6 to VB.Net Pin
Sree Nivas25-Dec-08 19:20
Sree Nivas25-Dec-08 19:20 
Hi
1. I migrated vb6 project to vb.net project.
2. The msdatagrid in vb6 is migrated to vb.net axdatagrid
3. while i tried to bind data to that axgrid like


ReferenceGrid.DataSource = ds.Tables(0)
it shows error as cannot cast .....

4. Then i used this code to caste it

ReferenceGrid.DataSource = CType(ds.Tables(0), msdatasrc.DataSource)


5. still i cannot bind datasource to axgrid getting error as:

Unable to cast object of type 'System.Data.DataTable' to type 'msdatasrc.DataSource'

6. Can any one give me code to bind data to converted axdatagrid.
--------------------------------------------------------------------------------
chandra shekar thota
AnswerRe: Migration issue from VB6 to VB.Net Pin
Dave Kreskowiak26-Dec-08 6:59
mveDave Kreskowiak26-Dec-08 6:59 
GeneralRe: Migration issue from VB6 to VB.Net [modified] Pin
Sree Nivas26-Dec-08 20:17
Sree Nivas26-Dec-08 20:17 
GeneralRe: Migration issue from VB6 to VB.Net Pin
Dave Kreskowiak27-Dec-08 5:49
mveDave Kreskowiak27-Dec-08 5:49 
QuestionCreate a folder with full Sharing Rights Pin
pdnet25-Dec-08 18:16
pdnet25-Dec-08 18:16 
AnswerRe: Create a folder with full Sharing Rights Pin
Khanna Gaurav26-Dec-08 3:40
Khanna Gaurav26-Dec-08 3:40 
AnswerRe: Create a folder with full Sharing Rights Pin
Dave Kreskowiak26-Dec-08 6:53
mveDave Kreskowiak26-Dec-08 6:53 
NewsGIDS 2009 .Net:: Save Big, Win Big, Learn Big: Act Before Dec 29 2008 Pin
Shaguf Mohtisham25-Dec-08 17:39
Shaguf Mohtisham25-Dec-08 17:39 
GeneralRe: GIDS 2009 .Net:: Save Big, Win Big, Learn Big: Act Before Dec 29 2008 Pin
Dave Kreskowiak26-Dec-08 6:51
mveDave Kreskowiak26-Dec-08 6:51 
QuestionClient-Server Pin
Subjugate25-Dec-08 13:35
Subjugate25-Dec-08 13:35 
AnswerRe: Client-Server Pin
Luc Pattyn25-Dec-08 14:54
sitebuilderLuc Pattyn25-Dec-08 14:54 
GeneralRe: Client-Server Pin
Subjugate25-Dec-08 15:34
Subjugate25-Dec-08 15:34 
GeneralRe: Client-Server Pin
Luc Pattyn25-Dec-08 15:45
sitebuilderLuc Pattyn25-Dec-08 15:45 
GeneralRe: Client-Server Pin
Subjugate25-Dec-08 15:55
Subjugate25-Dec-08 15:55 
QuestionChange text color when control is disabled vb.net Pin
~Khatri Mitesh~25-Dec-08 2:44
~Khatri Mitesh~25-Dec-08 2:44 
AnswerRe: Change text color when control is disabled vb.net Pin
Khanna Gaurav25-Dec-08 2:55
Khanna Gaurav25-Dec-08 2:55 
AnswerRe: Change text color when control is disabled vb.net Pin
Christian Graus25-Dec-08 16:21
protectorChristian Graus25-Dec-08 16:21 
GeneralRe: Change text color when control is disabled vb.net Pin
Jon_Boy26-Dec-08 5:06
Jon_Boy26-Dec-08 5:06 

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.