Hi AspGel,
Admin LTE is based on Bootstrap. It's a free bootstrap themes.
You'd better to download the demo(https://github.com/almasaeed2010/AdminLTE/archive/master.zip).
In the zip file, you can find timeline.html(~\AdminLTE-master\pages\UI).
Importing the necessary files to the asp.net project.
1.<link href="~/Content/_all-skins.min.css" rel="stylesheet" />
2.<link href="~/Content/AdminLTE.min.css" rel="stylesheet" />
3.<link href="~/Content/bootstrap.min.css" rel="stylesheet" />
You can use select SQL command to select data from database, data should show like this:
date icon (event title) etc.
3. How to show these data?
After taking the data, traversing the count of the data, then you could use split joint method to handle these data.
4. About style of control and data?
You could add class or id inside of html tag, then apply CSS to it.
Best Regards,
Eric Du
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
None
0 Points
3 Posts
Creating timeline
Jan 06, 2017 03:34 PM|AspGel|LINK
https://almsaeedstudio.com/themes/AdminLTE/pages/UI/timeline.html
i couldnt do. Can you help me
All-Star
35218 Points
9955 Posts
Moderator
Re: Creating timeline
Jan 06, 2017 03:54 PM|bbcompent1|LINK
At the bottom of that timeline page, they give the code for the timeline:
It looks like a bit of CSS and HTML magic. Did you try it?
None
0 Points
3 Posts
Re: Creating timeline
Jan 06, 2017 11:18 PM|AspGel|LINK
No i want to create with .Net. how can i get datas
Member
600 Points
262 Posts
Re: Creating timeline
Jan 09, 2017 09:48 AM|JiyaoLee|LINK
Hi AspGel,
Admin LTE is based on Bootstrap. It's a free bootstrap themes.
You'd better to download the demo(https://github.com/almasaeed2010/AdminLTE/archive/master.zip).
In the zip file, you can find timeline.html(~\AdminLTE-master\pages\UI).
Importing the necessary files to the asp.net project.
1.<link href="~/Content/_all-skins.min.css" rel="stylesheet" />
2.<link href="~/Content/AdminLTE.min.css" rel="stylesheet" />
3.<link href="~/Content/bootstrap.min.css" rel="stylesheet" />
The TimeLine code is like below:
Replacing [1] with timeline label content and [2] with timeline item content.
Regards,
JiyaoLee
Contributor
6730 Points
2715 Posts
Re: Creating timeline
Jan 09, 2017 10:01 AM|Eric Du|LINK
Hi AspGel,
According to your description, as far as I know,
1. About use which method to send request?
You can use jQuery call WebMethod, also can add date as parameters send to WebMethod.
For more detail, please refer to this link:http://www.aspsnippets.com/Articles/Retrieve-data-from-Database-and-display-on-page-using-jQuery-AJAX-in-ASPNet.aspx
2. How to get data from database?
You can use select SQL command to select data from database, data should show like this:
date icon (event title) etc.
3. How to show these data?
After taking the data, traversing the count of the data, then you could use split joint method to handle these data.
4. About style of control and data?
You could add class or id inside of html tag, then apply CSS to it.
Best Regards,
Eric Du
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
20 Points
31 Posts
Re: Creating timeline
Jan 25, 2017 11:10 AM|ifour.nishith@gmail.com|LINK
Hi,
You Can Check Below URL
https://www.officetimeline.com/excel-timeline
Software developer
custom software development company India
All-Star
35218 Points
9955 Posts
Moderator
Re: Creating timeline
Jan 25, 2017 02:12 PM|bbcompent1|LINK
You do realize he is trying to do this in a web application backed by asp.net? From reading your reply, that only applies to Excel, not asp.net.
None
0 Points
3 Posts
Re: Creating timeline
Feb 10, 2017 03:43 PM|AspGel|LINK