Click here to Skip to main content
15,920,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Visitor IP address Pin
carlecomm6-Jan-10 17:30
carlecomm6-Jan-10 17:30 
QuestionForum with ASP.net And C# coding Pin
jojoba20105-Jan-10 19:06
jojoba20105-Jan-10 19:06 
AnswerRe: Forum with ASP.net And C# coding Pin
Rock Star.5-Jan-10 21:16
Rock Star.5-Jan-10 21:16 
QuestionEmbed ASP code inside vb.net Pin
MacIntyre5-Jan-10 13:41
MacIntyre5-Jan-10 13:41 
Question.csproj file is missing Pin
indian1435-Jan-10 10:45
indian1435-Jan-10 10:45 
AnswerRe: .csproj file is missing Pin
SeMartens6-Jan-10 0:26
SeMartens6-Jan-10 0:26 
GeneralRe: .csproj file is missing Pin
indian1436-Jan-10 11:33
indian1436-Jan-10 11:33 
QuestionProblem coding a graph using visual web developer Pin
DiscoJesus5-Jan-10 2:21
DiscoJesus5-Jan-10 2:21 
Hi,
I am having trouble coding something using visual web developer. I am trying to create an undirected, unweighted graph using an adjacency list of vertices. I have defined classes for Graph, GraphVertex and VertexList. Edges are to be laid out by each GraphVertex having a VertexList of its neighbouring vertices.

I can add vertices to my graph and access properties of the vertices but i run into a problem when i try to either add an edge to the graph or add a neighbour to an individual graph vertex, (essentially the same thing but i have tried both ways to no avail!).

If i try to add an edge to my graph i get the following error - "Value of type 'String' cannot be converted to 'GraphVertex(Of String)'."

And if i try to add a neighbour to another Vertices VertexList i get this - "Unable to cast object of type 'System.Int32' to type 'Vertex`1[System.String]'." (I have tried many data types and still get this error, it is not just because in this case i am using an integer.)

I imagine both problems stem from how my classes are coded but being a somewhat inexperienced programmer cant figure out what the problem is. I can post any of my implementation or class code if needed.

Any help on this would be appreciated.
Cheers.
QuestionDataBinder.Eval usage in Href [modified] Pin
thenewbee5-Jan-10 1:11
thenewbee5-Jan-10 1:11 
AnswerRe: DataBinder.Eval usage in Href Pin
meeram3955-Jan-10 1:22
meeram3955-Jan-10 1:22 
GeneralRe: DataBinder.Eval usage in Href Pin
thenewbee5-Jan-10 19:18
thenewbee5-Jan-10 19:18 
AnswerRe: DataBinder.Eval usage in Href [modified] Pin
J4amieC5-Jan-10 2:00
J4amieC5-Jan-10 2:00 
GeneralRe: DataBinder.Eval usage in Href Pin
thenewbee5-Jan-10 19:20
thenewbee5-Jan-10 19:20 
GeneralRe: DataBinder.Eval usage in Href Pin
J4amieC5-Jan-10 22:22
J4amieC5-Jan-10 22:22 
GeneralRe: DataBinder.Eval usage in Href Pin
thenewbee6-Jan-10 0:35
thenewbee6-Jan-10 0:35 
GeneralRe: DataBinder.Eval usage in Href Pin
J4amieC6-Jan-10 0:54
J4amieC6-Jan-10 0:54 
GeneralRe: DataBinder.Eval usage in Href Pin
thenewbee6-Jan-10 1:18
thenewbee6-Jan-10 1:18 
GeneralRe: DataBinder.Eval usage in Href Pin
J4amieC6-Jan-10 1:53
J4amieC6-Jan-10 1:53 
AnswerRe: DataBinder.Eval usage in Href Pin
Abhishek Sur5-Jan-10 3:01
professionalAbhishek Sur5-Jan-10 3:01 
GeneralRe: DataBinder.Eval usage in Href Pin
thenewbee5-Jan-10 19:22
thenewbee5-Jan-10 19:22 
GeneralRe: DataBinder.Eval usage in Href Pin
J4amieC5-Jan-10 22:24
J4amieC5-Jan-10 22:24 
GeneralRe: DataBinder.Eval usage in Href Pin
Abhishek Sur5-Jan-10 23:36
professionalAbhishek Sur5-Jan-10 23:36 
GeneralRe: DataBinder.Eval usage in Href Pin
J4amieC5-Jan-10 23:46
J4amieC5-Jan-10 23:46 
GeneralRe: DataBinder.Eval usage in Href Pin
Abhishek Sur6-Jan-10 2:26
professionalAbhishek Sur6-Jan-10 2:26 
QuestionASP.Net Treeview next node Pin
Milind R Chavan5-Jan-10 1:07
Milind R Chavan5-Jan-10 1:07 

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.