datagrid

  • Thread starter Thread starter ghommel
  • Start date Start date
G

ghommel

I really, really hope someone can help me. this is a very urgent need. for some reason it seems like no one is knowledgeable enough, myself included, to know the answer.

I am trying to make a custom control that inherits the datagrid class which will contain a nested grid for hierarchial data. my problem is that i can't seem to even get past the basic step of getting the grid to display on the web form. it appears to be registered properly (no errors), but the grid should be displayed instead of that generic button. when the code is run, nothing shows up on the web page even tho the code steps thru in the code behind of the custom control.


The original source code came from http://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/ , but it was in c# format. I converted it to vb and needed to add functionality. I am fairly new to .net and have been trying to modify his code. I tried contacting him directly with no luck. I have tried implementing his code unsuccessfully as a user control, custom control and in a control library. I am still trying to learn the .net ropes and have not been able to do it yet.

I am having trouble trouble to even create a custom control that inherits a datagrid.

Does anyone have any suggestions?

Thanks in advance for your help.

From http://www.developmentnow.com/g/34_0_0_0_0_0/dotnet-general.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
 
Sorry but I think your question is too broad. Translating a few pages of C#
into VB for it to work is a subject in of itself not to mention datagrids,
embeeded datagrids and ADO.Net.

In short, a million things could be wrong with it at this abstract level.

But dont give up data (specifically ADO.Net) is one of the most valuable
things to know on .Net framework
 
Back
Top