Forget it :) I spent the 40 minutes or so it takes to get all the solution from source safe again and start with completely fresh dlls for everything (excepting 3rd party stuff of course) and voila its pushed it through...
Must just be something buggy with VS.NET, I could understand if none of...
Hi All
I am experiencing some very strange behavior with the new keyword when using it as a modifier not an operator.
Background:
I'm working on a fairly complex multi project web application with a tiered architecture. There is a code gen application another contractor brought with them...
Hi all
I'm writing a composite server control that adds some children that aren't available in the HtmlControls or WebControls namespaces so I am using HtmlGenericControl to create the child controls and adding those to the server control. Some of these I would like to be self-closing (e.g like...
Hey Rob
How about making a base class that derives from System.Web.UI.Page with your reusable functionality in it, and then deriving your pages from that class so you have the functionality available in all pages? That way the controls collection would be directly available in the base class...
As a rather charmless fix I have created a new concrete type which implements the interface and takes an object which implements the interface in its constructor, giving a concrete "version" of the interface. Now I am then converting my collection of IMyInterface to an MyConcereteInterface[]...
Hi All
Ive got a requirement to bind a datagrid to a collection of objects of different type. They all implement the same interface and the DataSource is a custom collection derived from collection base of IMyInterface objects. The grid only uses properties from the interface to bind to and yet...
You can access the ASP.NET session from any class in any assembly using
System.Web.HttpContext.Current.Session
Rob
i'm a boy, called Bert, and I may not be crazy, but if i'm not the rest of you are...
Found the problem just in case someone else has the same friday no-brain syndrome that I seem to have suffered from!
You can't delete ReadOnly files from the file system programatically regardless of what permissions the ASPNET account has on the file. So you need to use...
Wow - great to see in my recent abscence that the tek-tips community is just as active and helpful as always, keep upi the good work guys :)
Bizarrely it is now working fine having gone for the conventional coffee and smoke break without me touching the code at all. I'm inclined to think it is...
This may be as simple as checking "Reuse windows when opening shortcuts" in the advanced settings of Internet Options in IE....
Rob
i'm a boy, called Bert, and I may not be crazy, but if i'm not the rest of you are...
Hi All
Ok, my application lets users browse a directory of files on the server and select files to add to the system (write to a specific storage client and the database). When the user selcts a file it is copied into a directory which temporarily stores the file(s) to be added until the user...
Hi all, been a while since I been around here, hope you don't mind helping out someone who has been too busy for helping out himself the last few months :-)
[ RANT ]
Im fed up of WYSIWYG, rich-text, all singing, all dancing editors for CMS and forums. I've been working with them in various...
Ok sounds good, that is essentially the same as the method I proposed with a textbox as a gui for the browsed file and some non-DOM Javascript ;-) If ca8msm has used this before it sounds like the type="file" input can be clicked programtically LFCfan.
Like i said though I havent tried it and...
AFAIK there is no way to change the text of the button on a file input control...
However you could have one hidden using CSS and then "click" it using javascript when another button is clicked, which would have the same effect of opening the dialog without the user ever seeing the control.
Of...
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.