Click here to Skip to main content
15,900,724 members

Comments by kkprocks123 (Top 8 by date)

kkprocks123 1-Oct-11 2:10am View    
thanks for the reply Abhinav.
But what I want to do is to extract the header,footer and Body from the pdf pages.Can you provide some help or link for that?
kkprocks123 30-Sep-11 1:47am View    
Hi parvin I seen that link. But what I want is suppose I have 2 tab Client and product, Two user control 1 with client list and another is with product grid and a single window. What I want is when I select client client user control is loaded in window and when I select product tab then product user control gets loaded
kkprocks123 7-Sep-11 5:11am View    
I mean to say if suppose user sends a mail on email address which doesnt exist or or suppose domain of sending email doesnt exist then how to log this email notification
kkprocks123 29-Jul-11 5:49am View    
OriginalGriff
After your suggestion I made a changes In application
public void maintainlog(string s)
{
TextWriter tw = new StreamWriter("c:\\data.txt");
tw.WriteLine(s);
tw.Close();
}
I added this code to application and call this function in each catch statement but I still the result is nothing
kkprocks123 29-Jul-11 5:08am View    
One more thing is when I click the button2 it hangs that time as well