| Thread | Last Post | Replies |
|
| Datagrid's items are empty after Postback !!! | 31 Dec 2005 07:22 GMT | 2 |
I have a datagrid that represents a Shopping Cart content. I have a checkbox and a quantity-textbox in each item. An update-button event is assumed to retrieve the changes happened to both item's controls. I had this module working probably for a long time. Once, and I don't
|
| Help me understand what is wrong (Data not showing) | 30 Dec 2005 11:22 GMT | 2 |
Hello there I have somenthing pretty strange to me that I am trying to understand but I seem to fail. I have the following simple code that works fine in one scenario and give me an hard time in another one. I have understood where the problem is but
|
| urgent going crazy data not getting sorted! | 30 Dec 2005 08:01 GMT | 2 |
here is a part of my datagrid itembound event where i calculate 2 columns and assign values to the columns Dim fileBytes As Integer = (fi.Length / 1024) Dim lastmodifeddt As Date = File.GetLastWriteTime(FilePath & filename)
|
| Nested Datalist Controls | 29 Dec 2005 21:59 GMT | 2 |
Greetings, I am trying to get the checkbox value from a nested datalist once I press a button on my form (not within any of the datalist grids). I am using asp.net 1.1/vb.net The project I am working on provides users to register for a specific event
|
| Datagrid Paging Problem | 28 Dec 2005 07:32 GMT | 2 |
This is probably a simple question but i would appreciate some help. I am trying to implement paging with a datagrid that also has a button that allows the user to insert selected information into a datatable thus: <asp:DataGrid id="dg" runat="server" ShowHeader="False"
|
| Retrieving hyperlink query string values | 28 Dec 2005 07:31 GMT | 2 |
This is probably a very simple question but i would appreciate some help I want to retrieve the ProductID from the querystring <asp:HyperLinkColumn Text="View Details" DataNavigateUrlField="ProductID"
|
| how to create datagrid control with vertical columns | 27 Dec 2005 19:19 GMT | 2 |
hello frnd if any one cud help me how wud i create gatagrid control with header fields alligned vertically..rather than horizontally(default
|
| NullReferenceException | 25 Dec 2005 15:08 GMT | 1 |
I am creating a web application on web matrix.I have a datagrid.I have the following code : DataTable dt=(DataTable)Session["DataGrid"]; DataRow dr = dt.NewRow();
|
| Changing the with of an unbound datagrid | 24 Dec 2005 16:32 GMT | 1 |
I have a basic datagrid. But I want to change the width of one of the columns. The problem is all of the columns are the same width. I am using an unbound datagrid being filled by a dataset. Can you help?
|
| Any suggestion | 23 Dec 2005 16:05 GMT | 1 |
Guys, Im a Tech lead in .net.Just wanted to know if theres any live online sessions for discussions on .Net,C#,Asp.net like MIRC,YAHOO Chat rooms.... Regards
|
| EditCommand (Datagrid nested in a Data Repeater) | 22 Dec 2005 20:30 GMT | 2 |
I have a Datarepeater (parent) who has a datagrid(child) for each item of the repeater. I have the Add/Insert, and Delete working correctly in the datagrid. The problem occurs when clicking EDIT in the datagrid(child).
|
| Column width | 22 Dec 2005 07:21 GMT | 1 |
How to retrieve _real_ width of DataGrid's column? At design-time I set width of template columns with the following way: <headerstyle width="80px"></headerstyle> This sets the minimal width of the column and during run-time if the column
|
| How to connect button event and datagrid in different files | 21 Dec 2005 18:15 GMT | 1 |
I have two files : Text.aspx and Default .aspx. Default.aspx has a Detagrid web control and Text.aspx has a Button web control. For this buttton event I want something like if I press the button it
|
| PageIndexChanged not firing | 21 Dec 2005 14:39 GMT | 2 |
I'm new to web app. programming so please bare with me. I have a datagrid that has several items. The allowpaging is set to true. The gird initially loads just fine, but if I click on the next page, (or any other) the grid disappears. I've put stops on the code in the ...
|
| Gridview Stored Procedure output paramters or return value | 21 Dec 2005 14:25 GMT | 3 |
I have a gridview in ASP.Net 2.0. I'm using a SQLDataSource and the SelectCommand and UpdateCommand use a stored procedure. I have an output parameter in the UpldateCommand. How do I get the value that is returned from this parameter? Or if it was a return value, how would I ...
|