J
James Doran
Afternoon all,
RE: Visual Studio Extensibility
I'm working on a project that requires me to write a Visual Studio Add-in.
The add-in will cycle through all ASPX in an ASP.NET project and access the
Page.Controls collection. I'm looking for controls of type ImageButton and
want to get access to the ImageUrl property. The add-in will then load each
of the images to display in a window for the user.
The problem is that I don't know how to access the page as an ASPX page in
order to get at it's Controls collection.
If anyone could help, I'd be most grateful.
Thanks in advance,
James
RE: Visual Studio Extensibility
I'm working on a project that requires me to write a Visual Studio Add-in.
The add-in will cycle through all ASPX in an ASP.NET project and access the
Page.Controls collection. I'm looking for controls of type ImageButton and
want to get access to the ImageUrl property. The add-in will then load each
of the images to display in a window for the user.
The problem is that I don't know how to access the page as an ASPX page in
order to get at it's Controls collection.
If anyone could help, I'd be most grateful.
Thanks in advance,
James