| Thread | Last Post | Replies |
|
| sorting a datagrid | 07 Jul 2004 18:30 GMT | 1 |
In asp.net I have created a datagrid which it data source is determined at runtime. How can add the auto sort functionality to this datagrid? In the MSDN article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbts kaddingsortingtodatagridwebcontrol.asp
|
| Mutually Exclusive RadioButton in DataList | 07 Jul 2004 09:41 GMT | 1 |
I can add a RadioButton to a DataList and the button behaves in a mutually exclusive way, e.g. if row three is checked and then row five is checked, row three is then not checked. This works fine for an HTML RadioButton but... When I add runat="server" to the RadioButton control, ...
|
| Transfer DataGrid across frames | 07 Jul 2004 09:29 GMT | 1 |
Is there a way to click on a button on one frame and have it populate a datagrid on another frame on the same page?
|
| Populate Datagrid from a Stored Procedure | 06 Jul 2004 13:45 GMT | 1 |
I am trying to fill datagrid from a stored procedure using the following code: Public Sub dgTicketsFill2() I have removed a of my connString info for posting purposes
|
| datagrid control | 06 Jul 2004 05:25 GMT | 7 |
Is the datagrid control sort and paging commands work only when both the page and grid property EnableViuewState=True ? when i tryed running the page when either one of them was set to false the sorting or paging didn't work. i just got an black page and the commands
|
| How to implemet the same code in temple column(text box) | 04 Jul 2004 22:47 GMT | 2 |
I have the following code in my text box blur event. function MakeYearComplete(frmName,ctlName,EntTxt) { _eval('var txtObj = document.' + frmName + '.' + ctlName + ';');
|
| is it possible to deselect an item in datagrid on client side? | 04 Jul 2004 10:59 GMT | 2 |
Hi, I think the title says it all. Having a datagrid and if the user changes his mind and needs to deselect (it can not be ignored) previously selected item is there a way to do this without a postback to the server?
|
| Hyperlink problem | 03 Jul 2004 03:32 GMT | 6 |
I am sure that there is a simple answer to this, but i have not been able to find it. I have a hyperlink column to send the user to an external webpage. But when it is clicked it appends the URL to the current URL
|
| Weird Sort criteria | 02 Jul 2004 19:44 GMT | 1 |
The dataView has the following columns: CodeType, Code, Description, Amount, CodeDate CodeType can have the following values:'BK','BJ','ZZ','BN','BF','BR','BP','BO','BQ','BI','BH'....
|
| DataGrid plain text | 02 Jul 2004 19:39 GMT | 3 |
I have a datagrid with bound columns in it but i just want to add a column at the end with plain text in it like "Finished" or Started instead of getting this value from the database. Any ideas
|
| Err when creating link to each line of grid?? | 02 Jul 2004 19:17 GMT | 1 |
I am having err when creating link to each line of grid at LINE 38. My objective in asp.net is: each line can be linked to page with your parameters as VB 5/6, Delphi 5/6/7, etc.... See the code bellow:
|
| Datagrid stuff inside | 02 Jul 2004 16:51 GMT | 1 |
I dont know how to describe what i want to do so here goes I have a data grid which is populated from one table in a database, when the user clicks on a select button in the grid i want somemore data from another table in the database to appear below the clicked row.
|
| HtmlInputFile | 02 Jul 2004 16:18 GMT | 1 |
How can I can I get the FileName value from an HtmlInputFile control into a textbox? Both controls are in the same row of the datagrid and I'm using Add/Edit/Delete. Thank you,
|
| DataGrid to Excel new window | 02 Jul 2004 13:43 GMT | 1 |
When exporting from DataGrid to excel, How can I show excel results in a new window? I have the following code: -------
|
| Datagrid BIG Problem Please Help | 01 Jul 2004 16:17 GMT | 4 |
Can someone tell me what is wrong here i am trying to get a datagrid to populate from a datasource via and execute reader method, the sql is fine as i have tested it but it does not put anything in the datagrid private void DataGrid1_SelectedIndexChanged(object sender, System ...
|