
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using SAP connector 3.0 on an MVC application
Try adding a new row before calling SetValue. Please check the below:
employeeHoli.Append(); employeeHoli.SetValue("ColumnName", "0000345");
You use a table parameter that can hold multiple lines. You have to append the above lines that will return some structure and you can fill that structure.
Advertisements