I am new to asp.net and working through a set of issues that has two .aspx pages.
Events.aspx:
Here the admin site updates upcoming events and webinars using an already available panel, for example, event name, date, information, etc.
index.aspx:
On my homepage there is a div section in the sidebar where I want these updated events from
Events.aspx . He will show only the four best upcoming events.
They will be sorted according to recent upcoming events for later ones.
In the future, when these events are updated, only the first four upcoming events will be displayed.
How to do it? Any help would be awesome.