| Thread | Last Post | Replies |
|
| Hide Link Button on Master Page | 26 Aug 2007 18:33 GMT | 10 |
As the title describes, I'm trying to hide a link button on the master page if a person isn't logged in. Testing whether or not a person is logged in isn't the problem. It's refrencing that control's properties to change it to true if they are.
|
| How to publish C# ASP.Net code on a server? | 26 Aug 2007 17:34 GMT | 7 |
I built some sample applications from Tutorials using C#.Net 2003, now I want to put them on my server. They work fine on my local machine, but when I put them on my Win2003 server I get the following error: Server cannot access application directory 'E:\wwwroot\xyz.com\'. The
|
| web.config error in cassini 2.0 | 26 Aug 2007 11:12 GMT | 4 |
I have a web application, which I had developed few years ago with ASP .NET 1.1 Today, I would like to deploy the web application to client, using ASP .NET 2.0 + UltiDev Cassini 2.0
|
| ActiveX Self register | 26 Aug 2007 02:22 GMT | 3 |
Hello... I am developing a MFC ActiveX that I want to self register when IE promts to Install it. I have added the VALUE "OLESelfRegister", "\0" to activex's resource
|
| asp.net wizard? | 26 Aug 2007 02:02 GMT | 3 |
I'm helping out on a web app and the developer that created the aspx pages is using <asp:wizard> on the form. There are dropdowns, labels, buttons, etc within each wizard. How can I find a button in one of these wizards? I'm using something like Button btn = (Button)Wizard ...
|
| Problem with Events in UserControls dynamically added to AJAX UpdatePanel | 26 Aug 2007 01:53 GMT | 3 |
I've got the following problem: I want to add and remove dynamically controls to UpdatePanel. In my user control I have a button, but when I click it I get AsyncPostback and Event for ButtonClick in UserControl doesn't fire.
|
| referring instantiating page | 26 Aug 2007 00:45 GMT | 2 |
would I refer the aspx page from the class which has been instantiated in that aspx page. say I have Default.aspx. In the code page Default.aspx.cs I instantiate a class as
|
| Hierarchical control with check boxes? | 26 Aug 2007 00:02 GMT | 2 |
I need a control to display a hierarchical tree of data and each node in the tree should have a checbox to select / unselect that part of the tree. Selecting / unselecting a top node should select / unselect all the children.
|
| IIS automatically changes running framework version | 25 Aug 2007 23:02 GMT | 1 |
I have a Windows 2003 server with a couble of websites in IIS. Every website and virtual directory are set to run .net framework v1.1. The most used of those websites is developed for v1.1 but after some days running rigth, iis suddenly starts running it under v2.0. Although
|
| How can I get the MAC Address..... | 25 Aug 2007 15:22 GMT | 1 |
How can I get the mac address programatically ? any help will be appreciated regard's Husam
|
| delete text in a textbox | 25 Aug 2007 05:59 GMT | 3 |
Is there a way to determine if a user deleted text in a asp:textbox? I have a textbox were users can enter in a product number, then they click a button to see if the product numbers(s) exists in our database, if they exist then the product name is returned and the product number ...
|
| Uploading Picture to Database - Error | 25 Aug 2007 05:31 GMT | 1 |
'GRAB CONTENTS OF UPLOADED FILEDim intFileLen as Integer Dim objStream as streamintfilelen = txtfileupload.PostedFile.ContentLength Dim arrFile(intFileLen) as ByteobjStream = txtfileupload.PostedFile.InputStreamobjStream.Read(arrFile, 0,
|
| Retrieving Stylesheet information from a CSS file | 25 Aug 2007 02:59 GMT | 5 |
I have an ASPX file in which there are properties that depend on the CSS properties in a *.css file specified in a link tag, such as: <link href="mystyles.css" rel="stylesheet" type="text/css"/> Is there a way to get the classes/properties from this file for use in the
|
| Impersonation and Performance | 24 Aug 2007 23:33 GMT | 5 |
I am in the process of migrating an II6 environment from a single server to a network load balanced system. Thus, I am using a virtual directory on a UNC share to house the dynamic data that the web farm will access. Since ASP.NET runs as a local account on the IIS servers, I ...
|
| Sessions timing out quickly despite very high timeout set in web.config | 24 Aug 2007 22:57 GMT | 7 |
We have a large asp.net writtin in VB.Net 2003, and for some reason the sessions have started timing out very quickly, like 5-10 minutes in some cases. In web.config we have the SessionState timeout set at 720 minutes, but this doesn't seem to help.
|