physical Architecture of Web Client Software Factory
(1 messages)
Date: Wed, 22 Aug 2007 22:51:30 -0500
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 ...
|
Change order of columns in DataGrid dynamically
(2 messages)
Date: Wed, 22 Aug 2007 19:48:39 -0700
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"
...
|
Dynamically changing styles in DataGrid
(2 messages)
Date: Wed, 22 Aug 2007 19:41:45 -0700
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 ...
|
Virtual Directory not working
(2 messages)
Date: Wed, 22 Aug 2007 18:03:30 -0700
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 ...
|
Long Web Form Validation Errors Not visible
(3 messages)
Date: Wed, 22 Aug 2007 17:32:07 -0700
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 ...
|
templates in visual studio 2005
(1 messages)
Date: Wed, 22 Aug 2007 18:05:19 -0600
I created some of my own ItemTemplates, and they work fine when I am create
a "web site" project. However, if I create a project, select asp.net
application, the templates do not appear when I create a new item. Why
would ...
|
double click event on listbox
(4 messages)
Date: Wed, 22 Aug 2007 19:41:19 -0400
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 ...
|
Car Air Conditioners!
(1 messages)
Date: Wed, 22 Aug 2007 22:47:28 -0000
http://car-air-conditioning.blogspot.com/
...
|
Nested User Controls
(1 messages)
Date: Wed, 22 Aug 2007 15:12:00 -0700
Hi,
I have two controls
myParentControl
and
myChildControl
myParentControl would have a repeater which will have a 'myChildControl' in
the ItemTemplate.
I put the 'myParentControl' on a web page 'MyASPXPage' ...
|
Problem creating Release EXE
(1 messages)
Date: Wed, 22 Aug 2007 16:53:31 -0500
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. ...
|
|
Sorting custom paged gridview resets PageIndex
(3 messages)
Date: Wed, 22 Aug 2007 14:48:32 -0700
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 ...
|
impersonating ASPNET account does not work for com interop?
(2 messages)
Date: Wed, 22 Aug 2007 13:12:10 -0700
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 ...
|
Want to view code in GridView.Render so I can override it
(3 messages)
Date: Wed, 22 Aug 2007 12:50:33 -0700
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 ...
|
Javascript calc in asp.net page wrong
(2 messages)
Date: Wed, 22 Aug 2007 14:43:59 -0500
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 ...
|
updating GridView cell background color
(4 messages)
Date: Wed, 22 Aug 2007 12:16:02 -0700
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 ...
|
Faster and more efficient ways to copy website content from VS.NET interface (besides the "Copy Website" tool?)
(4 messages)
Date: Wed, 22 Aug 2007 12:06:10 -0700
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 ...
|
Gridview Update via ObjectDataSource Issue
(7 messages)
Date: Wed, 22 Aug 2007 19:03:19 -0000
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 ...
|
Suppress validation in a page when a button on a master page is clicked
(2 messages)
Date: Wed, 22 Aug 2007 11:57:15 -0700
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?
...
|
Interactive web page archiving app: need guidance
(5 messages)
Date: Wed, 22 Aug 2007 11:40:26 -0700
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 ...
|
Problem with asp.net 2.0 login control
(1 messages)
Date: Wed, 22 Aug 2007 17:25:11 -0000
I have a site that uses the default asp login to authenticate users
and it works fine....the only thing is when i use an admin tool to
view all the users in the system....the lastlogindate is 4hours
behind....is there anyway ...
|