| Thread | Last Post | Replies |
|
| C# question... What are INTERFACES used for? | 10 May 2008 02:01 GMT | 7 |
I've been toying around with interfaces in C#. They are fun but can anybody give me some examples of where interfaces are used and what they are used for?
|
| Output Caching with Custom HTTP Handler | 10 May 2008 01:51 GMT | 2 |
I'm creating a custom handler that does not extend Page (only implements IHttpHandler) - and I would like for its output to be cached to improve runtime performance. I would like to leverage ASP.NET's output caching capabilities that are already in place for standard Page ...
|
| How to send data to/from an ASP.NET and a Project (.exe) | 10 May 2008 01:35 GMT | 1 |
You all have been so helpful to me before so I thought I'd ask this. I have a web page (ASP.NET) and I need to send data from this web page directly to an application (executable) I've developed that runs on a
|
| Visual Studio 2005 asks me to convert to a website when it is a web application | 10 May 2008 01:31 GMT | 1 |
I have Visual Studio 2005 Professional Edition installed with Service Pack 1. I have several solutions and projects that I have migrated from Visual Studio 2003 to 2005. In most cases the changes I had to make were small and when the web projects were converted it told me
|
| String concact problem | 09 May 2008 23:44 GMT | 1 |
I have an asp.net page that is adding a javascript onclick event by adding an attribute (see below). The problem is that when the file name (shown as strNewFile) has a single quote in the name (e.g. David's Document.doc) then the javascript function fails. I assume it is a ...
|
| dynamically generated web controls asp.net best method to access v | 09 May 2008 21:38 GMT | 1 |
I have a simple page i'm trying to do dynmaically.. i have a page called submitcomments.aspx with the .cs codebehind.. before i created everything in design view.. now i've ripped that out and added a asp panel to the page and created a procedure in my c# datalayer.cs
|
| problem with e.Row.Cells() of gridview | 09 May 2008 17:12 GMT | 5 |
i want to make the forecolor of values into a gridview red but only when they equals 'n'. <asp:GridView ID="GridView1" runat="server" DataKeyNames="hour,place" DataSourceID="SqlDataSource1" >
|
| How do I know the number of rows in a Gridview? | 09 May 2008 17:05 GMT | 1 |
I have a gridview and I need to know the number of rows in it. I find the Page_load and the Gridview_Load events are too early to find out the number of rows. I can use the Gridview_databound event to check for the number of rows. But the problem is that the user can update a
|
| Thread.CurrentPrincipal.Identity.Name returns "ANONYMOUS LOGON" | 09 May 2008 17:02 GMT | 1 |
I have a .NET 2 Remoting client in an ASP application, pages call various methods on the TCP channel. The .NET Remoting Server runs as a Windows Service, "secure"=true in both the Client and Server Remoting interfaces.. But when I call Thread.Current.Principal.Name in the server, ...
|
| Remove JavaScript __doPostBack function | 09 May 2008 16:14 GMT | 4 |
I have a customer requirement to provide a web application without JavaScript. A function is being written to the HTML output on some pages. The function is called __doPostBack. How do I get rid of it. There is no call to the function in the rest of the page, so ...
|
| javascript file won't work with .cs file... | 09 May 2008 13:00 GMT | 2 |
Hello. I'm reposting this because my prioe post's subject line was incorrect. I'm developing an asp.net 2.0 project using VS 2005 on XP sp2 with all the updates. I have an aspx page with javascript that works fine until I
|
| Making Multiple Themes Available (but not automatically applied) To All Sites on a Web Server | 09 May 2008 11:26 GMT | 1 |
Using 3.5: Suppose I have defined 20+ themes (including multiple graphics, .skin files, and css files per theme), and I want to make those themes *available* to all the Web sites on my Web server. How can I accomplish this "making them available" without having the themes all ...
|
| Encrypting Webconfig file values in .Net 1.1 Framework | 09 May 2008 10:55 GMT | 4 |
Could anyone suggest me an idea to encrypt the webconfig file's connection string in the framework 1.1. Thank you in Advance
|
| Programmatically Creating Themes and Skins | 09 May 2008 10:55 GMT | 1 |
According to the MSDN docs, we cannot programatically create our own themes or skins: "Page and control developers do not use the ControlSkinDelegate, ControlSkin, or PageTheme classes directly. These classes are used by the
|
| KeyBoard Layout | 09 May 2008 10:49 GMT | 2 |
Currenlty I am working on KeyBoarLayout in C#. I donot know how to change the keyboardlayout .I am creating a software similar to "Avro KeyBoard 4.5.1". Thanks in advance. Arnab
|