I have placed a drop down withing a web datagrid. It is called ddl1
In the code when I type ddl. then the intellisense does not work
What am I doing wrong please?
Thanks
Printable View
I have placed a drop down withing a web datagrid. It is called ddl1
In the code when I type ddl. then the intellisense does not work
What am I doing wrong please?
Thanks
well you named your control ddl1 and your typing in ddl. You have to type in ddl1 since it is the name of your control. the intellsense does nto kick in until you have typed in the correct name or your control and pressed '.'. If you type in ddl1. it should kick in.