HI,


i want to know about language independent concepts implemented in asp.net.

i.e i have a page named
1. "TestvbCode.aspx" (code behind vb.net)
2. "testCsCode.aspx" (code behind cs.net)

in testCsCode.aspx i have a function called "DBData" which return SotedList data.

how should i call this "DBData" function to bind a DropdownList in "TestvbCode.aspx" page.

can any one give me idea?

thanking u

v.r.mahendran