Search:

Type: Posts; User: FunkySloth

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    7,366

    Generate dynamic control in xaml

    Hi Guys,

    Does anyone have sample on how to generate a dynamic control base on return type from database. I was able to get the data, however i have no idea how to generate the dynamic controls in...
  2. [RESOLVED] Join two tables using Include()

    Hi Guys,

    Just a simple one, please help me to combine two tables using include..



    Public Class SurveyTemplate()
    {
    Public Guid Id { get; set; }
    Public string AccountId { get; set; }
  3. ReactJS Unexpected Token and Adjascent JSX issue

    Hi Guys,

    First i want to ask if why am I getting an unexpected token ',' error in this code:


    return (
    <React.Fragment>
    {Object.keys(data).length > 0 &&...
  4. Replies
    1
    Views
    15,243

    Fetch Azure Time Series Insight Gen2 Data

    Hi Guys,

    So right now I am using ReactJs + Redux, and Azure TSI is serving as my database. I would like to know, does anyone know how I can get the data from Azure TSI, something like just get the...
  5. Replies
    0
    Views
    609

    [RESOLVED] GROUPING SETS Problem

    Hi Guys,

    Please refer to my query below:



    SELECT A.WorkPeriod,
    A.EmployeeName,
    A.EmployeeCode,
    A.DepartmentDesc
  6. VS 2010 Re: Crystal Report: Object reference not set to an instance of an object

    I just tried to replace the 13.0.1.220 version reference on my project to 13.0.4000.0 (ofcourse I made a backup of my project first) and it's working fine now. Thank you very much for guiding me...
  7. VS 2010 Re: Crystal Report: Object reference not set to an instance of an object

    Hi Sapator,

    Alright I will do the re-installation and cr components. orderReport is the name of the crystal report file.
  8. VS 2010 Re: Crystal Report: Object reference not set to an instance of an object

    Hi Sapator,

    By checking in my bin folder I have a CrystalDecisions.Windows.Forms.dll with the version of 13.0.1.220 and that is also the reference added on my project. Now I tried to replace the...
  9. VS 2010 Re: Crystal Report: Object reference not set to an instance of an object

    Hi Sapator,

    Unfortunately, the attachment give me this message "Invalid Attachment specified. If you followed a valid link, please notify the administrator".

    And may I know what crystal report...
  10. VS 2010 Re: Crystal Report: Object reference not set to an instance of an object

    Hi Sapator,

    Thank you for reply, may I know if this is a CrystalReport.dll files or something else? And upon checking on my bin folder the only related on crystal report that in there where the...
  11. VS 2010 [RESOLVED] Crystal Report: Object reference not set to an instance of an object

    Hi Guys,

    Hope everyone doing fine, I just need some help with this error that I'm getting when running my application made using VB.Net & VS 2010. When I open my crystal report files in design...
  12. Replies
    1
    Views
    9,244

    [RESOLVED] Notification Template

    Hi,

    can anyone help me how I can translate this format with my current code.



    Currently I have this code.
  13. Replies
    1
    Views
    6,891

    Creating iOS IPA

    Hi Guys,

    So the client provided me a this archive consist of the following files:


    Certificate
    Developer Provisioning Profile
    Personal Information Exchange File
  14. Android Emulator display white screen only

    Hi Guys,

    I have this project that runs and deploy nicely in UWP and iOS, however, when I tried to run and deploy in Android it only display a white screen. No error been displayed.

    171593
    ...
  15. Replies
    3
    Views
    16,875

    Re: Azure Storage

    I guess I understand quite now the Blob and File storage. And about Queues is it something like I store a message and tells my application what will do? Sorry if I'm having a hard time about this...
  16. Replies
    3
    Views
    16,875

    [RESOLVED] Azure Storage

    Hi Guys,

    Can anyone give me a simple explanation that I can understand as what is the difference between Azure Blob, File, Queue and Table Storage?. I've read the Microsoft Documentation and...
  17. [AngularJS] Single or Multiple Service & Controller

    Hi Guys,

    I just want to know your insight about, is it good to put all functions and methods in a single controller and service of all my website modules or it is better to create one module...
  18. VS 2015 Re: [ASP.NET MVC 5 and AngularJS] Upload File together with JSON Data.

    I resolved my problem, all I need is to convert it to FormData together with the file attachment.
  19. VS 2015 [RESOLVED] [ASP.NET MVC 5 and AngularJS] Upload File together with JSON Data.

    Hi Guys,

    I don't know how to upload a file together with JSON model at the same time. Please take a look at my codes:

    Employee Model


    Public string Name { get; set; }
    Public...
  20. Replies
    0
    Views
    517

    Converting SQL Query to Linq Query

    Hi Guys,

    I just wanna ask for your guidance on how to convert this SQL Query to a Linq Query, please see query below.



    SELECT C.CaseNumber, C.OffenseDegree,
    (SELECT B.OffenseCategory...
  21. Re: Sending Multiple Emails Drawback

    @jm - that suffice the work that I need.

    Thank you for the replies.
  22. [RESOLVED] Sending Multiple Emails Drawback

    Hi,

    I have this ActionResult called SendEmails, what it does are as follows:

    1. Read data in my Entity Model.
    2. Send Email with attachment to the result data of #1.
    3. Read data in my Entity...
  23. Re: Sum of individual values of a grouped columns.

    I finally figured it out :).
  24. [RESOLVED] Sum of individual values of a grouped columns.

    Good Day,

    Let me show you a sample of my dataset records first:

    DEPARTMENT POSITION STATUS

    DEPT 1 - POS 1 - COMPLETED
    DEPT 1...
  25. Replies
    8
    Views
    10,776

    Re: Ef stored procedure return null

    Well I'm going to create an EF Model for now.

    Thank you very much PlausiblyDamp.
  26. Replies
    8
    Views
    10,776

    Re: Ef stored procedure return null

    So I guess I'd better use directly the server rather than linked it to my Stored Procedure, and oh, don't worry I'm not using the Master System Database, that's a different Master Database.

    And I...
  27. Replies
    8
    Views
    10,776

    Re: Ef stored procedure return null

    Yes it is accessing a remote database and using a hard coded username and password connection string. When using SSMS it does return the correct record. Is there any problem about using the master...
  28. Replies
    8
    Views
    10,776

    Re: Ef stored procedure return null

    Hello techgnome,

    1. Yes I am connected to the right database, and as you notice I'm using the ip address due to I am accessing the database to other server.

    2. The table are not empty because...
  29. Replies
    8
    Views
    10,776

    [RESOLVED] Ef stored procedure return null

    Hi guys,

    I have a simple stored procedure that returns number of column:



    BEGIN
    SET FMTONLY OFF
    SELECT A.EMPLOYEENO, A.FIRSTNAME, A.LASTNAME, A.MIDDLENAME, A.DEPARTMENT,...
  30. Replies
    9
    Views
    5,268

    Re: VS 2013 MVC and MySQL Issue

    Got it JM, I re-installed everything and it work now.

    Thank you very much
  31. Replies
    9
    Views
    5,268

    Re: VS 2013 MVC and MySQL Issue

    Hi JM,

    This is the full instruction that I followed:

    1. Download MySQL Installer, use the smaller of the two if you have a fast or fat connection to the internet.
    2. MySQL Connector/Net...
  32. Replies
    9
    Views
    5,268

    Re: VS 2013 MVC and MySQL Issue

    Okay gonna uninstall all, and will check what will happen.
  33. Replies
    9
    Views
    5,268

    Re: VS 2013 MVC and MySQL Issue

    Basically I installed the latest Connector which is 6.9 and then I also downloaded the MySQL for Visual Studio the latest version also.

    After installing those, the said Data Source should be...
  34. Replies
    9
    Views
    5,268

    Re: VS 2013 MVC and MySQL Issue

    Yes I installed that yet no luck
  35. Replies
    9
    Views
    5,268

    [RESOLVED] VS 2013 MVC and MySQL Issue

    Hi guys,

    Can anyone help me how to add the data source of MySql to my Entity Framework?

    I follow some instruction about installing connector, mysql for visual studio yet I'm unable to found...
  36. Thread: Linq to ef

    by FunkySloth
    Replies
    6
    Views
    7,530

    Re: Linq to ef

    Hi KG,

    So I re-design the table as shown below:

    152493

    With the given LEAVE table, EMPLOYEE_MANAGER column is a <int> datatype and a foreign key of Employee Table. What I want to achieve is...
  37. Thread: Linq to ef

    by FunkySloth
    Replies
    6
    Views
    7,530

    Re: Linq to ef

    Hi KG,

    It is supplied by APPROVER Table.
  38. Thread: Linq to ef

    by FunkySloth
    Replies
    6
    Views
    7,530

    Linq to ef

    Hi,

    First let me show you my Entity Model, please refer to uploaded image.

    152343

    Now what I want to achieve is on my index page, display the general information of the user and its...
  39. Replies
    4
    Views
    2,263

    Re: Need Help For Creating Online Donation

    But what if the users don't have PayPal account, they need to use the Credit or Debit option, that's a different API right.
  40. Replies
    4
    Views
    2,263

    Need Help For Creating Online Donation

    Hi guys,

    I was assigned to make an online donation involving Credit Card, Debit and Pay Pal transaction. I'm planning to use ASP.Net MVC and C# for this development (but is this supported?),...
Results 1 to 40 of 91
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width