Sunday, January 31, 2010

HCL

  • What is XSLT?
  • consume webservice in AJAX?
  • select top 4 without using top keyword?
  • SELECT Uname, pwd FROM ( SELECT Uname, pwd, RANK() OVER (ORDER BY ID asc)ID_rank FROM test) test WHERE ID_rank <= 4
  • Application Object vs Cache
  • View State vs Session State
  • why out - processSession state needed?
  • response.redirect vs server.transfer
  • what is the disadv of server.transfer
  • handle exception in webservice?
  • how to pass parse xml file
  • what is XPath?
  • different Isolation Level in sql

No comments:

Post a Comment