1
Answer

PDF FILE

srinath

srinath

14y
1.6k
1

 Hi,

  using webservice, I need to generate a pdf file. here, PDF file should be have
  same content as in crystal report.
  So, I created a separate .aspx page and loading crystal report in that page in 
  page_load event.
 
  But here my problem is I am unable to redirect to .aspx page from webservice
  and I aslo thought of opening a page using javascript but I am unable to do it.

  Please help me..


 
 
Answers (1)
0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 11y
private void Form6_Load(object sender, EventArgs e)
        {
            comboBox1.Text = "Select experience";
            int expe;
            for(expe=0;expe<=30;expe++)
            {
                comboBox1.Items.Add(expe);
            }
        }