Create own widget in C# and add to Table [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 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

Related

How to insert data to Kentico 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 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(...)).

Programming language to do pivot table drag and drop [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 8 years ago.
Improve this question
does php or java able to do the drag and drop pivot table just like the c# winform devexpress? please advise.TQ
Not natively but I believe there are 3rd party controls available. I don't remember them being nearly as full featured as DevExpress, but it's been a few years since I've looked around.

Generate HTML file in c# on click button [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
How can i create HTML file on submit button click in c#,I don't know any syntax about this ,Please suggest me How to create Html page in C#
You might want to take a look at some beginner tutorials:
http://www.w3schools.com/aspnet/
http://www.asp.net/web-forms/tutorials
Try to use Generic Handler in web application ( http://www.codeproject.com/Articles/353260/ASP-NET-Advanced-Generic-Handler-ASHX )...

Make form labels dynamic based on selected language [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 8 years ago.
Improve this question
I want to create a aspx page using c# which can be displayed in English and Dutch both languages.
Can any one give me any idea how to do it?
See this tutorial
Walkthrough: Using Resources for Localization with ASP.NET
http://msdn.microsoft.com/en-us/library/fw69ke6f(v=vs.90).aspx

Draw power grid network topology [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
I am creating an application in C# in which I need to create power grid network topology. The expected output is: http://goo.gl/M9UJP
Is there any package in C# using which I can create required picture dynamically?
You can do this manually by using the classes in the System.Drawing namespace.
If you are looking for a third party solution, then you need to search for yourself, as this would primarily be opinion-based and not a good fit for this site.

Categories