hello,
I am saving data in below format :
12/20/2021 12:44:53 PM
line 4
12/20/2021 11:21:06 AM
line 3
12/17/2021 5:59:08 PMline 212/17/2021 5:46:53 PMline 1
I want to show that data on following label
I am using sql database and mvc
thank you
hello,
I am saving data in below format :
12/20/2021 12:44:53 PM
line 4
12/20/2021 11:21:06 AM
line 3
12/17/2021 5:59:08 PMline 212/17/2021 5:46:53 PMline 1
I want to show that data on following label
I am using sql database and mvc
thank you
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Dec 23, 2021, 9:30 AM
DirkPosted Dec 30, 2021, 10:25 AM
Guest UserPosted Dec 23, 2021, 10:42 AM
Rijwan AnsariPosted Dec 23, 2021, 10:29 AM
Guest UserPosted Dec 23, 2021, 10:16 AM
Guest UserPosted Dec 23, 2021, 9:14 AM
12/23/2021 2:37:20 PM -- 1
Sachin SinghPosted Dec 23, 2021, 8:29 AM
Guest UserPosted Dec 23, 2021, 6:34 AM
but it says - result does not exist in the current context , I think result is not allowed in Html.Raw
Sachin SinghPosted Dec 22, 2021, 2:17 PM
Guest UserPosted Dec 22, 2021, 7:57 AM
hello Sachin,
I have tried that too earlier :
$("label[for='lblcd']").text(@Html.Raw(result.form.RequestorCalledbyVendorRep));
but it says - result does not exist in the current context
Sachin SinghPosted Dec 22, 2021, 7:42 AM
Guest UserPosted Dec 22, 2021, 6:06 AM
Sachin SinghPosted Dec 21, 2021, 5:31 PM
line 4
12/20/2021 11:21:06 AM
line 3
12/17/2021 5:59:08 PMline 212/17/2021 5:46:53 PMline 1")
Srinivasan RamamoorthiPosted Dec 21, 2021, 8:23 AM