| Thread | Last Post | Replies |
|
| Impersonating | 30 Apr 2006 04:37 GMT | 2 |
We have an Index Server on Win2k Server SP4 indexing about 250.000 docs. We have written an ASP.NET serch page, setup a new virtual directory, and set to use .NET framework 2.0. On the server is installed also .NET framework 1.0, for the rest of the
|
| GridView added rows non-persistent | 29 Apr 2006 23:23 GMT | 2 |
Hi all, I've got a really annoying problem that I need to fix sharpish. I've got a GridView derived control which has a templated header and footer. It works wonderfully on the first render but then the header/footer vanish into thin air. If I add the header/footer
|
| TableCell: BackColor Property But No BackGround Property? | 29 Apr 2006 23:09 GMT | 1 |
I am using an ASP:Table Control to make a table. I know that the HTML TD tag has a background attribute and a bgcolor attribute. The TableCell has a BackColor property, which is the equivelant of the HTML bgcolor attribute, but what can I use as an equivelant for the HTML ...
|
| Server.Transfer Question | 29 Apr 2006 22:49 GMT | 2 |
Is there a disadvantage to using the Server.Transfer technique -- eg. vs. Response.Redirect? Thanks
|
| ASP.Net 2.0 class library? | 29 Apr 2006 21:57 GMT | 3 |
I've created a class derived from System.Web.UI.Page that I'd like to be able to put into Reference Assembly for easy sharing between subwebs. However, I can't seem to find any way to create such a class library for ASP.Net 2.0. (Creating a windows class library doesn't work ...
|
| Response.Redirect in v2 | 29 Apr 2006 20:54 GMT | 2 |
I have a fairly simple site, the vast majority of which is available to everyone on the public internet. However, the site has one section which requires logon via the standard username-password combination. The usernames and passwords are stored in
|
| Problems with ASP.NET and IIS | 29 Apr 2006 20:25 GMT | 4 |
On my previous machine (Win XPPro, SP2) I had both VS.NET 2003 and VS 2005 up and running. I had a continuing problem with ASP 2005 in that I couldn't get the "start up" examples using SQL Server to work properly. However, the machine died on me and had to be replaced. On my new
|
| IIS and Skype Conflict | 29 Apr 2006 20:23 GMT | 1 |
I've observed that everytime I reboot my computer, IIS will not start. I've tracked this down to a conflict with the well known product, Skype. Shut off Skype and I can start IIS. I'm curious to find out if anyone knows what the conflict is between these
|
| foreach ImageButton problem | 29 Apr 2006 18:47 GMT | 3 |
how come foreach(ImageButton imgbtn in Page.Controls) doesn't work ? whats wrong in that statement? what should I do? I need to go through each ImageButton in the Page, without going through all the other controls.
|
| Simple OO Question for .NET | 29 Apr 2006 17:14 GMT | 7 |
If I want to dynamically build an asp:table in a class file and return it to the caller as an object ie: public Table TableGenerator(){ public Table myTable = new Table();
|
| Data conversion Error | 29 Apr 2006 17:11 GMT | 2 |
Hi and TIA. I have a dataset that I fill from an Access table. Some integer and date fields are null. I'm iterating through the records and sending them to an SQL database table. The problem I'm having is I get an error: (FormatException: Input string was not in a correct ...
|
| Preserving data within a whole application. | 29 Apr 2006 16:10 GMT | 4 |
I just recently recieved my full copy of Visual Studio 2005 (excited!!!), and have gone head first into writing my first application. Sadly, I've hit a design barrier.
|
| How to clear Viewstate in aspx (or ascx) page | 29 Apr 2006 15:56 GMT | 2 |
hi friends, i am having an aspx page. i want to clear its viewstate on a particular condition. Is that possible? If yes, how can i do so?
|
| support language | 29 Apr 2006 14:53 GMT | 1 |
sir I want to know that ..net support many language .is java one of them language. --
|
| Master Pages not displaying ... ? | 29 Apr 2006 14:34 GMT | 8 |
I've just been working through several examples of how to create Master pages and then create content pages which are linked, but I cannot see the Master page when I'm viewing the content page in "Design", nor do I see it when I'm viewing the page in the browser.
|