| Thread | Last Post | Replies |
|
| How to convert from BirthDate to Age | 04 Nov 2004 00:14 GMT | 3 |
Hi ! please help - I have tabel with a Birthday column in a access database and need to show the age in a datagrid. ------------------------------------------------------------------- found this little code:
|
| Question on EditGrid | 03 Nov 2004 22:54 GMT | 1 |
I am using the Editgrid control from microsoft. When i use a dropdownlist : <select id="SUserID" name="SelectUserID">UserID</select> along with the Edit grid, I am unable to save the changes made to the edit
|
| Default Picture | 03 Nov 2004 17:17 GMT | 2 |
lets say i have an sql table Users ( id, name ,pictureurl) i use datagrid to show records . my problem is , when pictureurl is null how can i load default.jpg picture ? binding is done on run time ( using DataEval.DataBinder)
|
| how to specify each column width? | 03 Nov 2004 10:04 GMT | 3 |
I set my datagrids width to 100% so it always fills the whole screen. But depending on the amount of data in each field each of the columns resize when I'm paging. How do I control the width of the grid and each column? I need them to stay the same. I prefer CSS methods but any info ...
|
| rows in a datagrid in bold based on the value of a field | 02 Nov 2004 23:24 GMT | 2 |
How can I make some rows (of a datagrid) in bold based on the value of a field? for instance if that field is "1" row should be in bold ,otherwise row is in normal mode.
|
| how/where to put logic to format certian columns/cells | 02 Nov 2004 17:58 GMT | 2 |
how do I go about formatting output of certian columns or cells in a datagrid? I am in the midst of trying to learn both asp.net/ado.net and TSQL stored procedure at the same time, all in my 'spare' time since its a hobby rather than a job... right now at least. Major overload! can ...
|
| hyperlink column text. Where is it?? | 02 Nov 2004 09:42 GMT | 1 |
Does anyone have any idea how to get the text out of a hyperlink column in a web datagrid? It's a hyperlink column, not a template column so findcontrol does not work and there is no apparent name to look for.
|
| aspnet_wp.exe (PID: 500) was recycled because memory consumption e | 01 Nov 2004 16:17 GMT | 3 |
We are develoed the .net application(asp.net, vb.net and sql server ). Till yesterday there was no problem with the application. Is was working fine. In our application we have one Lock and Unlock Button. When you click on Lock button, the page will turn into ReadOnly mode. When ...
|
| Aligning DataGrid Columns!! | 01 Nov 2004 03:43 GMT | 1 |
Can anyone tell me, how do right align datagrid columns? Help is appreciated!! <Columns> <asp:BoundColumn DataField="page_template_filename" ReadOnly="True"
|
| hyperlink text in a datagrid? | 01 Nov 2004 02:56 GMT | 2 |
I'm going through a DataGridItem looking to find the text in a hyperlink column. It's not in mydataGridItem.cells(3).text. Where is it? thanks, T
|