Microsoft JScript runtime error: Object expected what this mean?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dipikad
    New Member
    • Jul 2012
    • 3

    Microsoft JScript runtime error: Object expected what this mean?

    this error is displaying when i upload file in asyn upload control,i dont understand wht is this stand for
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I have found that it usually means that you are calling a method that does not exist (check your spelling, check to make sure the method is accessible to your code during runtime).

    -Frinny

    Comment

    • dipikad
      New Member
      • Jul 2012
      • 3

      #3
      thank you for last reply,i had missing method name.now i have another problem i am new for creating report (.rdlc)now i cant write condition in report.

      i have 2 master table p1 n p2, in each table i have 3 child table with fk to master table.i want to retireve 1 column value from each child table(3 diffrnt col qty, description,img ) n display in report when i retrive master table ID,coz master table id is Primary key n in child it is foreign key,plz reply

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I'm sorry but I do not know how to create these reports.

        Please post your question in a new thread so that people can help you with your new question.

        -Frinny

        Comment

        Working...