| Thread | Last Post | Replies |
|
| Inserting Text before the Numberic Page numbers in paging | 28 Feb 2005 23:57 GMT | 3 |
How do Insert the word "Page:" in front of the auto-generated numbers in paging? For example, the bottom of the Datagrid currently just displays numbers: 1,2,3,4
|
| TemplateColumn with CheckBox DataBind in C# | 28 Feb 2005 13:46 GMT | 2 |
I'm having problem binding a checkbox to data from a DataSet. I've seen solutions like <%#DataBinder.Eval(Container.DataItem, "ColumnToBind")%> but this code must be added in aspx file and I'm generating the datagrid from code behind.
|
| Call windows apps from web apps | 28 Feb 2005 13:25 GMT | 4 |
I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this?
|
| Paging Problem | 27 Feb 2005 18:02 GMT | 1 |
I have a SQL Stored Procedure returning a dataset. When paging is turned off I get the entire dataset on one long page. However when paging is turned on, I get the first page and when I go to the next page I get the same data
|
| generate DataGrid at Runtime..... PROBLEM !!!! | 27 Feb 2005 16:21 GMT | 2 |
Dera All I am generating dataGrid at runtime (dim dg as new datagrid) and so also bound column , EditCommandColumn and other...
|
| GUI of Datagrid | 25 Feb 2005 17:38 GMT | 1 |
Aplogise my english, im a spanish speaker. If you want, you can response me in spainsh. Ive got a dataGrid where one their columns is a bit type. I would like where one of this columns was true, the background color change to red color.
|
| Handling Events Of DataGrid Template Item Controls - UNANSWERED | 25 Feb 2005 14:26 GMT | 6 |
If I place a checkbox control into a template column of a DataGrid, how do I gain access to the CheckChanged event handler procedure that corresponds to that control? Thanks.
|
| Datagrid Edit DropdownList Help! | 24 Feb 2005 22:08 GMT | 1 |
I have been searching all the articles on a Datagrid DropdownList, and I cannot seem to get it to work. Work, as in, I keep getting a NullReferenceException, when I try and get the selected value from the DropDownList in a Datagrid.
|
| Datagrid Add new Row problkem | 24 Feb 2005 18:23 GMT | 9 |
I have a datagrid, which creates the columns dynamically based on the columns in the dataset. Now I need to add an additional row for each exisiting row AND hide that row, by default. This row will contain my
|
| Need Help in creating a HyperlinkButton in Datagrid | 24 Feb 2005 01:18 GMT | 3 |
Hi guys, i have a problem with my button in my datagrid. Wht i need to do is have this button link to another page. The button must also pass an ID to the next page. this is wht i coded in the code behind. Where " +e.Item.Cells[0].Text); " is pointing to an invisble ...
|
| REPOST: MSDN UNIVERSAL NG SUPPORT, WHERE ARE YOU? | 23 Feb 2005 20:38 GMT | 2 |
I have an asp:DataGrid control with EnableViewState=False. I am calling DataBind on both the non-postback and the postback. I am persisting the state of the grid myself and restoring the state (selectedItem, editItem, sortCommand, etc.). Everything is working just fine EXCEPT the
|
| Add additional row into header? | 22 Feb 2005 23:04 GMT | 4 |
does anybody know how I can add an additional row above the datagrid header?
|
| How to properly Format zip code in a datagrid | 22 Feb 2005 21:45 GMT | 1 |
How can I program an itemdatabound control to get a column (Zipcode) to look as such xxxxx-xxxx. It currently is in this format, xxxxxxxxx. Thanks for any help. So far haven't had any luck.
|
| CancelCommand Not Firing! | 22 Feb 2005 21:19 GMT | 7 |
I have an asp:DataGrid control with EnableViewState=False. I am calling DataBind on both the non-postback and the postback. I am persisting the state of the grid myself and restoring the state (selectedItem, editItem, sortCommand, etc.). Everything is working just fine EXCEPT ...
|
| aspx, word question | 22 Feb 2005 18:50 GMT | 2 |
Hi 2 all, I have a question and hope that some of you might been able to give me a hint or something. I am bulding a web application where i need to provide the functionality to
|