| Thread | Last Post | Replies |
|
| Guru's Challenge: How to place multiple instances of a control in a single page in an abnormal situation | 30 Jul 2004 15:31 GMT | 1 |
I am relatively new to .Net and have been coding an intranet site for my employer for a couple of months. I am currently stuck coding in a text-editor called EditPlus without access to the VS.Net IDE, and coding pages with the script directly in each page (not using the codebehind
|
| Dynamic Rows and Colors | 30 Jul 2004 14:47 GMT | 1 |
What I am trying to do is Change the color of a row from a value that is in a Database using the ItemStyle-BackColor Property. The value in the DB is the color name. I keep getting a number of errors: BC30676: 'DataBinding' is not an event of
|
| DataGrid HyperLink Column - How can I put multiple fields in the URL field | 29 Jul 2004 15:10 GMT | 1 |
How can I put multiple fields in the Datagrid Hyperlink Colume - URL FIELD ? I need to buidl an URL like: page.aspx?product_id={0}&seeler_id={1} thanks,
|
| Databind an embedded control in an embedded datagrid | 29 Jul 2004 11:16 GMT | 1 |
All, I have something like the following: Datagrid1 Col1 - bound column
|
| Presentation of Data in the DataGrid | 28 Jul 2004 19:38 GMT | 1 |
I have what I believe is a basic question about presentation of data in a DataGrid. My DataGrid is backed by a DataTable that has a number of key values, for example, the number 1 in the country column might represent
|
| DataGrig / DataGrid web | 28 Jul 2004 13:53 GMT | 1 |
Hi.... I have a big problem with my DataGrid . I have Microsoft Visual Studio .NET but i do not have datagrid and i need him so if someone has it please send to my mail
|
| How to embed image control in a repeater? | 23 Jul 2004 13:43 GMT | 1 |
I have a repeater in my vb.net page which needs to render an image control (it's a mappoint linedrive map image). The repeater itself is bound to an array of object 'Directions' which contains mostly strings, but one of the Properties of the Direction Class is an image
|
| Validation in DataGrids | 22 Jul 2004 18:22 GMT | 1 |
I have a datagrid with an edit column that performs updates and another command column that performs deletes. I then added controls to the footer template and use them to add a new record. The problem I am having is that when I try to use a validator for the add textbox in the ...
|
| Dropdown in footer template of datagrid | 22 Jul 2004 15:32 GMT | 5 |
I have been able to create and populate dropdowns in both the item template tag and the edit template tag. When I try to add one to the footer the function I have inserted into the datasource tag never gets called. What is the proper way to populate a dropdown in the Footer ...
|
| First record of datagrid not showing | 22 Jul 2004 09:09 GMT | 4 |
First record in grid is not showing having been called from stored proc. Grid shows rest of records with no problem. (Using DataReader) Any thoughts? Many thanks EdwardH
|
| Databind, display page 2 | 22 Jul 2004 05:12 GMT | 1 |
I'd like to control which page of a multi-page datagrid displays when I call the Databind method. Something like Grid.DataBind(3). Can it be done?
|
| Dynamically adding checkboxes to a dynamic datagrid | 22 Jul 2004 04:32 GMT | 1 |
I am stumped. How do you add a checkbox dynamically to a datagrid that is built dynamically and then added to a panel control? Thanks in advance.
|
| Printing a dataGrid | 21 Jul 2004 20:02 GMT | 2 |
I'd like to print a DataGrid, but the problem is that I want the header to be repeated on each page. Is it possible to make sure that the header of a datagrid is on every page of the DataGrid?
|
| Formatting a datagrid in a web form | 21 Jul 2004 00:09 GMT | 2 |
Hi All :-) I'm trying to format a VB.Net datagrid for a Web form in the code behind. Do I have to create a custom style like you do for the Windows form? Is there a link or tutorial that will help me with this?
|
| Swedish characters not displayed in datagrid | 20 Jul 2004 17:39 GMT | 1 |
I'm retrieving data from a Sybase database and loading it into a dataset and displaying it in a datagrid. The problem that I'm having is the swedish characters are not displaying properly. I have the requestEncoding and responseEncoding in the webconfig file set to iso-8859-1 ...
|