TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
2.1k
472.8k
How to align div class to the center using bootstrap?
Nov 6 2020 6:27 AM
Hi Team
@{
ViewBag.Title =
"File-Upload"
;
}
@
using
Syncfusion.EJ2;
<div
class
=
"form-group xl-auto"
>
<div
class
=
"control-section"
>
@Html.EJS().FileManager(
"file"
).AjaxSettings(
new
Syncfusion.EJ2.FileManager.FileManagerAjaxSettings
{
Url =
"/Home/FileOperations"
,
GetImageUrl =
"/Home/GetImage"
,
UploadUrl =
"/Home/Upload"
,
DownloadUrl =
"/Home/Download"
}).Render()
</div>
</div>
I have bootstrap class, im using fileManager, the view is filling all this on my layout. How do i align this div class at least on the center? See below my View design it does not look good, it hid behind instead be in front.
Reply
Answers (
1
)
Can I write html function?
Highlight the part of paragraph dragged by mouse by user