c# - How to insert data to Kentico Database -


Sorry I have trouble connecting to the Kentucky database. I want to insert data into the Kentico database. What is the API to do this? And how do I do it? . Please provide the document [link] or sample code for me.

I will try to use API eatable manager, database helper, and iTable Manager properties. But I do not know about this

Sir, you have not shown any effort in your attempt to solve Is the issue Please read first, in addition, you can see directly in the Kentico UI. They display basic (CRUD) operations with objects and documents.

Actually, to work with the use of documents ( DocumentHelper.InsertDocument (...) ). Use * InfoProvider to work with other objects (like UserInfoProvider.SetUserInfo (...) ).

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -