1
Answer

How to add multiple control in datagridviewcell

kirti zare

kirti zare

9y
641
1
Hi,

I am making a appointment calendar application. (Calender with big Squares)

To create calendar I have used datagridview.

In this application, event will be added on selected Cell/date and will display that event in calendar

for that i have to add control in selected datagridview cell but i did not succeed to add cell

If you have any suggestion for how to add multiple control in one/selected datagridview cell, it will most helpfull to me

Thanks in advance
Answers (1)
1
Amit Singh

Amit Singh

NA 3.7k 46.6k 9y
1.First Create on Website
 
2.Add one Master Page
 
3.Add One WebForm and add with Master Page
 
4.Create one Css page
 
https://www.asp.net/web-forms/overview/older-versions-getting-started/master-pages/creating-a-site-wide-layout-using-master-pages-cs
 
http://www.aspdotnet-suresh.com/2014/07/master-page-with-menu-control-in-aspnet-example.html 
 
 
0
Raja

Raja

NA 1.7k 45.3k 9y
Give some extensive explain sir.
0
Amit Singh

Amit Singh

NA 3.7k 46.6k 9y
Add external  CSS  to Master page
 
<link href="MyStyle.css" rel="stylesheet" type="text/css"> in head tag.
 
 
<asp:Textbox id="Textbox1" runat="server" CssClass="your class/id name">