| Thread | Last Post | Replies |
|
| Accessing data object on delete command. | 20 Apr 2005 19:18 GMT | 1 |
I have a datagrind that is bound to a custom collection of a custom object. When a delete button is pressed in the datagrid, I not only want to remove the row from the grid, I want to delete the object from the
|
| connection string | 20 Apr 2005 14:24 GMT | 1 |
I have the followng string in my web.config file. <add key="DBConnInfo" value="Data Source=SQL01;Initial Catalog=DatabaseName;Trusted_Connection=No;Persist Security Info=True;User id=sa;password=password;" />
|
| Total of multiple columns in datagrid | 20 Apr 2005 00:15 GMT | 1 |
I am using VB 6 and have a bound datagrid pulling data from a Pervasive Database by ODBC connection. Column 3 shows opening balance and columns 4-15 show net movement for each month. I want to have a text box on my form that shows sum of columns 4-15 for active record. How do I ...
|
| filtering from multiple dropdownlists | 19 Apr 2005 18:42 GMT | 1 |
I have several DropDownList Controls (ddlOrder, ddlContact...) where the user may select multiple values and let the results be displayed in the datagrid. I know how to filter when chosing from any of these dropdownlists. But don't know how to filer if the user wants to filter ...
|
| custom sorting | 19 Apr 2005 15:56 GMT | 2 |
I have a datagrid that I build using data returned from a SP. But I populate the datagrid using a dataview. In this dataview, I populate one of the columns with a string that is basically an html link. The display text is always numeric. For instance, the column will display ...
|
| I am a beginner.Pls help me | 19 Apr 2005 10:02 GMT | 1 |
I have a datagrid with a hyperlink column. Now i want to program for the click on the hyperlink. where do i put my code?
|
| DataGrid.Dispose | 17 Apr 2005 23:29 GMT | 2 |
I want to clear datagird data at memory (Client) but unsure how effective the impact? Coding -------
|
| Populate label from Datagrid selection | 16 Apr 2005 03:10 GMT | 1 |
This might be a simple enough question for most of you. But I am pulling my hair out with this. I have a datagrid populated from a database. Its a booking form. You push a button column to select the row. And now I need to give some
|
| Problems with paging. | 14 Apr 2005 17:15 GMT | 3 |
I have this strange thing happening here. I'm unavailable to use paging in my grid? I set the AllowPaging to True, and I placed a code into the PageIndexChanged. When I set a breakpoint into the PageIndexChanged it
|
| Edit multiple rows of a datagrid (ASP 1.1) | 14 Apr 2005 15:45 GMT | 1 |
Silly question here I guess..... I know I can use an EditCommandColumn to edit a particular row in a datagrid: --------------------------------
|
| Avoid adding a new record on refreshing the browser | 13 Apr 2005 21:11 GMT | 6 |
I'm working with datagrid. And users can add "Remarks" by clicking the [Add] link button in the footer template. It's working fine like when the user enter the remarks and click on [Add], the remarks are getting added.
|
| asp.net 2.0 GridView adding data row? | 13 Apr 2005 08:28 GMT | 1 |
I have a 2.0 GridView <asp:GridView Runat="server" ID="GridView1" DataSourceID="AccessDataSource3" BackColor="Gainsboro" BorderColor="#336666" BorderWidth="3px" BorderStyle="Double"
|
| e.Item.ItemIndex and e.Item.DataSetIndex | 13 Apr 2005 06:40 GMT | 7 |
When writing the update event handler for a web forms DataGrid, I am running into a situation that is giving me quite the headache! If a user has sorted the items in a DataGrid and then chooses to edit one of the items, I have found that
|
| ds and Session | 12 Apr 2005 17:07 GMT | 2 |
Why when I am adding a row to a local ds my session rows.count increses? What is incorrect in this code? Dim ds As DataSet Dim dt As DataTable
|
| Retrieving SelectedValue from DropDownList | 12 Apr 2005 16:08 GMT | 6 |
I have a few DropDownList controls used for new record entry in the footer of a datagrid and I want to limit the options available in one list based on what is selected in a previous list; I've seen examples of this where the DropDownLists are used in edit mode, but none for data ...
|