Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > august 2007 > threads for wednesday august 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

physical Architecture of Web Client Software Factory
Posted by DotNetSQL at 8/22/2007 10:51:30 PM
My company has a policy to use 3 tiers to host the entire application: 1 server - presentation layer, 1 server - application server 1 server - database they are 3 physically different servers. If I use Web Client Software Factory to develop a web application, how to split the applic...more >>

Change order of columns in DataGrid dynamically
Posted by tshad at 8/22/2007 7:48:39 PM
I am trying to allow my clients to specify the order that columns show in a datagrid. If I have a Datagrid like so: <asp:DataGrid Visible=true AllowSorting="false" AutoGenerateColumns="false" CellPadding="0" CellSpacing="0" ID="DataGrid2"...more >>

Dynamically changing styles in DataGrid
Posted by tshad at 8/22/2007 7:41:45 PM
I am trying to build a datagrid that is customizable by my clients. I can hide and show columns or changes sizes of the Columns or DataGrid itslef from the Page_PreRender event that works pretter well. DataGrid1.Width = new Unit("551px") for each col as DataGridColumn in DataGrid1.Col...more >>

double click event on listbox
Posted by Jeff User at 8/22/2007 7:41:19 PM
Hi Using .NET 1.1, C#, web app I (actually our client) would like to be able to double click a selection in a listbox and have it postback to server . There I would want to access the item that was double clicked. Any idea how to go about this? Thanks Jeff...more >>

Gridview Update via ObjectDataSource Issue
Posted by tim.cavins NO[at]SPAM gmail.com at 8/22/2007 7:03:19 PM
I have a GridView populated by an ObjectDataSource. I am having issues passing the parameters to the objectdatasource. I have verified that the method is being called but none of the parameters are being populated. Integers are being passed as 0 and strings are empty regardless of what I chang...more >>

Virtual Directory not working
Posted by tshad at 8/22/2007 6:03:30 PM
I have a site www.stf.com and a site www.stfstage.com (where I do all my testing). The problem is that www.stfstage.com is only internal and I need to get access from the outside (without creating a new domain). I tried to create a Virtual directory inside my stf site so that I would acc...more >>

Long Web Form Validation Errors Not visible
Posted by Lit at 8/22/2007 5:32:07 PM
Hi, I have a web page that does not fit all on the screen vertically. At the bottom I have a submit button, When I click on the Submit button and have Validation Errors at the top. the user is unable to see the Errors on top of the page. I know that maintainScrollPositionOnPostBack ...more >>

Problem creating Release EXE
Posted by fniles at 8/22/2007 4:53:31 PM
I am using VisualStudio 2005 (VB.Net). A weird thing happens. I used to have a button and a textbox on my form, and I deleted them. I do a Build on a Release mode. But, the EXE that it creates is dated 8/23/07 4:20 pm. My computer clock says 8/22/07 4:50 pm. And, when I run the exe, both the ...more >>



Sorting custom paged gridview resets PageIndex
Posted by Aamir Ghanchi at 8/22/2007 2:48:32 PM
hi, I have a gridview which is bound to ObjectDataSource which in turn reads from a business objects methods for custom paged data. When PageIndex is set to any value other than 0 and one of the column headers is clicked for sorting, the pageindex gets reset to 0. I tried to debug it . the Pa...more >>

Javascript calc in asp.net page wrong
Posted by David C at 8/22/2007 2:43:59 PM
I have a Javascript function in my aspx page that gives me a different answer than my calculator. For example, using a price of 415,000.00 and a Size of 11,200 in my 2 controls I am trying to calculate the price per sq ft. My Javascript comes up with 37.73 and my calculator comes up with 37....more >>

impersonating ASPNET account does not work for com interop?
Posted by esource at 8/22/2007 1:12:10 PM
Hi all, has anyone been successful in forcing impersonation of the ASPNET account that calls a component through com interop? I have tried doing it programmatically, through IIS, through the web config file and all do not work. The ASPNET account always seems to access my com components. I hav...more >>

Want to view code in GridView.Render so I can override it
Posted by Jason at 8/22/2007 12:50:33 PM
Hi all, I hope this doesn't sound like a lame question, but I want to override Gridview.Render so I can strip out ALL styling elements and use CSS for my styling. I am pretty sure I can figure it out, if I could just get at the code that is currently called by GridView.Render. Can anyone help m...more >>

updating GridView cell background color
Posted by michael sorens at 8/22/2007 12:16:02 PM
I understand how to connect a SqlDataSource to a GridView and have a nice data-connected, paginated web page generated with virtually no coding. Starting from that base, I would like to add an extra column to the GridView and do two things: for each row, based on the value of another column, i...more >>

