| Thread | Last Post | Replies |
|
| I need to run a vb.net or aspx.net file every 10 seconds. | 17 Dec 2004 08:48 GMT | 1 |
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the minimum, but I need it every 10 seconds. Is it possible to write a small program in VB.NET that would run in the background without using much ...
|
| How can i trap the SelectedIndexChanged event on a dropdown within a Datagrids EditItemTemplate column | 17 Dec 2004 08:41 GMT | 1 |
I have a datagrid with two edititemtemplate columns that contain dropdownlists, these are 1)lists manufacturers of cars, 2)lists car models for a manufacturer. i need to rebind the second dropdown with only the models for the new
|
| Hidnig column in grid populated at runtime using DataSet | 17 Dec 2004 06:56 GMT | 3 |
I cant seem to find a property or method to hide the ID colum in a datagrid column which is populated using a DataSet at runtime (no columns defined at design time). Any help/suggestions in this regard will be highly appreciated.
|
| Multiple Round Trips | 16 Dec 2004 21:39 GMT | 1 |
In my datagrid I have template columns. In the template Columns I have dropdown list controls that get populated when I clik on my Edit button. they work fine its just that I have noticed that it posts back multiple times in order to get the data. The reason I believe is ...
|
| Total result from datagrid data | 16 Dec 2004 20:24 GMT | 2 |
is it somehow possible to calculate the data from the datagrid and display the result somewhere in the footer? Thanks
|
| Strange prob | 16 Dec 2004 18:54 GMT | 3 |
I have a datagrid which I has the ability to update the records. Above the dg I have a textbox 2 validators and a submit button. Now the problem is that when I want to edit a row then the validator comes up with the message
|
| Viewing A DataSet Created On The Fly! | 16 Dec 2004 09:22 GMT | 1 |
The following code snippet creates a DataSet on the fly which is then passed to a DataView so that the DataSet can finally be viewed in a DataGrid control: 'Create the empty DataSet Dim objDS As New DataSet("MyDataSet")=CreateDataSet() 'Create the new table & add columns
|
| Getting HTML output generated by Datagrid in ASP.NET | 16 Dec 2004 08:33 GMT | 3 |
Hi everybody out there i am developing a control in ASP.NET and would like to know that how to trap the HTML content spitted by DataGrid Control. I know that RenderControl traps the html output and browser renders it on
|
| Drop down column in datagrid | 16 Dec 2004 07:25 GMT | 2 |
How can i add a drop down column in datagrid ? is standard datagrid has this capability ? thx, henyung
|
| conditionally display icon in template column? | 13 Dec 2004 13:42 GMT | 4 |
I'm finishing up my first attempt at an asp.net app. I know this question is likely documented all over the place but I have a handful of things to figure out in order to finish this up and now I'm under a time constraint... so... I'm digging into a couple of things myself and ...
|
| ASPX page closing slowly with large datagrid | 13 Dec 2004 01:23 GMT | 1 |
I have an issue with aspx page that displays a large datagrid. When i click a button and display the grid everyting works fine. when i click a button on the page which is a response.redirect to another page there is a very long delay before the button event is fired and the page
|
| Best datagrid | 11 Dec 2004 19:48 GMT | 2 |
Please I'm looking for the best Datagrid for an ASP.NET application in terms of functionnalities and speed. Thanks Patrick Imbault
|
| Empty row in DataGrid | 10 Dec 2004 17:44 GMT | 1 |
I have DataGrid with five columns. DataGrid must have every sixth row empty! Row 1 = DataItem 1 ...
|
| Multiple DataBinds fail to reflect change in DataView Sort | 10 Dec 2004 14:15 GMT | 1 |
I have constructed a datatable that is a subset of my dataset. I use a cached dataview as the datasource for my datagrid. For performance reasons, I have disabled viewstate on my datagrid and thus I must perform a databind on postback prior to additional
|
| Truncate text in column | 10 Dec 2004 13:42 GMT | 1 |
Does anyone know a way to truncate the text in a column such that the text doesn't wrap to a second line? With winform you can MeasureString using the Font, but I can't find a way to use that with asp.net. One thought occurred to me - turn off "wrap text within cells", but that
|