| Thread | Last Post | Replies |
|
| Get updated values from DataGrid | 20 Sep 2005 16:43 GMT | 2 |
I have a DataGrid, with Edit links in each row. The Edit button works, the user can change the values. But I can't get updating to work. <asp:datagrid id="Content" runat="server" OnUpdateCommand="Content_Update" OnCancelCommand="Content_Cancel" OnEditCommand="Content_Edit">
|
| Datagrid: How do I allow edits but not new records? | 19 Sep 2005 23:06 GMT | 2 |
I would like to allow editing of data displayed in a datagrid but not the adding of new records. How do you set it up?
|
| How to the get to number of retrieved columns? | 19 Sep 2005 00:18 GMT | 1 |
i just implement an own search site in MS CRM 1.2, which searches in a MS-SQL database. My question is, how to get the number of retrieved columns by a SQL-query?? Any suggestions for me?
|
| Create ItemTemplates at runtime | 18 Sep 2005 17:56 GMT | 1 |
Fairly new to ASP.net. I want to create a Datagrid that will bind to a DataSet created a runtime and which will hence have a variable number of columns. I want to show the data in binded textboxes. I can't create template columns in the designer because I don't know the
|
| Scroll grid With fixed header (It this posible?) | 18 Sep 2005 17:53 GMT | 1 |
Hi, i explain my question... I have an ascx web user control this one have a datagrid whit some properties i had make a good datagrid user control for me. But now i have the last problem i was looking for a way to put scroll bars if my control
|
| How to get the number of retrieved columns when doing a SQL Query | 16 Sep 2005 14:16 GMT | 4 |
i just implement an own search site in MS CRM 1.2, which searches in a MS-SQL database. My question is, how to get the number of retrieved columns by a SQL-query?? Any suggestions for me?
|
| Formatting String in Datagrid | 16 Sep 2005 14:12 GMT | 3 |
does anyone know how to format strings this way:- i have 1 column(unit_num) in my Datagrid which displays eg. "01-123" i have to display only the floor level of the unit number, the first 2 digits(the number before the '-')
|
| How to add dynamic row in a grid | 16 Sep 2005 13:05 GMT | 2 |
When I load the page, I need to add a row in the code behind? Dave
|
| How to add client row click funciton on datagrid | 16 Sep 2005 01:31 GMT | 5 |
is there anyone help me, i want to add rowclick javascrip function on asp.net datagrid what can i do this. bgun
|
| Can I convet a query from an API into a Datasource to bind to? | 13 Sep 2005 21:22 GMT | 2 |
I have some sample code that queries through a products API. I'd like to convert this sample into a Datasource that I can bind to a Datagrid (instead of using the Console.WriteLine), but not sure as to how. Can anyone help? Here's the sample: For i = 0 To queryResults ...
|
| Is it possible to acheive the following using a DataGrid in ASP.NE | 12 Sep 2005 04:16 GMT | 3 |
I'm hoping that someone might be able to help me with the following challenge. The problems lies in the ability to display rows and columns of data on a datagrid conditionally. I have a list of rows in a data grid with one of the columns being a date. I
|
| Sorting a date column | 09 Sep 2005 16:13 GMT | 3 |
I'm trying to sort a date column but it keeps doing this: 09/08/2005 09/08/2004 09/09/2005
|
| Update SQL table based on datagrid changes | 09 Sep 2005 14:49 GMT | 1 |
How would I update the SQL table based on the changes made to the data grid in vb.net. Any help would be greatly appreciated, Thanks,
|
| Datagrid Template Column size control | 09 Sep 2005 03:43 GMT | 1 |
I have a datagrid with 2 Template columns. 1 colum which has all the data in the form of a HTML table and other which has an image control and shows the image there. I only show the detail of 1 item there. However, the height of the datagird is much
|
| about displaying data in datalist control | 08 Sep 2005 17:45 GMT | 1 |
I have datalist control in my ASP.NET application the problem here is i have used a textbox with multiline true propertly when i enter data like "fdjsfhjksdhfjsdfhsdjhfsdfhsdjfhsd
|