| Thread | Last Post | Replies |
|
| Question in Datagrid | 27 Jun 2004 09:54 GMT | 2 |
(Type your message here) -------------------------------- From: sukanya s Since I want to bind the Datagrid at runtime, I have checked "Create Columns automatically at Runtime option". But if I do this, the Header Text of the datagrid appears in the same way as it is stored in the ...
|
| applying edit mask at run time | 27 Jun 2004 08:37 GMT | 1 |
At design time I apply an editmask by putting {0:C} as an attribute to a column. In a current project I need to apply and change this at run time. Anyone know how I can do this? Can't find anything in the docs. Thanks,
|
| Dynamically creating buttons per row: how? | 27 Jun 2004 02:32 GMT | 4 |
I'm working on a web application that will use some datagrid and asp.net, an asp.net Forum to be exact where people can leave posts and respond to posts others have left. One page in particular displays rows with an "interesting" column. What's interesting about this column is ...
|
| advanced question: making <asp:ButtonColumn> CausesValidation=False | 25 Jun 2004 20:51 GMT | 4 |
i stated that this is an advanced question because i have a post from few days ago that i received answers to with suggestions that looked good but did not work, so please if you post a reply make sure your suggestion actually works.
|
| Formatting datagrid column to show boolean as Yes/no instead of truefalse | 25 Jun 2004 17:06 GMT | 7 |
Is there a way to change the formatting expression of a column in the property builder of the datagrid to make boolean values appear as yes/no instead of true/false? thanks,
|
| RadioButtonList In DataGrid | 24 Jun 2004 20:30 GMT | 1 |
I have a page that gets a list of users from a database and puts them into a DataGrid. The DataGrid is editable. In Edit Mode of the DataGrid, I'll click update w/out making a selection on a RadioButtonList and get this error:
|
| Null/Empty DataGrid Comparison | 24 Jun 2004 17:15 GMT | 2 |
I've got a page that does reports, which pulls a dataGrid from a SQL table. Sometimes there are no results for the report, so I added a textbox that says "No results found". Depending on whether or not there are results, I'd hide or
|
| DataGrid Help Needed | 24 Jun 2004 14:38 GMT | 1 |
I saw this article and have implemented the code however this line <script language="C#" runat="server" src="fetchData_sql.cs" /> refering to a file which i want to use, however i am doing my code in code behind not in the html, can someone tell me how i reference the file
|
| Adding ImageButton to a datagrid header | 24 Jun 2004 00:48 GMT | 2 |
Ok, o I have a datagrid with sorting and paging. I would like to add a small ImageButton right under the header text that I currently use for sorting. I'm using somehting like this now but it replaces the actual
|
| DIV | 23 Jun 2004 22:34 GMT | 1 |
How to add I div on a run time and then add a grid to the div?(I now how to add a grid on a run time) Right now it is static on my form with following properties.
|
| Repeater: Can't Refer to Data In A Label | 23 Jun 2004 20:01 GMT | 4 |
I have been banging my head against a wall trying to get a server-control to reference the text of a hidden <asp:label> so for testing I stripped things down to a bare minimum to try response.write'ing the data to the screen to see if anything can be seen at all...
|
| double click on grid | 23 Jun 2004 12:51 GMT | 2 |
I want to double click on a row within the grid and have it take me to a edit screen for that row. Currently I allow the user highlight a row and click the Edit Button and that takes them to a edit screen,
|
| pop-up windows in edit mode | 23 Jun 2004 11:25 GMT | 1 |
I have a datagrid with a couple of columns such as Employee name, Address, Zip. When I edit the column I need to have a button displayed near the zip code text box, which says "find Zip".
|
| DropDownList | 23 Jun 2004 11:22 GMT | 1 |
In a drop down list you can assing the value from recordset like this: country.DataTextField = "country" country.DataValueField = "Code"
|
| Not IsPostBack | 23 Jun 2004 09:57 GMT | 3 |
I have a problem. I have a function Load_Info where I am generating dymanic table. On a first load is it fine however after the refresh because it is post back my table is disappiring. can you help me fix this problem. My code
|