I am writing a Server Custom Control and I am embedding some resources in it. As part of the process, a CSS resource is copied to the temporary folder. I then use the following code to register i...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23822109.html
I have a repeater that shows information from an Excel File, when the user imports the information from an Excel template I show that information on a repeater, then the user can update information...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23284091.html
I have a web user control. In the control I have a custom event:
public EventHandler myEvent { get; set;}
The aspx page needs to set that event:
<uc1:MyUserControl myEvent="someEvent" runa...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23334888.html
I am looking into whether not list serve technologies can be implemented with ASP.NET. I basically want to create a routine that checks to see if email has been received on an email server, I want ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23636860.html
Hi,
I am wondering if it's possible to cycle through appsettings in a web.config file and if it exists then use it, if not then don't use it.
Example is:
<add key="BCCEmail1" value="test@tes...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23660386.html
Hello, i'm currently starting a new web base project for a medium business. The web site will be in ASP.NET 3.5 and SQL 2005. They need to host the web application on a "Load-Balancing / Web Cluste...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23691317.html
Thanks samtran0331.
From your last comment,
>>A production server should be just that and nothing else.
>>It should do nothing more than run IIS and your web apps.
Does the production ser...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23707...
The name 'ReqTable1' does not exist in the current context
return ReqTable1;
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23715...
Hi
I am creating a website for which i am using a Asp.Net Menu control with Sitemap Provider. When the HTML gets renderd it produces table and divs and spans for which it is difficult to provide...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23745453.html
Hi,
I am doing a small web project..
To reduce complexity of the code behind i want to create logical partial classes for the Default.aspx.cs file
Is there a way for me to create partial cl...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23761157.html