Ask a Question related to ASP.NET Building Controls, Design and Development.
-
rick #1
Custom Web Control Deployment Issue
I have a custom web control in which I have created a
setup project in the same solution. In the setup project,
I have created a custom folder in the File System view
with the defaultLocation property set to:
c:\InetPub\wwwroot\aspnet_client\[ProductName]\
I want to append the AssemblyVersion property of the
custom web control of the web control to the end of this
location so it would look like:
c:\InetPub\wwwroot\aspnet_client\[ProductName]
\[AssemblyVersion]\
So if my control's version was 1.0.2.3 then the folder
path that the setup project would create would be:
c:\InetPub\wwwroot\aspnet_client\MyProductsName\1. 0.2.3\
Unfortunately, in searching around, I can't find any
information on how to do this rather then versioning my
control and deployment project identical and using the
[ProductVersion] attribute of the deployment project.
Any help on how to append the AssemblyVersion property of
the custom web control to the defaultLocation of this
custom folder would be GREATLY appreciated.
Thanks,
-Rick
FYI -- The reason i have this folder in the
aspnet_client ... folder is to deploy a Javascript file
into that directory.
rick Guest
-
Custom Control Design-Time Issue
Hello all, I have an issue during design-time with an ASP.Net custom control. When the user sets a specific property at design-time (the ImageUrl... -
Custom Server Control Property Validation Issue
I've been developing a custom server control that composites a Calendar control and several other controls. In this class, I have two properties... -
Custom control viewstate (?) issue!
I've been struggling for a day and yet haven't found a solution to such a problem: I have, let's say, an apsx page, which contains a UserControl,... -
Custom control issue: Where do I put this code?
Billy, this is probably not the answer to your problem, but shouldn't you check IsPostBack before adding those items? -- John Saunders Internet... -
ControlDesigner not invoked on custom control when control is rendered within another custom control
I have a custom control that has a simple designer (derived from System.Web.UI.Design.ControlDesigner) associated with it (using the...



Reply With Quote

