Right click to your project in Solution Explorer » Add » Add New Item » Select Stylesheet file. This will add a new CSS file to your project. Now add above class file in this file:
.hiddencol
{
display: none;
}
Save the file and open aspx page, simly drag the file from Solution explorer and drop it on the aspx page design code below <title></title> tag. This will generate link to css file. This should resolve it.
नमस्ते,
[KaushaL] BlogTwitter [MS MVP 2008 & 2009] [MCC 2011] [MVP Reconnect 2017]
Don't forget to click "Mark as Answer" on the post that helped you
Member
399 Points
1101 Posts
Need CSS File for my below code
Apr 06, 2017 09:28 AM|asp.ambur|LINK
Hello
I need css file for this code..
Thank You
All-Star
31362 Points
7055 Posts
Re: Need CSS File for my below code
Apr 06, 2017 10:16 AM|kaushalparik27|LINK
Right click to your project in Solution Explorer » Add » Add New Item » Select Stylesheet file. This will add a new CSS file to your project. Now add above class file in this file:
Save the file and open aspx page, simly drag the file from Solution explorer and drop it on the aspx page design code below <title></title> tag. This will generate link to css file. This should resolve it.
[KaushaL] Blog Twitter [MS MVP 2008 & 2009] [MCC 2011] [MVP Reconnect 2017]
Don't forget to click "Mark as Answer" on the post that helped you