Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Can 2 columns of a DataGrid have a single heading OR can I have two controls in 1 column?
mark4asp - 10 Nov 2006 10:41 AM - 1 message
This page is currently using a Repeater control to create a table with 6 columns. The first column has 2 ImageButton controls and a common header. How can I do this with a DataGrid ?  I need either 7 columns in my ...
Score Magic names or hidden convensions ?
craigkenisston - 10 Nov 2006 6:36 AM - 1 message
Im trying to follow the data tutorials by Scott Mitchell in the asp.net website. In the number 2, there's about the creating of a BLL. Then suddenly it creates a class with a using declaration like: "using NorthwindTableAdapters;" ...
Score Form from another project
JB - 8 Nov 2006 8:43 PM - 1 message
I have an asp.net application that goes to a database and displays data from that database on maps. In a completely different project I also collect data and would like to map it, rather than recreate the map application in to my new ...
Score Save display value between postbacks
satish.vell - 7 Nov 2006 8:32 PM - 1 message
Hi, I have a ASP.NET page inside which I toggle the display of a field using javascript. How can I save this display value between postbacks. Here is my code: <pre> <%--Name fields--%> <asp:HyperLink runat="server" id="namesLink" cssclass="searchLink"> ...
Score reference madness
nickfranceschina@gmail.com - 6 Nov 2006 11:12 PM - 1 message
I'm not sure what I'm doing wrong, so I'll explain best I can.  nothing too exciting, I have a VS2005 solution with a website project and a class library project (website references library with "project reference")  All was well for the past few weeks... class library ...
Score How do I update an image without manual refresh?
Jerry J - 6 Nov 2006 3:12 PM - 1 message
How can I get an asp:Image to refresh when a user uploads a different jpg. I disabled caching using this command on Page_Load():   Response.Cache.SetCacheability(HttpCacheability.No Cache); but it didn't help. The problem is that this page does not change images after a client uploads ...
Score Serve CSV file in new window
rgparkins - 6 Nov 2006 10:33 AM - 1 message
Hi, Really stuck with this one, or the fact that I have just had a baby maybe mind mind is in meltdown and I cant figure how to solve this! I have a list of users stored in session. These users are displayed in ...
Next »