Click here to Skip to main content
16,015,755 members

Comments by ajithk444 (Top 41 by date)

ajithk444 4-May-13 7:18am View    
Can u tel me how can i get the time also in this code which uses JQuery. ??
ajithk444 2-Nov-12 0:54am View    
Hi,
I need to open in a new window.Can u help me other than iframe. I jus need the browser to prompt for downloading the pdf generated y the httphandler.
In my code the pdf is getting generated correctly. i am jus missing something to handle that pdf from handler and bring it to browser for download or save. this is my prblem. Can u pls help me ..
ajithk444 11-Oct-12 1:28am View    
i have my data in a dataset "ds" binded to the grid.

<pre lang="c#"> public DataTable getRowsByFilter()
{
List<string> Mylist = new List<string>();
Mylist=GetInvoiceNumber();
DataTable dt = new DataTable("InvoiceNumbers");
foreach (string InvNum in Mylist)
{
foreach (DataRow SrcDr in ds.Tables[0].Rows)
{
dt.Rows.Add(ds.Tables[0].Select("InvoiceNumber='" + InvNum + "'"));
}
}
return dt;
}</pre>


this is the code i have tried.but it's not woring. any changes should i do.?! pls help..
ajithk444 10-Oct-12 7:28am View    
thank U.:)it helped:)
ajithk444 10-Oct-12 7:28am View    
thank U.:)it helped:)