| Thread | Last Post | Replies |
|
| How to get rid of horizontal and vertical lines in DataGrid | 20 Mar 2006 16:42 GMT | 1 |
Does anyone know how to get rid of horzontal and vertical lines in DataGrid? Normally you would code ShowGridlLines ="None" in the asp web control, but
|
| Format Date in DataGrid | 17 Mar 2006 20:48 GMT | 2 |
In my table, I have a filed named Out_Date that has its DataType set to STRING. When data for this field is displayed in the DataGrid, I need it to be in the following format: MM/dd/yyyy I have tried using the following, but it did not work.
|
| Update button | 17 Mar 2006 15:29 GMT | 1 |
I have a template column in the datagrid. And then dynamically creating a checkbox in the itemcreated event of the datagrid in that template column only when the row is in the edit mode.
|
| Can't use datagrid pager with javascript onbeforeupdate event | 17 Mar 2006 14:38 GMT | 1 |
The standard datagrid pager is rendered as a hyperlink e.g. <a href="javascript:__doPostBack('...', '...')"> Apparently use of this javascript pseudo-protocol is bad practice, and it was introduced to allow people to generate pages using javascript.
|
| Custom Paging in asp.net Datgrid Using Sql | 17 Mar 2006 07:30 GMT | 7 |
All you devgeeks on .net, Can you please help me on this. I have a table ( tbl_emp).I allow users to search the record on this table.
|
| BindingSource, Archiving Old record before saving new changes | 16 Mar 2006 09:44 GMT | 1 |
I have fields on a form bound to a BindingSource, I would like to be able to archive the orginal record prior to saving the most recent changes to the database. What is the recommended approach to doing this? Is there an easy way to view both the changed and unchanged state of ...
|
| GridView and DDL | 15 Mar 2006 16:17 GMT | 2 |
I'm trying to find an article that will help me use a dropdownlist in a GridView and have the selecteditem set appropriately in the ddl. <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="odsRooms">
|
| URGENT: Template Control always show empty value | 15 Mar 2006 15:09 GMT | 3 |
I have been spending two full days to get this problem resolved but failed. After successfully finding the label control, the Label.Text is always having an empty string. But when the DataGrid finish rendered, all the values are there, why??? Please refer to my code below:
|
| How Do I change the where clause of the TableAdapter | 14 Mar 2006 23:09 GMT | 2 |
in the old days, pre .Net 2.0 I could just modify the SQLCommand of the SQlDataAdapter to reflect a different where clause and then issue a .Fill(), and Whamo!!! everything worked.. How am I to accomplish the same task using .NET 2.0 and the NEW "TableAdapter", I can't see ...
|
| Cant get user-entered values in GridView | 14 Mar 2006 22:41 GMT | 3 |
Okay, this should be really simple, and maybe im just missing something totally obvious, but i cannot figure this out. I did this all the time in ASP.NET 1.1 with no problems. I have a GridView which has a column that is a template column, and has a
|
| How to get data | 14 Mar 2006 11:06 GMT | 3 |
I am confused on all the ways to access data from a datagrid, so I thank you for any help you can give me. I have a grid with 4 bound columns, and 1 template column with 10 controls. I need to retrieve the data on from a btn that the user clicks on outside of
|
| button in footer doesnt work? | 13 Mar 2006 20:09 GMT | 1 |
I have a datagrid, with a save button in the footer. I gave the footer a commandname and expected i could use the grid_RowCommand event to trap this button click. However, while the page does actually post back, the RowCommand event never
|
| date problem | 13 Mar 2006 17:27 GMT | 2 |
db : sql server 2000 lan : C#.net(ASp.Net) in my database table there are 2 fileds of data type datatime. in field 1 i'm storing date
|
| Custom Datagrid | 13 Mar 2006 17:17 GMT | 6 |
I have written custom data grid that has dataset stored in session as its data source. The grid is always in edit mode so at any time users can change the values in any grid rows. I have add row button on the grid and want to save the changes to grid if add button is pressed.
|
| DataGrid And Positioning | 13 Mar 2006 09:57 GMT | 1 |
Simple problem. I have a datagrid positioned one below another. Problem is this first grid rows when populated runs into the second grid. Is the way to position the 2nd grid so that it position is dynamic from the first grid..
|