Click here to Skip to main content
15,898,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralEdit GridView Row not working when new row is inserted on GridView RowCreated Pin
Member 99752793-Oct-13 1:04
Member 99752793-Oct-13 1:04 
Questionweb API - C# Pin
miss7863-Oct-13 0:03
miss7863-Oct-13 0:03 
AnswerRe: web API - C# Pin
Kornfeld Eliyahu Peter3-Oct-13 3:03
professionalKornfeld Eliyahu Peter3-Oct-13 3:03 
GeneralRe: web API - C# Pin
miss7863-Oct-13 3:48
miss7863-Oct-13 3:48 
GeneralRe: web API - C# Pin
Kornfeld Eliyahu Peter3-Oct-13 9:45
professionalKornfeld Eliyahu Peter3-Oct-13 9:45 
GeneralRe: web API - C# Pin
miss7868-Oct-13 1:20
miss7868-Oct-13 1:20 
GeneralRe: web API - C# Pin
Kornfeld Eliyahu Peter8-Oct-13 1:32
professionalKornfeld Eliyahu Peter8-Oct-13 1:32 
GeneralRe: web API - C# Pin
miss7868-Oct-13 2:26
miss7868-Oct-13 2:26 
Thank you so much for your response. Here is the data model with all its parameters:

C#
namespace Wic_T1
{
    using System;
    using System.Collections.Generic;
    using System.Runtime.Serialization;

     [DataContract]
    public partial class database_WICs
    {
        [DataMember]
        public int ID { get; set; }
        [DataMember]
        public string Name { get; set; }
        public Nullable<System.DateTime> SaleDateTime { get; set; }
        public string Region { get; set; }
        [DataMember]
        public string CUSIP { get; set; }
        [DataMember]
        public string Size__m_ { get; set; }
        public string OriginalRating { get; set; }
        public Nullable<System.DateTime> MaturityDate { get; set; }
        public string Manager { get; set; }
        [DataMember]
        public string priceTalk { get; set; }
        [DataMember]
        public string Cover { get; set; }
        public Nullable<System.DateTime> LastUpdated { get; set; }
        [DataMember]
        public Nullable<System.DateTime> UploadDate { get; set; }
        [DataMember]
        public string Type { get; set; }
        [DataMember]
        public string ISINs { get; set; }
        [DataMember]
        public Nullable<float> Decimal_price { get; set; }
        public string CMBS_spread { get; set; }
        public Nullable<float> CMBS_decimal { get; set; }
        [DataMember]
        public string Current_size { get; set; }
    }
}


I really appreciate your time and help.
GeneralRe: web API - C# Pin
Kornfeld Eliyahu Peter8-Oct-13 19:55
professionalKornfeld Eliyahu Peter8-Oct-13 19:55 
GeneralRe: web API - C# Pin
miss78610-Oct-13 5:18
miss78610-Oct-13 5:18 
GeneralRe: web API - C# Pin
Kornfeld Eliyahu Peter10-Oct-13 5:32
professionalKornfeld Eliyahu Peter10-Oct-13 5:32 
SuggestionSomeone - Please sell me on MVC Pin
L Viljoen2-Oct-13 23:57
professionalL Viljoen2-Oct-13 23:57 
GeneralRe: Someone - Please sell me on MVC Pin
Kornfeld Eliyahu Peter8-Oct-13 1:52
professionalKornfeld Eliyahu Peter8-Oct-13 1:52 
GeneralRe: Someone - Please sell me on MVC Pin
L Viljoen9-Oct-13 1:17
professionalL Viljoen9-Oct-13 1:17 
GeneralRe: Someone - Please sell me on MVC Pin
Kornfeld Eliyahu Peter9-Oct-13 1:29
professionalKornfeld Eliyahu Peter9-Oct-13 1:29 
GeneralRe: Someone - Please sell me on MVC Pin
João Márcio Prado17-Oct-13 10:52
João Márcio Prado17-Oct-13 10:52 
GeneralRe: Someone - Please sell me on MVC Pin
Kornfeld Eliyahu Peter17-Oct-13 19:46
professionalKornfeld Eliyahu Peter17-Oct-13 19:46 
QuestionRadWindow does not display Pin
Steve Holdorf1-Oct-13 14:03
Steve Holdorf1-Oct-13 14:03 
AnswerRe: RadWindow does not display Pin
Kornfeld Eliyahu Peter2-Oct-13 20:37
professionalKornfeld Eliyahu Peter2-Oct-13 20:37 
Questionslideshow Pin
crood29-Sep-13 19:56
crood29-Sep-13 19:56 
AnswerRe: slideshow Pin
Richard MacCutchan29-Sep-13 21:33
mveRichard MacCutchan29-Sep-13 21:33 
AnswerRe: slideshow Pin
Abhinav S30-Sep-13 18:37
Abhinav S30-Sep-13 18:37 
QuestionSelect data on the basis of URL. Pin
webmas128-Sep-13 1:11
professionalwebmas128-Sep-13 1:11 
AnswerRe: Select data on the basis of URL. Pin
Richard MacCutchan29-Sep-13 21:31
mveRichard MacCutchan29-Sep-13 21:31 
AnswerRe: Select data on the basis of URL. Pin
David Mujica30-Sep-13 2:13
David Mujica30-Sep-13 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.