| Thread | Last Post | Replies |
|
| repeater or datalist | 30 Jun 2006 20:29 GMT | 2 |
I have two tables in my database invoiceHeader and invoiceDetail. invoiceHeader contains store_id, inv_date, inv_id and other summary info. invoiceDetail contains inv_id, item_id, unit_price and purchase_amount
|
| How to get checkbox value from datagrid... | 30 Jun 2006 18:26 GMT | 3 |
right now i'm trying the method... int i = 0; foreach (DataGridItem dgItem in pGrid.Items) //(int i = 0; i < pGrid.Items.Count; i++)
|
| Pass value of hidden fields in Gridview to SQL parameter | 29 Jun 2006 20:18 GMT | 4 |
How can I pass the value of a hidden field to the Parameter? Thanks
|
| GridView when Empty | 29 Jun 2006 20:16 GMT | 1 |
I got a GridView and when I have no data in it. it just doesn't appear on the page i just want the header and footer to show? Also if possiable for it to say "no data" where the item would be? Thanks
|
| dynamic columns and datagrid items | 28 Jun 2006 21:55 GMT | 1 |
I created 4 boundcolumns dynamically or programmatically and bind them to a datasource, when client click on a button before posting back to the server, i am trying to extract the data from the datagrid throught its datagrid.items, but nothing is there(count = 0). Does anyone have
|
| Grid Challenge!!! | 28 Jun 2006 03:59 GMT | 1 |
Hi All, Here's my query SELECT type, price, advance FROM titles WHERE type LIKE '%cook'
|
| HyperLink in DataList? | 27 Jun 2006 21:43 GMT | 2 |
nside itemtemplate of my DataList I have <td> <asp:HyperLink runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "funcDesc") %>'
|
| Sub in GridView delete error | 27 Jun 2006 16:39 GMT | 1 |
I am getting "Object reference not set to an instance of an object." when I try to set the value of a string variable in a OnDelete method of sql command subroutine. Can anyone help with the syntax? Below is code: Sub On_Subfile_Deleting(ByVal source As Object, ByVal e As
|
| auto generated javascript function __doPostBack(eventTarget, eventArgument) - edit the function name? | 27 Jun 2006 03:12 GMT | 5 |
Is it possible to edit the auto generated javascript function names? I'm working in a Plumtree portal and I have two portlets on the same page using a datagrid control. The paging links from the first grid are causing postback for the second grid that's further down the page. ...
|
| User Conformation On datagrid update command | 25 Jun 2006 20:22 GMT | 1 |
Dear all i want to call javascript function for asking user to conform about specific action i am writting following code but when i am click on update & cancel same function is called
|
| Checkbox in template coloumn | 25 Jun 2006 00:28 GMT | 1 |
I am using checkbox in template column of datagrid in aspx page. I am fetching boolean field from database and binding to this template column. If the values is "true" checkbox should checkd. otherwise it should be
|
| Controling Datasources | 24 Jun 2006 06:05 GMT | 3 |
I am working with the new datasource component which I guess is a replacement for the dataadapter/dataset cmoponents. I guess it is cool that I can hook these up without writing any code behind now (does anybody in asp.net use the vs studio gui for anything but a notepad ...
|
| Datagrid with AJAX | 23 Jun 2006 12:51 GMT | 1 |
Hello to everyone. First of all excuse my very poor english. This comes from Spain. I´ve a datagrid with textboxes and checkboxes. User makes changes, but changes are made only when user press a button.
|
| Datetime selecection from datagrid edit item Mode | 22 Jun 2006 13:12 GMT | 1 |
Dear all i am using datetime field in datagrid when it is in edit mode i want to user select datetime from calender control. and user selected datetime value will be asigned to the datagrid datetime field.so can any one help me how i can do it.
|
| Postback does not maintain sort direction Image? | 21 Jun 2006 19:30 GMT | 4 |
Hi, All: I dynamic add an arrow up/down image in OnItemDataBound event for my datagrid, it works fine. But I have another textbox which trigger postback and doing something, after this event get executed, I lost the
|