| Thread | Last Post | Replies |
|
| global.asax | 30 Nov 2005 14:51 GMT | 1 |
I want to send mail during my application crashes. I wrote my method in application_end event in global.asax. Its working fine when i'm running through visualstudio.net. When i tried by stopping my IIS server, it doesnt work.
|
| Extra colspan | 29 Nov 2005 08:10 GMT | 1 |
If any column (in my case, the 1st column) of a DataGrid is hidden (Visible=false), a pager row that has one cell by default does not exclude the hidden column from
|
| Inserting Special Characters | 29 Nov 2005 08:05 GMT | 3 |
Is there a way to put a special character in a heading on a grid, such as a checkmark (asc 3882 I believe)? so that it looks like this: Check Me Ö
|
| Takes two clicks to fire event?? Please help! | 29 Nov 2005 00:20 GMT | 1 |
Hey guys, This is really starting to annoy me. In short, I have a datagrid with a buttoncolumn in the first column. Once a user clicks on a button in this column, it fires the OnItemCommand correctly. In the OnItemCommand function,
|
| What is the Equivalent of the CurrentRowIndex Property for a DataGrid Web Control? | 27 Nov 2005 03:33 GMT | 1 |
What is the equivalent of CurrentRowIndex for the DataGrid control in ASP.NET? I am trying to convert the following windows app method, to use in an ASP.NET application:
|
| How to load datagrid in edit mode? | 25 Nov 2005 17:38 GMT | 1 |
Is there any way I can load a datagrid in edit mode (example : 2nd row should be in edit mode whe the page loads for the first time) when a page is loaded for the first time? The scenario is like this : I have a webpage with a table which has n
|
| Button column | 25 Nov 2005 15:28 GMT | 2 |
Could we have more than one "Edit, Update, Cancel" button column in one DataGrid ? If it is possible, how can we manage in the code behind EditCommand, UpdateCommand and CancelCommand for each button ?
|
| Dynamically adding controls | 25 Nov 2005 15:22 GMT | 2 |
I currently have a datagrid with a buttoncolumn and a few other boundcolumns. Once a user clicks on a button in the buttoncolumn, I need to remove that control and put another control in it's place. I am having no luck whatsoever in doing this. I have made a new LinkButton in my ...
|
| Tabbing index | 24 Nov 2005 22:32 GMT | 1 |
Is there a way to not allow a user to tab to an item? I have several labels & textboxes in the grid and don't want the user to tab to them. I have other controls in the grid that they can tab to, such as edit & delete columns.
|
| Date Time question | 22 Nov 2005 18:47 GMT | 1 |
I search SQL DB and display results to an APS.Net page using <asp:repeater /> One of the columns is a Date in the Database SmallDate . When I display it the page it shows Date and Time. How can I get rid of Time
|
| Gridview - how to delete row using stored procedure? | 21 Nov 2005 22:35 GMT | 1 |
If I want to delete a row in a GridView control using a stored procedure, what do the DeleteParameters look like? Do I use an asp:ControlParameter? Do I use an asp:Parameter?
|
| Subheader (subcolumns) | 21 Nov 2005 21:19 GMT | 1 |
Can anybody help me to make my DataGrid header like below one? -------------------------------------- | | | SomeText
|
| How to detect selected items? | 21 Nov 2005 08:06 GMT | 1 |
I have a datagrid with a template column in its template item I put a check box. How to determine which check boxes are selected when a button is clicked. Notice: these check boxes are separate and are not check box list items.
|
| new colum | 21 Nov 2005 07:56 GMT | 4 |
I have a datagrid that has 2 columns that is filled from database, I want to add a column each cell of it will have a check box control. Please help
|
| DataGrid Paging | 20 Nov 2005 14:43 GMT | 1 |
After I made a datagrid paging to true, still the paging links are not working , how to make them work. Any help please. Thanks
|