Are you installing a windows app? If so it will depend on the permissions of the current user trying to install I believe. An application can also check to make sure you have suffficient privaledges to specific directories etc.
what version on .net are you using? I think I heard something that the compiled dlls in 2.0 need to match the .aspx version its referencing.
Just a shot.
Here is my problem.
I have two sites, SiteA the host and SiteB the image provider.
Setting cross Domain cookies with a script appended to the image file is getting blocked from SiteA because of the browser (IE6). When I add the appropriate p3p compact policy header to the response on the image...
I've been using this template. It allows you to create a custom template and then add anything else that is particular to a page in the actual .aspx you are calling.
http://www.ftponline.com/vsm/2004_03/magazine/columns/aspnet/default.aspx
yeah, make a method to in a DataLayer Class that receives an id parameter and returns a DataSet. Then when you need it just call that method and pass it a ds.
Another possibility is to retreive all the data and cache it. This is of course if the database table doesn't contain alot of records...
That is what I am doing now. However I have about 20 or so links and images on pages. So it would be easier to do it with the bind expression <%# %> than in code.
The reason this is needing to be done to images and links is for different enviroments this web app is going to be setup on, I.E...
Can anyone explain to me why this won't work.
.aspx
<asp:Hyperlink NavigateURL= "<%# appLocation %>" runat='server' id='link'>text</asp:hyperlink>
codebehind
public appLocation = "server.whatever";
Why doesn't my NavigateUrl get filled with the value?
Thanks for the info.
MJ
On the brink of .net 2.0 and client callbacks I found a pretty cool AJAX .net controls someone has built for the current .net . Here is the link:
http://jason.diamond.name/weblog/
I am assigning columns to a dataTable and they have a comma in them. This doesn't pose a problem until I want to sort the table then it blows up on the dataview.sort command. It seems to stop reading my string I pass for the column as soon as it hits the comma. Is there a way to make this work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.