User Profile

Collapse

Profile Sidebar

Collapse
sayona76
sayona76
Last Activity: Jun 9 '09, 07:28 AM
Joined: Nov 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sayona76
    replied to How to FindControl of HTML
    hello Plater
    how can do this.

    if you have any link/sample code for further studies for me.

    i am waiting your reply.

    Thank You
    See more | Go to post

    Leave a comment:


  • sayona76
    replied to How to FindControl of HTML
    anyone know how can i find html control from html file using asp.net

    please help anyone.

    Thank You
    See more | Go to post

    Leave a comment:


  • sayona76
    started a topic How to FindControl of HTML

    How to FindControl of HTML

    hello,

    i am trying to find control (textbox) of html which is placed inside the text of lable of asp.net.

    here is the code which i used..
    Code:
    protected void Page_Load(object sender, EventArgs e)
    {
       StreamReader reader = new StreamReader(@"d:\WebSite1\HTMLPage.htm");
        String line = reader.ReadToEnd();
        Label1.Text = line;
    }
    protected void Button1_Click(object
    ...
    See more | Go to post
    Last edited by tlhintoq; Jun 4 '09, 05:07 PM. Reason: [CODE] ... your code here ... [/CODE] tags added

  • sayona76
    replied to VB.Net Windows Service Issue
    in .NET
    I have checked the guesses you mentioned. I have maintained the event log, but it does not throw any error. the method document.printo ut is used where document is an object (automation server) for Word (2000) document class. the same method prints few documents and not others. The strange point here is that it spools all pages when printed using a loop for the number of pages in document, but it still does not print from the queue. And when I print...
    See more | Go to post

    Leave a comment:


  • sayona76
    started a topic VB.Net Windows Service Issue
    in .NET

    VB.Net Windows Service Issue

    Hello Everyone,

    I am stuck with a minor issue related to a Windows Service made in VB.Net (framework 2.0). The service is working as expected for few printing documents and not for others.

    The actual expectation for Windows Service is to periodically check for new Work Orders raised and print the respective WorkOrder (MS-Word) document on a predefined network printer. This is done perfectly fine, barring few word...
    See more | Go to post
No activity results to display
Show More
Working...