Click here to Skip to main content
16,005,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Can we change the heading of a datagrid? Pin
Briga29-Nov-05 21:35
Briga29-Nov-05 21:35 
GeneralRe: Can we change the heading of a datagrid? Pin
lavanya_satheesh30-Nov-05 17:54
lavanya_satheesh30-Nov-05 17:54 
GeneralRe: Can we change the heading of a datagrid? Pin
Briga30-Nov-05 21:20
Briga30-Nov-05 21:20 
GeneralRe: Can we change the heading of a datagrid? Pin
lavanya_satheesh1-Dec-05 0:07
lavanya_satheesh1-Dec-05 0:07 
GeneralRe: Can we change the heading of a datagrid? Pin
Vimal Raj1-Dec-05 1:51
Vimal Raj1-Dec-05 1:51 
GeneralRe: Can we change the heading of a datagrid? Pin
Briga1-Dec-05 6:00
Briga1-Dec-05 6:00 
GeneralRe: Can we change the heading of a datagrid? Pin
lavanya_satheesh1-Dec-05 18:07
lavanya_satheesh1-Dec-05 18:07 
GeneralRe: Can we change the heading of a datagrid? Pin
Briga2-Dec-05 7:53
Briga2-Dec-05 7:53 
That's sound weird to me (and maybe not 100% clear).

The only thing is that a dataset cannot be populated at design time. It's always populated at run time, normally through a fill. So I wonder if you mean that the difference is that in one case you have a ...(forgot the name)... dataset and in the other not. The word I'm missing here is the common terminology to state that a dataset has (or not) a specific schema associated and therefore columns have specific names. Because if this is the case than there's a difference we can spot.
It's easy to tell with intellisense since in the former case you can type dataset.tablename.columname while in the latter you have to refer them as dataset.table(x).item(y) (if i recall it correctly since I use only the first type).
If this is the case then mapping it's definetly the point since when you populate the dataset you fill in the data but not the schema.
If not than I don't have a prompt answer. What I suggest you is to go through some tries like:
- Comment the code that populate the dataset, leave it empty, and see if something changes
- Add test columns to see if they come up (or you're missing the whole tablestyle)
- Try customizing different column properties....

GeneralRe: Can we change the heading of a datagrid? Pin
lavanya_satheesh4-Dec-05 19:01
lavanya_satheesh4-Dec-05 19:01 
GeneralRe: Can we change the heading of a datagrid? Pin
Briga5-Dec-05 4:59
Briga5-Dec-05 4:59 
QuestionTransparent Treeview Pin
Vimal Raj29-Nov-05 18:56
Vimal Raj29-Nov-05 18:56 
AnswerRe: Transparent Treeview Pin
Dave Kreskowiak30-Nov-05 4:49
mveDave Kreskowiak30-Nov-05 4:49 
QuestionVisual Basic- How to send function keys from VB to a remote terminal server Pin
Biju v John29-Nov-05 18:01
Biju v John29-Nov-05 18:01 
QuestionError in DES encrypting/decrypting string(VB.net 2003)! Pin
dyh222229-Nov-05 16:50
dyh222229-Nov-05 16:50 
AnswerRe: Error in DES encrypting/decrypting string(VB.net 2003)! Pin
Steve Pullan29-Nov-05 17:20
Steve Pullan29-Nov-05 17:20 
GeneralRe: Error in DES encrypting/decrypting string(VB.net 2003)! Pin
dyh222229-Nov-05 17:46
dyh222229-Nov-05 17:46 
GeneralRe: Error in DES encrypting/decrypting string(VB.net 2003)! Pin
Steve Pullan29-Nov-05 18:15
Steve Pullan29-Nov-05 18:15 
QuestionCan't find Mapped Folder in Window Service Pin
merlynml29-Nov-05 15:25
merlynml29-Nov-05 15:25 
AnswerRe: Can't find Mapped Folder in Window Service Pin
Steve Pullan29-Nov-05 17:22
Steve Pullan29-Nov-05 17:22 
GeneralRe: Can't find Mapped Folder in Window Service Pin
merlynml29-Nov-05 18:57
merlynml29-Nov-05 18:57 
GeneralRe: Can't find Mapped Folder in Window Service Pin
Dave Kreskowiak30-Nov-05 4:36
mveDave Kreskowiak30-Nov-05 4:36 
GeneralRe: Can't find Mapped Folder in Window Service Pin
Scott Serl30-Nov-05 7:31
Scott Serl30-Nov-05 7:31 
AnswerRe: Can't find Mapped Folder in Window Service Pin
jonathan1530-Nov-05 1:01
jonathan1530-Nov-05 1:01 
GeneralRe: Can't find Mapped Folder in Window Service Pin
merlynml30-Nov-05 13:59
merlynml30-Nov-05 13:59 
GeneralRe: Can't find Mapped Folder in Window Service Pin
merlynml1-Dec-05 20:36
merlynml1-Dec-05 20:36 

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.