Issue to project

Peter_1985 2,526 Reputation points
2022-03-03T08:35:24.133+00:00

Hi,
The project below is to further put more comment/remark there. How to improve the way to ensure details are saved into table properly?
https://1drv.ms/u/s!Ai8CrEskdewXwwIDrlmSTcZnMvPH?e=wcaPGP

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,273 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,279 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,066 Reputation points
    2022-03-08T05:45:59.917+00:00

    Hi @Peter_1985 ,
    You could use jQuery AJAX and WebMethod, the records will be fetched using DataSet received as XML string and then the XML string will be used to populate (bind) the ASP.Net Repeater on Client Side using jQuery.
    Qls1S.png
    68uZ6.png

    Best regards,
    Yijing Sun

    1 person found this answer helpful.

  2. Peter_1985 2,526 Reputation points
    2022-03-04T02:50:49.277+00:00

    Hi,
    To the code example below, I want to know how to improve it to be able to retrieve comments from table, upon refreshing the page? Can you refer to the project?

    179894-1c.png


  3. Peter_1985 2,526 Reputation points
    2022-03-04T08:28:06.333+00:00

    Hi,
    The save event should be able to save all comments (one by one) into the table, and when refreshing the web page, the comments saved inside the table, should be retrieved and put into CK editor (one comment after another).


  4. Ashraf Abo elnassr Abo elmagd 1 Reputation point
    2022-03-21T08:49:02.237+00:00

    I suggest you could post your codes with problems to us on this thread and more experts will help you.
    Best regards,