i have a gridview called Gridview1 that include an either Gridview inside . child gridview called Grid1
now i want access to child gridivew in c#
i write this code:
|
but i confronted this error:
|
in this code i get that error too:
|
how can i do that?
|
|
|
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lalit MPosted Dec 9, 2009, 3:38 AM
To register Adodb.dll in the GAC, follow these steps:
- Click Start and then click
Run.
- In the Run dialog box, type the following
command, and then click OK:
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\gacutil /i C:\Program
Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll
Reference link