| Thread | Last Post | Replies |
|
| Yes its the datagrid again! | 03 Jun 2004 12:23 GMT | 3 |
Why is it that when I allow paging on my datagrid and have the control flipping through the pages ok, it fires the datagrids CommandDelete or CommandEdit event handler. It seems to do this when turning back a page from 3 to 2 Cheers
|
| Very simple question (maybe) :) | 03 Jun 2004 12:16 GMT | 4 |
I have an web application with fields that must be the filters for some results. To show the result I have a datagrid. So far so good. To distinguish filter fileds from datagrid I put a line between them.
|
| My grid is not display on net | 03 Jun 2004 02:14 GMT | 1 |
can n e one tell me if i m runing my project on locally so my grid is showing data but when i upload my page on net so it have'nt show my datagrid wut will be the problem ..hers my code is .. plz reply at this address hussainsiya@hotmail.co Public Class Custome Inherits System ...
|
| Calendar Control Maximum and Minimum Date | 02 Jun 2004 22:48 GMT | 3 |
Is there a way of setting a maximum date which a user can select for the webcontrols calendar control? The only work around I have is to validate what date the user selects and post an error if it is beyond the maximum date I require which is annoying for the user.
|
| Implementing validation control in server control... | 02 Jun 2004 22:45 GMT | 1 |
I'm creating server control which is having one datagrid. That datagrid contains editCommand. When I click the Edit Button, All the values are displayed in TextBox. (This is the actual scenario). All the values are mandatory. So I can't leave any control as blank.
|
| Get the same selected date from the calendar two consecutive times | 02 Jun 2004 20:33 GMT | 3 |
When I click any date in System.Web.UI.WebControls.Calendar (C# WebForm), the SelectionChanged event handler fires. If I next click on the same date again, this event handler does not fire, so I can't get the selected date directly from the calendar on two successive attempts. How ...
|
| Data Grid Not Updating | 02 Jun 2004 09:37 GMT | 1 |
My data grid will not update my db when the update button is pressed. There are no errors or anything. Here is the code and thanks in advance. Sub Page_load(sender As Object, e As EventArgs)
|
| Datagrid question | 02 Jun 2004 09:13 GMT | 3 |
I am a newbie. On a button click, I use the following databind for a datagrid that works perfectly. But after that, no matter which page number I click at the bottom, I always get the first page. The same happens with the column header clicks to sort, reverse-sort, etc. How
|
| Open a new webpage On SelectedIndexChanged (Dropdown) | 01 Jun 2004 10:44 GMT | 1 |
I'm looking for some help. I would like to know how to launch a new IE browser window when I select an item from a dropdown box. I know this is possible I've seen many examples of where people have done it, but I can't find any information on how.
|
| Run validator when closing windows | 01 Jun 2004 07:25 GMT | 2 |
I have a Requiredfieldvalidator on a page. If the user clicks my submit button the validator works, but if the user closes the window the validator does not work. How can I force the user to click my submit button before he leaves my page?
|