| Thread | Last Post | Replies |
|
| Datagrid scroll bars | 11 Mar 2005 15:01 GMT | 2 |
I have a datagrid with vertical scroll bars (when is populated with more than a number of rows the scroll bars appear). But every time I must submit the page to the server the datagrid appers with the scroll bars in its original position (at the first record of the grid).
|
| Error Checkbox State inside Datagrid | 10 Mar 2005 22:51 GMT | 1 |
Hello, I have one checkbox inside a datagrid and I want to read the state of the checkbox after submit. The checkbox is autopostback = false the only submit comes
|
| Dropdowlist within a datagrid, (VB.NET) | 10 Mar 2005 22:05 GMT | 4 |
Hi have a dropdown list within a datagrid, based on what is selected in the list I want to populate another dropdownlist, the code to populate the dropdownlists is not the problem, my problem is getting the code behind to recognise that something has been selected.
|
| e.item.dataitem | 10 Mar 2005 19:15 GMT | 1 |
I have created a datalist and added some data into it, via a dataset. Each row contains an +/- button, which has a commandname associated to it. Now whenever somebody presses the +/- button, I need to get the data from that
|
| Help needed with DataGrid Client-Side Scripting | 10 Mar 2005 16:42 GMT | 2 |
I have a custom ASP.Net DataGrid Control which has DropDownLists in each of the HeaderCells of the Grid. I'm not able to get the ClientID that is automatically assigned to the DropDownLists. I need help. Please send your suggessions ASAP
|
| PageIndexChanged Not Firing | 09 Mar 2005 18:53 GMT | 1 |
I've read a number of threads covering this topic and have finally hit a spot that I can't find any topics on. The general problem of the PageIndexChanged not firing has been covered but my situation is a little different. Here goes:
|
| Problem with Top And Bottom Paging | 09 Mar 2005 17:33 GMT | 3 |
Hey guys and gals, I have a paging problem. I have my datagrid paging set to Top and Bottom. And for some reason, when I click next on the bottom pager, it goes back to page one. If I set it to only bottom, same problem. If i set it to top, it works fine. Any ideas?
|
| email validation | 09 Mar 2005 16:21 GMT | 4 |
The following expression I am using to validate an email. However when empty spaces entered at the end of email it is recognized as invalid email. How do I fix this problem? ^([0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*@(([0-9a-zA-Z])+([-\w]*
|
| datagrid(master) with a datalist(detail) | 09 Mar 2005 12:04 GMT | 1 |
I want to do a master detail web form. I've made a datagrid as a master and put a datalist below which will show up the details information. I choose a datalist for the details informations because, I have many columns and don't want to have it display as a row.
|
| URL FOrmat String | 09 Mar 2005 07:22 GMT | 2 |
I am trying to learn about asp.net and I have come across the following problem. In DataGrid Columns
|
| Access a BoundColumn's value in Update, other than .Cells()? | 08 Mar 2005 20:21 GMT | 1 |
I am accepting a record update from a datagrid. In the update handler, is there any way to get the value stored in the edited column w/o e.Item.Cells(xx).... I would like to be able to rearrange the columns in the DG as
|
| How to read Column0 from DataGrid | 07 Mar 2005 20:41 GMT | 1 |
I could not get the User ID/Column0 from the datagrid. As illustrated below, I was able to retrieve the ItemIndex when I click the Edit button. What is the best method to get the User ID/Column0 (primary key) from the ItemIndex and pass the User ID to KeyValue? DataKeyField is ...
|
| Row Span in a grid? | 06 Mar 2005 17:47 GMT | 1 |
How can I have a column that would span 2 rows. For instance, I have 2 rows of data, the user may fill out one or both rows, then do a calculation to result in the first column, which ideally would span the 2 rows as it's the result of both rows. I will also need the option to ...
|
| Underline a whole row for a particular row | 06 Mar 2005 12:23 GMT | 5 |
I have a datagrid which I want to underline some rows. However it doesn't seem I can do it through setting the border property. How can I do it? Please help. Thanks!
|
| DataGrid & Form on Same Page Post Issue | 05 Mar 2005 22:10 GMT | 1 |
I have a datagrid that does and edit/update/delete/cancel routine and then I have a form at the bottom of the page with an "Add" button to add a another record. This form as validation (e.g. required fields), so when I click on "Edit" in the datagrid and then "update" it, the ...
|