| Thread | Last Post | Replies |
|
| More on Safari and asp:Menu | 23 Jun 2006 17:38 GMT | 1 |
Sorry for the repost - my ISP is having huge usenet problems at the moment... Following on with the problems of asp:Menu controls and Safari, I found the following article:
|
| Cannot move controls at design-time | 23 Jun 2006 17:27 GMT | 3 |
Hi; In vs.2005 i'm creating a web project with c#. At Design-time i cannot move some controls in the form. What should i check?
|
| Code for ASP.NET 1.0 App | 23 Jun 2006 17:17 GMT | 3 |
I am learning ASP.NET 2.0 while working to modify an ASP.NET 1.0 application. Here is the first line of one of the files (default.aspx): <%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="vwma._default"%>
|
| Capture actual fileupload | 23 Jun 2006 17:12 GMT | 4 |
I want to use an ordinary HREF situation to a fake filename on our server. To let IIS and client handle the filetype like zip by itself i don't need a generic handler. But to prevent unautorized access i would *still* like to stream the file
|
| Application Restart on folder creation | 23 Jun 2006 16:59 GMT | 3 |
In our application, we merge documents for our clients. The directory structure is as follows: webroot ->bin
|
| Is Gridview good with clientside? | 23 Jun 2006 16:14 GMT | 2 |
Infragistics WebGrid is very client-side friendly, but what about Gridview? thanks
|
| PP: Using "custom attributes" | 23 Jun 2006 15:49 GMT | 2 |
I was reading this article (http://www.dotnetbips.com/articles/displayarticle.aspx?id=32) on "Custom Attribute", written by Bipin. The only thing I did not understand in this article is the usage of
|
| VS2005 Executes Code After I Hit Stop | 23 Jun 2006 15:15 GMT | 3 |
I posted this in the C# group but thought maybe the better place would be here since it is happening with website projects so please forgive any cross posting. In my website projects I can set a breakpoint, run the app, the
|
| how to trigger an action by clicking in a field of detailsview? | 23 Jun 2006 15:09 GMT | 2 |
is it possible to trigger an action (e.g. make visible a button) when clicking in a particular field of a detailsview? I think is it, but how? I tried it on several ways, but no succes. Doing this on client-side raises the problem: how to get the field in the
|
| remove header in detailsview | 23 Jun 2006 14:56 GMT | 2 |
I have in a VWD-Project several sqldatasource- controls and I bind them during runtime with DetailsView: SqlDataSource2.SelectCommand = "select field1 from Tab1 where id= " & 4
|
| Close Window Command or Monitor Print Queue? | 23 Jun 2006 14:55 GMT | 1 |
I'm attempting to build an ASP.NET (VB) application that will do server-side printing of PDF files. I have used a Process object to launch Adobe's AcroRd32 program with the /t switch which causes it to open an Acrobat Reader window and silently send the document I want
|
| Batch Update in GridView control, is it possible? | 23 Jun 2006 14:50 GMT | 2 |
Is it possible to update all the rows in a single postback using Gridview Control, regards John
|
| stylesheet for DataGrid | 23 Jun 2006 14:47 GMT | 5 |
How do I det the font on my DataGrid from the stylesheet? I have tried: .Grid { text-decoration: none;
|
| Mission impossible? Synchronize sql server data with local Outlook | 23 Jun 2006 14:14 GMT | 2 |
My business people gave me a new requirement today : Have a button on a web page that allow users to synchronize their contact data that stored in our sql server with Outlook on their local computer, and going from their Outlook to our sql server too.
|
| I want to change parent... | 23 Jun 2006 14:01 GMT | 3 |
I want to change the position of a generic control. I want to append it to a different parent. I try some methods but I have some problem with complex controls (like dropdown, checkboxlist)
|