J
JB
Helllo
When using C# and ASP.NET the code behind pages intellesense easily
accesses the objects used on the form for (example datagridview1.datasource =
mydb) , but if the datagridview is placed in a Web Control on the form how
can intellisense access the datagridview1.datasource property when the
datagridview object resides in a Web Control that is on the form?
When using C# and ASP.NET the code behind pages intellesense easily
accesses the objects used on the form for (example datagridview1.datasource =
mydb) , but if the datagridview is placed in a Web Control on the form how
can intellisense access the datagridview1.datasource property when the
datagridview object resides in a Web Control that is on the form?