Faster and more efficient ways to copy website content from VS.NET interface (besides the "Copy Website" tool?)
Posted by kenfine NO[at]SPAM newsgroup.nospam at 8/22/2007 12:06:10 PM
Using VS.NET I am wondering what methods developers use to deploy ASP.NET website content to a remote server, either using FTP or network file copy. Ideally there would be a one-button or one-key-chord way to upload a single file or a single site. In Dreamweaver, you can hit "Control-Shift...more >>

Suppress validation in a page when a button on a master page is clicked
Posted by rmp_colo NO[at]SPAM hotmail.com at 8/22/2007 11:57:15 AM
I have a button on a master page that switches to a different view. However it triggers the validation controls in the current view which then do not allow the switch to occur. Any ideas on how to get past this? ...more >>

Interactive web page archiving app: need guidance
Posted by kenfine NO[at]SPAM newsgroup.nospam at 8/22/2007 11:40:26 AM
Hi, I need some guidance regarding the best way to build an app for archiving web page content via an interactive browse session. I have a fair bit of experience building ASP.NET apps using VS.NET 2005/2008 and almost no experience building Windows forms apps, which is what this may end up ...more >>

VS2005 Pubish Web Site with FTP
Posted by rmgalante NO[at]SPAM galaware.com at 8/22/2007 9:57:04 AM
I have a pretty large web site with about 400 files after I precompile it. When I use the VS2005 Publish tool and publish to an FTP site, which is running IIS, most of the attempts hang after about 10 minutes. Sometimes it works; sometimes it doesn't. Most times it doesn't. What is really agg...more >>

Caching business objects?
Posted by Showjumper at 8/22/2007 9:09:37 AM
Hi I have custom bustom objects whose properties i populate using a datareader. Is it possible to cache the business object afteri have populated it? If so, how? Everything i have tried does not work. Ashok ...more >>

Single sign on for multiple asp.net sites
Posted by sudhaoncyberworld NO[at]SPAM gmail.com at 8/22/2007 8:08:11 AM
Hi Techies I have general question more similar to single sign on of sharepoint site. I have two asp.net sites SiteA and SiteB with forms authentication enabled. Lets assume its available in same server. SiteA and SiteB users and credential informations are same. If UserA logged in S...more >>

VB vs C# question (trying to switch languages)
Posted by WebBuilder451 at 8/22/2007 7:26:05 AM
I'm trying to make the jump from VB to C#. Aside from the syntax issues i'm running into some execution differences i think 1. I created a C# page in an existing VB.net website 2. I added a gridview with a footer row 3. i attempted to change the value of a label in the footer row on row data...more >>

Format Units on ReportViewer chart axis
Posted by Andy at 8/22/2007 7:05:17 AM
Hi there, I have an asp.net 2 application, and created a local report using MS ReportViewer. The report consists of a line chart, with date intervals on the x axis, and amounts of money in the y axis. It all works fine, but the amounts of money are high (in millions), and so the y axis shows i...more >>

How to stop a user control from loading
Posted by adiel_g NO[at]SPAM hotmail.com at 8/22/2007 6:01:46 AM
I added a user control to a webform in Asp.net 2.0. I am also adding several other user controls to this webform. Now I am trying to find a way to stop the user controls from loading up when I call the webform. I could possibly have 10 user controls in this page and I would not want all of th...more >>

Suggestions for learning resources
Posted by sebadinoist at 8/22/2007 5:36:02 AM
Hello, I am a classic ASP developer and have also coded desktop applications in VB.NET. I have been using ASP.NET for a while for some simple administration tools for our Intranet. I have read a few books in order to get a good understanding of the ASP.NET controls (Framework 2.0 at the mo...more >>

ASP.NET 2.0 dynamic image - chart
Posted by gb at 8/22/2007 5:23:09 AM
Hello, I want to plot a yearly price graph in ASP.NET 2.0 based on data stored in a db - how can i do this? any suggestions? tia ...more >>

Accessing cookies from response object
Posted by Hari at 8/22/2007 5:06:25 AM
Hi, I'm working on a winapp that sends a httprequest to a remote server. The server actually sends back a cookie for login request. I have searched a lot. I didn't find the right solution for accessing the cookies from the response object. I tried to check the cookie count on response objec...more >>

Single page assembly model problem
Posted by Dan at 8/22/2007 3:38:18 AM
is anyone know why and how to overcome this problem discussed on this thread. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1984652&SiteID=1 ...more >>

Postback problems
Posted by jediknight at 8/22/2007 3:18:24 AM
Hi I am very new to asp.net 2.0 as I come from a windows development background. I have developed a small user control which has a couple of textfields. One of the textfield requires that when then return key be pressed, some validation and database queries are made. For this I have added ...more >>

Ask for source code for a simple forum.
Posted by Hooyoo at 8/22/2007 12:35:19 AM
Hi, everyone. I'm a beginner of ASP.Net(c#). I want to build a simple threaded forum. Could you please show me some sample source code? The simpler, the better. ^_^ Any suggestions are appreciated. ...more >>


DevelopmentNow Blog