| Thread | Last Post | Replies |
|
| Datagrid paging keeps going back to the first group | 25 Apr 2005 12:35 GMT | 3 |
Sorry to post this in 2 groups, but I just found this group after posting to the other group. I am using the datagrid. I have allowpaging=true. I load the data and there is about 7000 records. At the bottom there is pages 1 through 10
|
| datagrid raw | 23 Apr 2005 20:50 GMT | 1 |
I would like to read data from datagrid. How can I read one cell from datagrid (raw, column). How can I find out total numbers of raws. Thanks for help,
|
| Paging with Datagrid Control | 23 Apr 2005 04:01 GMT | 4 |
Hi all, I have met some problems in implementing paging with datagrid control. From what i know to do paging we must use sqlDataAdapter and dataset but I am using microsoft access database instead of SQL server as a
|
| how can I get the DataKeyField | 23 Apr 2005 02:38 GMT | 2 |
All that I want to get the DataKeyFielD this is the under code Response.Write(DataGrid1.DataKeyField[i].ToString()); but the result is no I want ..
|
| Datagrid column formatting | 22 Apr 2005 22:53 GMT | 2 |
Is it possible to set the column widths of a datagrid? This is driving me crazy, and I haven't found a solution yet. I'm pretty new to ASP.NET so there may be an easy way I'm just not aware of, however, I've Googled this until my eyes hurt and still haven't found a solution.
|
| SQL DTS and Asp.net | 22 Apr 2005 19:17 GMT | 1 |
Does some one know how to execute a DTS from asp.net?
|
| MessageBox not showing before Response.Redirect | 22 Apr 2005 13:13 GMT | 2 |
I am showing a messagebox with the following method: public static void ShowMessageBox(HtmlTextWriter htmlTextWriter, string message) {
|
| CheckBox in DataGrid . | 22 Apr 2005 11:25 GMT | 1 |
How can I judge which checkbox is checked ? for(int i=0;i<dgOrderList.Items.Count;i++) { CheckBox
|
| how to use hyper columns in datagrid | 21 Apr 2005 22:01 GMT | 1 |
I have set the configuration as the attchment jpg file however,when i click the hyper link , it only show the url as below: http://localhost/content.aspx?key_word= even I have chosen the url field is "word" which is a data column in my
|
| Error Message: FindControl requires that controls have unique IDs. | 21 Apr 2005 21:36 GMT | 1 |
I have a datagrid with a checkbox column, and dropdown list that does a autopostback. Basically, the dropdown list is a filter for the datagrid. Here is my workflow.
|
| read row values from datagrid and populate in new datagrid values from connected | 21 Apr 2005 14:38 GMT | 4 |
i am new in asp.net and i am having a question: I am having a datagrid_1 in which i am showing the context of PatientDetails table. When the user double clicks on a row i want to display on a new datagrid_2 (in the same form) the information which
|
| ItemDataBound | 21 Apr 2005 14:00 GMT | 4 |
I have datagrid with buttons in one column. In ItemDataBound I can disable cells by: e.Item.Cells.Enabled=False How can I do exact thing by disable only buttons, not entire cells.
|
| Slow datagrid on postback | 21 Apr 2005 10:42 GMT | 1 |
I have a datagrid that has a select button (so the user can choose a row) and also uses the datagrid sort. If I have a smaller grid (say 150 rows) the response time of the sort or select button (that just opens a popup with some information) is a
|
| Add columns to datagrid on the fly! | 21 Apr 2005 08:55 GMT | 1 |
I have a datagrid in an ASp.net application. Only one column is created at design time, rest of the columns are created and added to grid on the fly. When I try to update values in datagrid through UpdateCommand event code errors out.
|
| Howto insert delete rows into a ASP.net datagrid? | 21 Apr 2005 05:59 GMT | 3 |
I am a newbie ASP.net programmer and can't find a decent code sample to insert/delete/edit rows in a ASP.net datagrid. Thanks Jim
|