Re: Row edit fails to recognize new values
Tue, 21 Aug 2007 12:01:34 -0500
John,
This is difficult to diagnose without more information. Specifically, are
you updating to SQL? Are you using a custom update statement like a stored
procedure, or the supplied update statement produced using the VS wizard?
Are you using Visual Studio? Did you double check your update statement and ...
|
Hiding DataGrid Columns when AutoGenerateColumns="true"
Tue, 13 Mar 2007 13:39:49 -0400
I am working with a DataGrid (ASP.NET 2.0) that is set to
AutoGenerateColumns="true". It is being populated from a DataSet. There is
a column that I want to hide from the display, but I want to leave it in the
DataSet so that it can be referenced. However, all attempts that I've tried
are failing.
Th ...
|
using text box to show progress
Tue, 13 Mar 2007 01:54:05 -0700
Hi,
I have a simple program that calculates invoices. The actual calculation
happens in a web service (WS in the code).
Since the web service takes some time, I just wanted to put a text in a text
box (resultaat in code) when it started (first line of code) then if ok run
the webservice and when it has f ...
|
SqlDataSource, GridView
Sun, 11 Mar 2007 04:18:10 -0700
Hi there,
Have a web page with SqlDataSource and GridView (.NET 2) that gets and
displays data from database. The connection to the database is opened on page
load and the grid is populated. I have no problem at all on my testing
machine, IIS5 or VS development server, but when I deploy it on a remote
ser ...
|
Adding New Row in Asp.Net Datagrid ,Without using dataset
Sat, 10 Mar 2007 06:29:00 -0800
I need to add a new to the asp.net datagrid without using dataset .Since when
we use dataset to add row it took more time to load the records when we
have a bulk of data.Gimme a Solution .thanks ...
|
dataitem in SelectedIndexChanged not recognized
9 Mar 2007 09:01:14 -0800
Hi,
I have scoured this user group for this answer to no avail. I am
trying to get the Datatitem property of the DataGridItem in the
SelectedIndexChanged event handler of a Dropdownlist in a
Templatecolumn of a DataGrid (mouthfull huh!).
Due to client requirements, I am not doing it through EditColumn w ...
|
Problem with retrieving the selected value in a dropdown list
8 Mar 2007 23:16:51 -0800
Hi,
I used a dropdown control bind to a datagrid.
<EditItemTemplate>
<asp:DropDownList ID="FldType_edit" Runat="server" DataSource='<
%#GetFieldType()%>' DataTextField="Type" />
</EditItemTemplate>
The values for the datagrid are retrieved from the database using the
GetFieldType function
public Data ...
|
|
|
Format GridView with AutoGenerateColumns=true
Thu, 8 Mar 2007 14:48:02 -0800
I have a gridview which need to filled by various data according to user's
action. I want to format the dynamical displayed data. For example the number
should be right aligned, datetime column using short format, etc.
Anyway to implement it? Can RowDataBound event do it? Sounds I need to know
the binding ...
|
GridView and SQLDataSource
Wed, 7 Mar 2007 07:08:25 -0800
Trying a simple (Ha Ha) gridview and SQLDatasource combination. When I run
the page nothing shows. Here's the code:
<%@ Page Language="vb" AutoEventWireup="false"
Inherits="TestSystemSecurity.SecurityFormList" enableViewState="True"
CodeFile="SecurityFormList.aspx.vb" %>
<!DOCTYPE HTML PUBLIC "-//W3C// ...
|
GridView
Wed, 7 Mar 2007 01:09:35 -0800
Hi there,
I have web application that uses GridView to display some data from Firebird
database. Everything works fine on my development machine (Windows XP, VS
2005, .Net 2) After deploying the application on the production machine (Win
2003 server, IIS6, .Net 2) the following error happens on the page tha ...
|