Hello there,
I was wondering if anyone would give me simple example about making asp controls responsive. I am using bootstrap in my asp master page. I created a webform called Default.aspx. Then I added asp label and asp button into the default page. when I run the app everything gets responsive but the label and the button haven't changed thier sizes (the two controls kept thier original size they had when the screen was big). What I want is how do I set up the size of my asp controls so that when the screen size/resolution changes, the controls automatically resize or scale down or up? Could you please give me a working example that has a asp:label and asp: button?
Thank you.