Results 1 to 2 of 2

Thread: Language Independent PAGE

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    Language Independent PAGE

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Language Independent PAGE

    You cannot have two different languages in your codebehinds in a single asp.net application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width