This is a discussion on ASP.NET Data Controls within the ASP and ASP.NET Programming forums, part of the Web Development category; how to do paging in asp .net data controls...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#131
| |||
| |||
| how to do paging in asp .net data controls |
|
#132
| |||
| |||
| Hi, I am facing a painful problem using DatePicker in DataGrid. The problem is the when I am clicking the date in the popped up calender, the date is getting greyed but the date value is not getting into the datagrid textbox. The code is given below: <EditItemTemplate> <Asp:TextBox ID="txtHelpDeskRequestDate" Text='<%# DataBinder.Eval(Container.DataItem, "HelpDeskCallDate" ) %>' runat="server" Width="70px" ReadOnly="false"> </Asp:TextBox> <a href="javascript:;" onclick="calendarPicker('form1.txtHelpDeskRequestD ate');" title="Pick Date from Calendar"><img src="/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the timestamp" align = "left"> </a> </EditItemTemplate> The function is like this: function calendarPicker(strField) { window.open('/DatePicker.aspx?field=' + strField,'calendarPopup','width=250,height=190,res izable=yes'); } Please Help |
|
#133
| |||
| |||
| One of the most powerful server controls in ASP.NET is no doubt the DataGrid control. The DataGrid control is a multi-column, data-bound ASP. Last edited by arjkhanna : 12-03-2009 at 11:51 PM. |
|
#134
| |||
| |||
| ASP.NET pages, known officially as "web forms", are the main building block for application development. _______________________ Last edited by arjkhanna : 12-03-2009 at 11:52 PM. |
|
#135
| |||
| |||
| How do you pass a variable by value? Just like in C++, put an ampersand in front of it, like $a = &$b |
|
#136
| |||
| |||
| there is no specific data validation for the same. when the cell is clicked you will have to use the text box and in it u will have to implement the validation control for the same. or else while entering the value u will know which columns have to be numeric or alphabetic. depending on it you will call the specific function for the same. Last edited by arjkhanna : 12-03-2009 at 11:49 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| silverlight controls for .net | stevejhon | ASP and ASP.NET Programming | 1 | 03-25-2009 10:31 AM |
| silverlight controls for .net | stevejhon | ASP and ASP.NET Programming | 0 | 03-23-2009 01:55 AM |
| How can we Dynamically create web controls | Kirubhananth | ASP and ASP.NET Programming | 3 | 03-14-2008 09:00 PM |
| WebParts controls | S.Vinothkumar | ASP and ASP.NET Programming | 5 | 11-16-2007 02:06 AM |
| Asp.net controls not supported by Ajax? | Gopisoft | ASP and ASP.NET Programming | 0 | 07-16-2007 11:22 PM |
Our Partners |