Search:
Type: Posts; User: KGComputers
Search:
Search took 0.09 seconds; generated 38 minute(s) ago.
-
Here's a post Upload Photos Or Files To Google Photos Using Google Photos API, REST And C#.NET on how to upload media items or files to Google Photos Cloud using C# console application and REST. This...
-
Gents,
This tutorial ASP.NET MVC Web Application CRUD Using RepoDB ORM integrates a promising ORM called RepoDB into an ASP.NET MVC Project. This hybrid ORM library is an alternative to Dapper and...
-
Hello,
This ASP.NET MVC jsTree Article demonstrates on how to populate the jsTree.js from SQL Server database using employee supervisor/manager hierarchy concept. The database used for the app is...
-
Good day!
This blog post along with a sample fiddle Bootstrap Table Cell Dynamic Background Width will demonstrate on how to fill the Bootstrap Table cell's background based on a given value. If...
-
Good morning.
When working with Power BI, you might want to show an organization's employee hierarchy data and this is where the Hierarchy Slicer custom visual comes in. In this Demo
Power BI...
-
Hello,
I've been working with Bootstrap Table created by Wenzhixin for a couple of years now and will share some of the stuff that I've learned.
This tutorial here demonstrates how to set a...
-
Good day!
Here's a basic example on using Bootstrap Modals with Create/Update/Delete operations in ASP.NET MVC. It includes the source code as well.
179232
Cheers!
Regards,
-
Hi,
We are now working on upgrading some of our reports to Power BI and one of those is using the on premise data gateway as a bridge between the Power BI service and our SQL Database.
Since our...
-
Thanks. will definitely do some research on Web API.
- kgc
-
Hello,
Our team recently discussed to consolidate code so that multiple consumers can easily utilize the same code base since our projects are growing in numbers. At present we have 40+ schedule...
-
Yes, that would be the solution. The db related tasks should be on a separate thread(BackgroundWorker or Task).
- kgc
-
Hi,
Can you please post the XAML that contains the DataGrid control and the IsIndeterminate property?
- kgc
-
Windows 10 != Linux :p
- kgc
-
topshot,
Yes, I didn't know the specific folders associated with temporary files. Our systems admin will install this tool next week in my laptop. Will provide updates next week.
- kgc
-
jdc,
I'll pass this information to our sys admin.
I did some research and the articles says that the 'reserved storage' is under System and Reserved. Not Temporary Files.
- kgc
-
Steve,
The size of this folder is 300MB+.
- kgc
-
si,
so far these files don't reach GB in size. As an add-on our network/workstations have Sophos Antivirus Enterprise. I performed a scan, no issues detected.
- kgc
-
The size of this folder is only 250+MB..
-kgc
-
Hello,
Our system administrator did a maintenance routine on my laptop specifically disk cleanup and cc cleaner. To our surprise, the temp files is huge like 25.3GB.
Is there an alternative...
-
If outputLabel is a label control, use the Text property of the control to show the session values.
protected void Page_Load(object sender, EventArgs e)
{
if...
-
Hmmmm, maybe you should do review of how you setup your project/account and do some debugging and stuff. And if you discovered the fix for 403 forbidden in your end, then post it here also.
...
-
Yes, you should set the UserName variable with your gmail account. The console application code I presented in my blog should work with desktop apps.
Does the credential.Token.TokenType and...
-
Hi,
Welcome to the forums! :)
I encountered the same issue 403 forbidden. Setting credentials(client secret/client id), scopes, token type and access tokens headers with correct values solved...
-
Update.
I've written two blog posts with code examples written in C# and VB.NET on how to access the media items of Google Photos API library using REST.
Read Files From Google Photos Using...
-
Viewstate is loaded in between Init() and Load().
https://docs.microsoft.com/en-us/previous-versions/ms178472(v=vs.140)
-
@jmc yes - that's one of the concerns we have aside from the DB. That's one of the priorities next year.
@sapator - yes we have an existing project using the asp.net identity. but this does...
-
@jmc.
Scenario.
1. There are 10 or more modules in a current system/software.
2. Each module can have 10 or more roles.
3. Each user has access to each module and could have one or more or...
-
Hi all,
Currently we have three tables that manages users. The schema below fits for a dozen of users. Now that the user list is expanding to almost a hundred and still growing, the schema below...
-
Hi,
I believe the code in your post is C#. I'll request the mods to transfer this to ASP.NET subforum since the web framework both supports VB.NET and C# languages.
- kgc
-
You wrap snippets using code tags such as below. It's the hash symbol in the editor.
<Window x:Class="DatagridToDatagridBinding.MainWindow"...
-
Hi, For readability purposes please wrap your code snippets with code tags.
- kgc
-
Yeah, I've not written ASP.NET Webforms using VB.NET for years now. Most of the web projects that I'm involved with are in C#. However, the logic I've given can be converted to VB.NET if you want to....
-
Ok, I've done a proof of concept application using C# to use google drive instead of photos and submitted them to the client. However, the phones used by the clients are configured using google...
-
Java is different from JavaScript/jQuery. JavaScript/jQuery interacts with ASP.NET in the client/browser side.
Another option below is to add a javascript onclick to a gridview row on render...
-
i encountered this issue using chrome browser during login.
- kgc
-
Hi,
You may use JavaScript/jQuery to achieve that.
- kgc
-
Hi,
You may use JavaScript/jQuery to achieve that.
- kgc
-
Both of your suggestions to insert data to a temp table and then drop the original table is better. . Thanks FD and SZ.
- kgc
-
Hi All,
I have this delete query called in a C# that will delete records based on DataID. DataID is GUID in the DB. The fact is it is super slow (30 mins-40 mins)
Query.AppendLine("DELETE ...
-
Right.I believe I misunderstood the docs. What I forgot to specify was I have to do it through a windows service to fetch the files through the API. While browsing through the code samples in github,...
|
Click Here to Expand Forum to Full Width
|