| Thread | Last Post | Replies |
|
| strange Invalid CurrentPageIndex value | 18 Nov 2003 01:13 GMT | 3 |
i cannot find the rule why from time to time i'm receiving "Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount." at the beginning it looked like it was something with weird browsers, but looks like it's not a rule.
|
| Using class collections in the asp:grid control | 17 Nov 2003 22:40 GMT | 2 |
I believe I understand the concepts of OOP as far as how to set up the classes and how they use inheritance and other related topics, but I have to say I don't see how this works for us in our DB apps. All the examples I am going through on asp.net and msdn.microsoft.com don't use ...
|
| how to bind data to checkbox in datagrid | 17 Nov 2003 14:35 GMT | 4 |
i have a datagrid and one colume is a bool if i use a normal asp:BoundColumn is shows as true or false and i want it to show as a checkbox but if i use a asp:TemplateColumn as this
|
| Imagebutton as commandbutton | 17 Nov 2003 12:06 GMT | 2 |
I want to use an imagebutton as commandbutton in a datagrid. When I add a column, say "delete", convert it to a template column and replace the linkbutton with an imagebutton, the button will not work. What am I doing wrong?
|
| Datagrid Update - Rows Lost | 16 Nov 2003 01:20 GMT | 1 |
I have a datagrid on an aspx page with one column added via property builder - the edit/update/cancel. In addition there is a dropdownlist which has a list of table names. Upon selecting one of the table names a post back is fired. During the post back the datagrid has columns ...
|
| Edit | 15 Nov 2003 16:21 GMT | 3 |
I have a datagrid and is endowed with the edit/update/cancel buttons. I have a routine that handles the editcommand event for the datagrid, which sets the EditItemIndex to the e.Item.ItemIndex value - I then rebind the data. The buttons change from edit to update and cancel but ...
|
| Datagrid header size | 15 Nov 2003 00:39 GMT | 1 |
I have datagrids on two different pages. In the IDE they both look the same, and as far as I can tell all the properties are set the same. When I run them the one has a header that is about 1cm tall, and the other is about 1 inch tall. It appears the one is streching to fill the ...
|
| DataFormatString questions... | 14 Nov 2003 23:14 GMT | 1 |
I have 2 formatting cases that I need to handle: Case 1: an eight digit account number stored in database as such - 12345678 I need to display this in a boundcolumn as such - 1234-5678 Case 2: a number is stored in the database as such - 42
|
| DatGrid TemplateColumn TextBox JavaScript ClientSide Validation? | 14 Nov 2003 22:29 GMT | 2 |
I am using 2 TemplateColumn TextBoxs in my Grid. On the Submit button click event I want to do the validation on the client side. In the Javascript I couldn't use the ID of the Textbox, because in the HTML it has a different ID.
|
| update sql unique key with dataadapter | 14 Nov 2003 16:47 GMT | 1 |
I got a typed dataset of data from a Sql server and i binded them on a grid, then if the user edit the grid all changes will be sent back throw dataadapter.update. The problem is that there is a unique key with three records and if
|
| Access the FooterTemplates TextBox control on the Button Click Event | 14 Nov 2003 08:25 GMT | 3 |
I have the following code in the .aspx file <asp:TemplateColumn HeaderText=" FG Name"> <HeaderStyle ForeColor="White"></HeaderStyle> <ItemStyle HorizontalAlign="Center" Width="200px"></ItemStyle>
|
| Selecting row in datagrid by clicking everyway on the item | 14 Nov 2003 08:12 GMT | 4 |
I would select rows in datagrid by clicking on the desired row. Someone csn tell me how i can do that? Thanks.
|
| Datagrid Heading (Text - Clickable) and Row Elements (checkboxes) = Select All Feature | 13 Nov 2003 22:55 GMT | 2 |
I have spent all day trying to do this and have come up with a headache !! I have a DataGrid and a couple which is not bound to any data (it's a Template Column with all of the column rows as Checkboxes).
|
| DataGrid - DataBinder.Eval | 13 Nov 2003 20:16 GMT | 1 |
I am using a Datagrid and am populating the column header which is being picked up from a database. My problem is that if the column name conatins a "." within the name then it throws an error as follows
|
| Formatting time as a duration? | 13 Nov 2003 06:21 GMT | 1 |
I have data in a database that lists duration time (hh:mm). If I give it a string format of {0:t} (short time), a value of 0:55 (55 minutes) shows up as 12:55 AM, and a value of 1:30 (1 hour 30 minutes) shows up as 1:30 AM. How can I format this as a true time duration? (It is in ...
|