How to insert data to Kentico Database [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Excuse me I have a problem with Connecting Kentico Database I want to insert data to Kentico Database. What api for do it ? and how to i do it ? . Give a Doccument[link] or sample code for me please .
i will try to use api ITableManager,DatabaseHelper,ITableManager Properties. but i don't know about it

Sir, you haven't shown any effort trying to resolve your issue. Please read the documentation first.
Plus, there are API Examples directly in the Kentico UI which you can have a look at. They demonstrate the basic (CRUD) operations with objects and documents.
Basically, to work with documents use DocumentHelper / TreeProvider (DocumentHelper.InsertDocument(...)). To work with other objects use *InfoProvider (e.g. UserInfoProvider.SetUserInfo(...)).

Related

Send request to plugin and get result in C# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 11 months ago.
Improve this question
I have software that takes your request, And I want to control requests with the plugins.
Fore example console writes: Enter Request: and i write time
well, Now I want the software to check if any plugin supports this command and then turn back the time and more (day, mouth, list of plugins, ...).
I looked at other sources but could not implement the project.
I hope someone can help me. :) Thanks.
I think you can adapt this MS tutorial and get what you want.
https://docs.miosoft.com/en-us/dotnet/core/tutorials/creating-app-with-plugin-support
It shows how to load pluggins and execute. From what you are describing this is what you are looking.

Create own widget in C# and add to Table [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I learning to create android app in C# (VisualStudio) and I need create table with my own widget.
I upload data for my server SQL. Any idea how can I do this?
Presentation
If your requirement is for cross-platform, then you are probably looking for a ListView or CollectionView. Please refer to the below links.
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/listview/customizing-cell-appearance#custom-cells
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/collectionview/layout#vertical-list
In case, if you are looking it only for Android, please refer to the below link to customize the appearance of the ListView as you desire.
https://learn.microsoft.com/en-us/xamarin/android/user-interface/layouts/list-view/customizing-appearance

Edit a MSSQL table from web [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm trying find out what is the best solution for making a single table in a MSSQL database available for insert and update for a few users from a html interface.
I've got IIS server, reporting services, C#, visual studio and most microsoft tools of the 2008 version.
In php/mysql I would deploy a framework for editing tables. Whats the easiest MS solution?
Thank you
If you just want to perform edit, delete operation on front end, you can use grid view tool from asp.net.
you can find details at the following link,
http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html
Hope this will help you.

How to fetch Gmail contacts? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have a scenario in my current application where I want to fetch the Gmail id's of my users.
Could anyone tell me the way with piece of code in C#?
Note: I am developing a web-base application in asp.net with C#.
Use the google contacts api there are C# sample there.
You can use the Google Accounts API.
You can find an example here.
Take a look at the open source .Net library gmailapi.The GmailAgent has a GetContacts method for retrieving all the contacts.

Has anyone used C# with a Sales Logix database? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Has anyone used C# with a Sales Logix database?
Yes. I rewrote a History tab that worked better and faster than the original Best/Sage built-in tab version using datagridviews in C#. It was a .NET plugin and I used Ryan Farley's instructions for getting it to work in SLX 6.x. In SLX 7.x you can use C# and VB.NET natively for building plug in components.
Yes. I have.
(Not the most interesting answer on SOB today, but that's what the question asked...)

Categories