| Thread | Last Post | Replies |
|
| .NET 1.1 apps stop working when .NET 2.0 starts working etc | 04 Oct 2007 13:17 GMT | 3 |
On our server we have both applications that have been migrated to use v2.0 of the framework as well as apps that have not yet been migrated and still use 1.1. When I tried to deploy my v2.0 app earlier today it would not work. We restarted IIS and evenutally it started
|
| Disabling underline in hyperlinks | 04 Oct 2007 13:17 GMT | 2 |
I want to disable the underline of a hyperlink text in a hyperlink column of datagrid/gridview in the content page. If I am writing a css class to disable it in the master page then its disabling
|
| HTTP Handler | 04 Oct 2007 13:01 GMT | 3 |
Can HTTP handlers be used to upload files to a server in ASP.NET? If yes, then how? Thanks
|
| Inheritance | 04 Oct 2007 12:59 GMT | 3 |
A class (derived) can be defined/derived from an existing class (base) by inheriting the properties & methods of the base class but can an object inherit the features of another object? Thanks
|
| send email question | 04 Oct 2007 12:55 GMT | 9 |
I have a page with a textbox that a user can enter in mutliple email addresses such as: user1@yahoo.com;user2@yahoo.com;user3@gmail.com; and so on, I then have a foreach loop to get all of the emaill addresses and send emails out. the problem is that all of the email addresses the ...
|
| What is better than ActiveX | 04 Oct 2007 12:54 GMT | 4 |
I know that ActiveX is an old technology. But it gives programmer ability to read all resources on local machine from IE. I am using it in one of my ASP.NET projects. Firefox can use ActiveX when you have plug-in installed. Is there anything ActiveX-like which is supported by all ...
|
| help with login when it doesn't | 04 Oct 2007 12:49 GMT | 3 |
I have produced a website with VS 2005 through a hosting company. It works fine. I have used the login control on the page It works fine in Firefox and in with MOST users of IE6 or IE7 but not all.
|
| Tracing | 04 Oct 2007 12:16 GMT | 1 |
How do I enable tracing for only a part of a code in an ASP.NET page? For e.g. how do I find out whether a condition has been met or not using Trace.Write (or Trace.Warn)? If I enable Trace="True" in the @Page directive, the ASPX page will
|
| Assembly | 04 Oct 2007 11:23 GMT | 1 |
Using VBC, I created a DLL by compiling a class (.vb) file in the /bin directory of the web application. Is this DLL residing in the /bin directory an assembly? I have gone through quite a few posts on what exactly is an assembly
|
| Update Panel dosen't works with UrlRewriter.Net | 04 Oct 2007 11:21 GMT | 1 |
I've a web app, with multiple user controls on my page myPage.aspx. I've used Asp.net 2.0 ajax update panel which partially updates its contents on a command button click, due to this I dont loose my data loaded on the other user controls on the page.
|
| Page.ClientScript.RegisterArrayDeclaration | 04 Oct 2007 09:51 GMT | 2 |
I have a 3 dimenionsal array which I populate in my C# code. I then want to make this available to my Javascript so I do below. Page.ClientScript.RegisterArrayDeclaration("myArray", myArray.ToString()) When I view my source html I see var myArray = new Array(System.Int32[,])
|
| Displaying User-Supplied String | 04 Oct 2007 09:47 GMT | 9 |
Okay, I have a site that displays information based on user input, a couple of the items are plain strings that the user entered. I understand the risk here is that they could insert javascript or whatever in their string and, when my page displays it, that script could be
|
| Derived Repeater | 04 Oct 2007 09:44 GMT | 2 |
Does anyone know if it would be possible to create a custom derived Repeater control that directly supported paging. I'm looking for ideas for a 'personal project' and this in particular is something I would personally use.
|
| Snapshot image of website | 04 Oct 2007 09:22 GMT | 2 |
Anyone know where I can get a component that let's me take a snapshot of a website for link previews? Just like is done at; http://www.ask.com (do a search and hover the mouse over the binocular icon)
|
| Can't do a delete when using Objectdatasource with a GridView | 04 Oct 2007 08:48 GMT | 1 |
I have a simple Edit,Update Gridview and i'm using ObjectDatasource with dataset generated and TableAdapters I can do an update no problem.But can't get my delete to work.When i look at the parameters sent to the store proc it all contains NULL.
|