Giter Site home page Giter Site logo

wsdev_proj's Introduction

Hi there, I'm Stephen ๐Ÿ‘‹

I'm Stephen, a computer science graduate from NUS, Singapore. I am currently working as a Frontend Developer, and I am very excited to pursue my career in Frontend Engineering!

  • ๐Ÿ”ญ Iโ€™m currently working on Frontend Development
  • ๐ŸŒฑ Iโ€™m currently learning ReactJS, Typescript, Redux, and many more!
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Establishing a structured testing environment for React based UI applications

Stats Overview

Gihun's GitHub stats

Language Used Overview

Top Langs

wsdev_proj's People

Contributors

dsgodh avatar nordic96 avatar

Watchers

 avatar

Forkers

dsgodh

wsdev_proj's Issues

Currency External WS in Duties.aspx not loading

suggest for AJAX loading
suggest update progress template something like this.

<asp:UpdateProgress ID="UpdateProgress1" runat="server"> <ProgressTemplate> Loading...<img src="../Content/loading-icon.gif" style="width:70px;height:50px;"/> </ProgressTemplate> </asp:UpdateProgress>

SearchFreightForwarders() also creating unnecessary columns

<xs:element name="Column12" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column13" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column14" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column15" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column16" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column17" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column18" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column19" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column20" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column21" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column22" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column23" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column24" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="Column25" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/>

@DsGodh needs a validation method to prevent.

GetAllFreightForwarders() creating unnecessary columns

<xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="FreightForwarder"> <xs:complexType> <xs:sequence> <xs:element name="Country" type="xs:string" minOccurs="0"/> <xs:element name="Company_x0020_Name" type="xs:string" minOccurs="0"/> <xs:element name="Tel_x0020_Number" type="xs:string" minOccurs="0"/> <xs:element name="Emergency_x0020_Tel" type="xs:string" minOccurs="0"/> <xs:element name="Fax_x0020_Number" type="xs:string" minOccurs="0"/> <xs:element name="Email" type="xs:string" minOccurs="0"/> <xs:element name="Contact_x0020_Names" type="xs:string" minOccurs="0"/> <xs:element name="Website" type="xs:string" minOccurs="0"/> <xs:element name="MSN" type="xs:string" minOccurs="0"/> <xs:element name="SKYPE" type="xs:string" minOccurs="0"/> <xs:element name="Address" type="xs:string" minOccurs="0"/> <xs:element name="NOTES" type="xs:string" minOccurs="0"/> <xs:element name="A12" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="A13" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/> <xs:element name="A14" msdata:DataType="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" type="xs:anyType" minOccurs="0"/>
.
.
.
@DsGodh unnecessary columns creating from A12 onwards,

Search Functions Not working

System.InvalidCastException: Unable to cast object of type 'System.Double' to type 'System.String'.
at System.Data.DataRowExtensions.UnboxT1.ReferenceField(Object value) at System.Data.DataRowExtensions.Field[T](DataRow row, String columnName) at LogisticsService.<>c__DisplayClass11_0.<ExcelSearchData_EP>b__0(DataRow port) in C:\Users\jacky\Documents\Visual Studio 2015\WebSites\WS_Project\WSDEV_PROJ\App_Code\LogisticsService.cs:line 484 at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
at LogisticsService.ExcelSearchData_EP(String url, Int32 row_to_start, String search_by, String search_text) in C:\Users\jacky\Documents\Visual Studio 2015\WebSites\WS_Project\WSDEV_PROJ\App_Code\LogisticsService.cs:line 488
at LogisticsService.SearchHsCode(String searchBy, String searchText) in C:\Users\jacky\Documents\Visual Studio 2015\WebSites\WS_Project\WSDEV_PROJ\App_Code\LogisticsService.cs:line 556

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.