| Thread | Last Post | Replies |
|
| Gridview Date Format Problem | 30 Mar 2007 00:36 GMT | 7 |
I have a Gridview in ASP.Net 2.0. I'm populating it with data from a SQL 2005 database (but with legacy design). In the DB, the dates are stored as DateTime - DD/MM/YY HH:MM:SS. In the bound Gridview, I'm applying the {0:d} format (to show just the short
|
| Let us think i have datagrid which displays record from database, now if any ne | 28 Mar 2007 14:15 GMT | 1 |
Hai, Q:- Let us think i have datagrid which displays record from database, now if any new record is inserted in database how can the user knows the a new record is inserted in database so he can refresh the page?
|
| GridView AutoFormat | 22 Mar 2007 16:00 GMT | 1 |
I have applications that I compile for different departments. All the departments are satisfied with one of the AutoFormat GridView themes, but not all the same one. I get stuck with reformatting all the grids before releasing them to the users.
|
| vs2005 GridView Tutorial | 21 Mar 2007 14:40 GMT | 1 |
Hi, does anybody know of a good tutorial on using the ASP.Net GridView in vs2005? Any help is greatly appreciated.
|
| dropdown event SelectedIndexChange | 21 Mar 2007 08:41 GMT | 3 |
Hi. I have two template columns in a datagrid. Each of them as a DropDownlist. I need to bind some data in the second dropdownlist when the selection changes in the first dropdown. How can I set for the first control to invoke a method in the server side to update data shown in the ...
|
| Hiding DataGrid Columns when AutoGenerateColumns="true" | 14 Mar 2007 17:25 GMT | 7 |
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 ...
|
| SqlDataSource, GridView | 12 Mar 2007 06:49 GMT | 1 |
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 ...
|
| DataGrid's Delete command does not work | 11 Mar 2007 07:53 GMT | 3 |
I defined an object source with GetData(), Insert(Object object), Update (Object object), Delete(Object object). When I connected the datasource to a DataGrid View and
|
| GridView and SQLDataSource | 10 Mar 2007 17:44 GMT | 1 |
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"
|
| Add a new record in GridView | 10 Mar 2007 14:49 GMT | 5 |
I experimented inserting new rows in a table using a GridView (show footers, make all columns and commands into templatefields, add textboxes to the footer template of each column, add an Insert link in the footer, add a onInserting eventhandler…).
|
| dataitem in SelectedIndexChanged not recognized | 09 Mar 2007 22:38 GMT | 1 |
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!).
|
| Button Field in Grdview control | 08 Mar 2007 17:44 GMT | 1 |
I am a newbie to ASP.NET and have a question about a button field I have added to a gridview. When you click on the button I want to update a label with the value from a datakey. the issue I have with this is that by clicking the button it isn'tchange the selected index of ...
|
| GridView | 07 Mar 2007 23:40 GMT | 2 |
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 ...
|
| Subform on web page | 07 Mar 2007 01:08 GMT | 1 |
So I am really familiar with Access and trying to duplicate the functionality on a web page (and didn't see a nice way to export my form from Access)... Have a data entry web page, but want a subform that has a one-to-many
|
| How to improve perfomance of web application?? | 06 Mar 2007 12:19 GMT | 1 |
How to improve perfomance of web application by avoiding serverside post back and serverside code? is it good to have more functionalities into javascript code instaead of serverside code? and is it good to avoid call back to server and do functionality into javascript?
|