Search results for query: *

  1. P

    How to read XML through javascript

    i am using Ajax. I get the XML formatted data using XMLHttpRequest object(ResponseXML) using the line : var objDepartment=XMLHttpRequest.ResponseXML . That XML formatted data we r creating in server side. it's structure is <Department> <name>name1</name> <code>code1</code> </Department> Now...
  2. P

    problem in deploying the application

    We have deployed our application and we ran that setup in a computer which doesnt have VS.net.,but its having .net framework.Its running properly but when I want to see the crystal report it is showing the error message "Cannot find keycodev2.dll or invalid keycode." We have also registered...
  3. P

    Help Need to Set the Form size

    Yes we have created a constructor,but how this constructor execut at design time.Even if it uses the constructor,it uses only the constructor that was generated by windows. Then how it will affect the design of the form. We r in a hurry of finishing our project but now we r facing this...
  4. P

    Help Need to Set the Form size

    Thanks for u r answer. I have created the new,copied the controls and codes and i deleted the old form, But when i have run my application the form becomes smaller. I dont know why it happens.please help me.
  5. P

    Help Need to Set the Form size

    the form size is automatically decreasing ,when i close and open again ,or if i rebuild the solutions. this is not happening to all the forms that i have designed, but only two or three form in my applications.i dont know what to do.please help me.
Back
Top