| Thread | Last Post | Replies |
|
| create a hyperlink? | 31 May 2005 19:02 GMT | 1 |
I have a dynamically created child grid inside of a grid. Each cell may or may not have a date in it. How do I make that date a hyperlink? Eack column has to have different links?
|
| HeadTemplate UserControl State | 31 May 2005 11:00 GMT | 3 |
If i have a template column with a template header whoch contains a Label Control, The datagrid seems to regenerate the labels on postback. How can i force it to remeber the text property if it was changed dynamically?
|
| How to get the DataKeyField in the DataGrid ? | 31 May 2005 05:56 GMT | 1 |
I set the DataKeyField in a DataGrid , and an EditCommand , when I click the EditCommand , I want to get the row's DataKeyField ,
|
| Client Side validation on datagrid | 30 May 2005 14:59 GMT | 1 |
Hello Group I am using template coulmns for input in datagrid how can I validate text boxes whcih are inside datagrid's template column at Client side.
|
| Datagrid layout difficulty | 30 May 2005 14:43 GMT | 1 |
I have a datagrid that can grow when populated; when it does, it "overflows" various controls I have placed beneath it on the form. I have tried switching to Flow layout for the page, but the layout thus produced is unsatisfactory. I would welcome suggestions for how to
|
| Large dataset displayed but kills application | 30 May 2005 14:39 GMT | 2 |
It's my first try with C# and I'm clueless. I have a page where I input two dates, click a button that runs a query and binds it to a datagrid. When the dataset is relatively small, all is OK and I can click my button again and again and it will repopulate
|
| Dropdownlist not keeping viewstate after postback | 30 May 2005 13:38 GMT | 1 |
I have a complex datagrid containing several ASP.NET form elements. One of the elements is a checkboxlist. This is populated from a database but the data it is populated with is dependent upon the current value in one of the datagrid's dropdownlist boxes.
|
| how to change the colour of hyperlink used in datagrid in vb.net on CLICK EVENT? | 30 May 2005 13:13 GMT | 1 |
(Type your message here) please send the coding in VB.NET or HTML for changing the colour of HYPERLINK used in DATAGRID(from COLUMNS property of DATAGRID)on the CLICK event.we are working in ASP.NET enviornment with SQLSERVER as backend. -------------------------------- From: ...
|
| DataGrid with Inherits | 27 May 2005 10:33 GMT | 1 |
I didn't have any problem with DataGrid with the Inherits options (ie. an aspx page with the corresponding code in assembly) even with sorting. But when it comes to Edit / Update / Cancel. I started to get "CS0117: my_file.aspx does not contain a definition for "MyDataGrid_Edit",
|
| programatically controlling the datagrid | 27 May 2005 08:19 GMT | 2 |
Hi, I am new to using datagrids. I am currently developing a webform where I can load and display data using the OdbcConnection. (the data comes from Oracle RDB) The data loads and displays fine, however, I want to be able to make a
|
| How to set different label value in datagrid template column? | 26 May 2005 16:22 GMT | 1 |
Hi all, I have a datagrid with a stock label "lblStock". Here's is what i what to do : 1. If the quantity value retrieved from database is = 0 then lblStock.text
|
| Displaying current sort indication in the header of a column | 26 May 2005 14:22 GMT | 2 |
Using the .NET framework 1.1, is there a way to do this without too much coding? I've the got the sorting of my custom columns working both ways (if I click on the same column, it reverses the sort direction), but I would like to have an indication of the current sort direction by ...
|
| help about dataset | 26 May 2005 13:15 GMT | 1 |
do you know why i got error on this: da = new SqlDataAdapter(); ds = new DataSet(); da.SelectCommand.CommandText=" SELECT EmployeeID, LastName, FirstName FROM
|
| Enquires about OledbDataAdapter | 25 May 2005 18:43 GMT | 1 |
I am using oledbDataAdapter to bind the data into datagrid, as i only knows how to use datareader,i have some doubts in oledbDataAdapter. Is dataAdapter same as datareader? datareader can do this lblProduct.Text = objDataReader("CategoryName") to pass the data retrieve from ...
|
| Need help in binding data to datagrid by using drop down list | 25 May 2005 13:33 GMT | 2 |
I am new in asp.net, i encounter some problems in using drop down list and datagrid. I have manage to bind the data into datagrid but i wanted to bind the data into the datagrid accroding to the selected brand from the drop down list. I do not have any idea how to do it. Does ...
|