Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello there

I'm new to asp.net and i Have 2 questions


1- I have a problem in using the calendar control , i have webform holding a calender control i use it in three modes of the formview control Item template insert template and and Edit template , i want to use this calender for CRUD operation , i have write the query for that purpose Know i want to enter date time value to the database through the calendar how to do that ?

2- I have a webform contains asp.net controls like Form view , text boxes , labels how to make these controls responsive using bootstrap how to make form view control responsive?

What I have tried:

I have tried a lot to make the asp.net controls repsonsive but not successed
Posted
Updated 2-Jan-18 8:19am

1 solution

To make your controls responsive, just add the bootstrap libraries like js, css etc.. files in your project.

Remember one thing in ASP.NET -
If you want that your controls or your form will become more responsive then use the html controls instead of server controls.

I don't know whether you know much about the ASP.NET lifecycle or not but if you read its lifecycle in detail then you can easily aware with that html controls are more faster & responsive instead of server controls.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900