Click here to Skip to main content
15,890,741 members

Comments by ajays3356 (Top 66 by date)

ajays3356 21-Jan-15 7:17am View    
i have created an function to generate an word file.but my seniors told to generate an rtf file instead of word.

i have looked for online help but not getting any proper link to do this.
ajays3356 21-Jan-15 7:15am View    
Suppose i view an page on browser.And there is an button on that page.
When i click on that button function should load an html dynamically of that page in an string and convert that whole string to rtf file.
ajays3356 30-May-14 2:31am View    
I have button in parent page Add New.I am calling getdata on this click event as follows.

ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "MyFun1", "GetData();", true);
ajays3356 6-May-14 1:16am View    
i have modify like this ...
SELECT SUM(contribution) FROM pfmonthlycontribution WHERE (contributionmonthid between 3 and 4) AND (contributionyear between 2013 AND 2014)

So,It is correct or not...
ajays3356 6-May-14 1:11am View    
I have mention the database.