Click here to Skip to main content
15,887,386 members

Comments by lalitha19 (Top 10 by date)

lalitha19 28-Nov-14 22:34pm View    
Here my javascript code:
$(document).ready(function () { $("#ctl00_cpBusinessMasterPagePlaceHolder_txtStartDate").datepicker(); $("#ctl00_cpBusinessMasterPagePlaceHolder_txtStartDate").datepicker("option", "dateFormat", "dd/mm/yy"); });

<asp:TextBox ID="txtStartDate" runat="server" CssClass="text_field1 datepicker">
Code Behind:
txtStartDate.Text = mode == "relist" ? System.DateTime.Now.ToShortDateString() :( job.StartDate!=null? Convert.ToDateTime(job.StartDate.ToString()).ToShortDateString() : ""); –
lalitha19 12-Sep-14 3:59am View    
Hi,
my page is working fine now. i set width and height of the frame by passing values from jquery via querystring.
but this page is working fine in local.but when i host this page on server, it redirect to default error page. not shows original aspx page.
did you know what is the reason?
lalitha19 10-Sep-14 2:52am View    
Hi nathan,
thanks for reply.
but still iframe is display in left corner of modal window.
i need to display it in full modal window.
lalitha19 5-Jun-14 10:00am View    
Hi.. Thanks for your reply. yes i initialised as i specified in this question. but paging not working. all the data displays in same page. and paging display as FIRST 1 NEXT(As buttons).
lalitha19 5-Jun-14 9:31am View    
Hi, i tried as you said. but it shows "No data available in table". the First ,Last button is displaying. but all the data is display in single page. could you please help me to resolve this issue?