k.kiran


{ City } hyderabad
< Country > india
* Profession * student
User No # 44923
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 8
Users Marked my Answers as Wrong # 1
Questions / { k.kiran }
Questions Answers Category Views Company eMail




Answers / { k.kiran }

Question { UPSC, 55411 }

what is difference between hotel and motel


Answer

a hotel by the side of road, provided with space for parking next to each room

Is This Answer Correct ?    0 Yes 0 No

Question { IBM, 7805 }

Can I import a excel sheet in Action1 datatable? How?


Answer

yes u can import an excel sheet into datatable

datatable.importsheet("path of excel file",excel sheet name",sheid)

for ex:datatable.importsheet("c:\products.xls","sheet1",2)
hear 2 means: action sheet id

Is This Answer Correct ?    8 Yes 1 No