Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ken011

  1. Ken011

    Nested Classes, is it possible?

    thank you very much for your response.
  2. Ken011

    Nested Classes, is it possible?

    Dear, I have 2 folders, one called DBDaccess and the other call BLS. Within each folder are a bunch of classes, for instance, Namespace BLS Public Class A Public Function A () -- end function public function B () --- End function ENd Class There about 4 classes and each applies also to...
  3. Ken011

    crystal reports and visual studio 2005 express edition

    very, very useful information. Thank you very much
  4. Ken011

    crystal reports and visual studio 2005 express edition

    I am building it for my company, which is a a Govt. agency and is an intranet and it is not for sale.
  5. Ken011

    crystal reports and visual studio 2005 express edition

    Greetings again and thanks for all for your continued assistance. Question: I have been trying now to integrate Crystal Reports into my app but just don't know how to get started. I have been told it comes built in with visual studio 2003. However, since my visual studion 2003 is not...
  6. Ken011

    How do you hyperlink a pdf from from datagrid control?

    thanks for your assistance.
  7. Ken011

    How do you hyperlink a pdf from from datagrid control?

    thank you so much jmeckley, Your solution is the best I have seen so far. I have solved it as far as opening a PDF file associated with a record. However, I like your method, if I can make it work because it allows me to use additional code to track what files are downloaded, etc. The...
  8. Ken011

    How do you hyperlink a pdf from from datagrid control?

    Hello again, all: So right now, using a datagrid, each pdf file is listed with its associated records: <asp:HyperLinkColumn HeaderText="<font color=white>PDF</font>" DataNavigateUrlField="filename" DataNavigateUrlFormatString="downloadTracker.aspx?id={0}" DataTextField="filename"...
  9. Ken011

    how can I insert line break into a TextArea control

    Greetings everyone, This is probably a cheap one, for that I apologize. I will like to insert a br into a textArea so that when I hit then return key, the next text begins on a new line. So far, everying is wrapping naturally which is fine but I want to be able to begin a new paragraph on a...
  10. Ken011

    Changing the default Data and Log Location

    Greetings, Can anyone please tell me how to move mdf and ldf files from C drive to H drive? Thanks in advance
  11. Ken011

    how do I confirm delete using datagrid control?

    Greetings, I am using datagrid control to insert, update, display and delete records. I am have a lot of success implementing all of the above. What I can't seem to get to work so far is confirming a delete before you actually delete. For instance, When I click the delete image, I would...
  12. Ken011

    using email components

    vbkris, did you even read my post? I said my email code was working. I just needed help with formatting. For instance, how to make an item bold, italics, etc. But never mind, I figured all that out. Thanks for trying anyway.
  13. Ken011

    using email components

    i discovered that the problem was I need to use our exchange server address. As soon as I changed that, it started working. But I do have another question, how do I format the body so that I could bold whatever part of the text I wanted to? Here is the entire working: Protected Sub...
  14. Ken011

    using email components

    Dear all, I tried using the following code to send email. First, I was getting "unable to relay" message. Then I granted access to localhost (127.0.0.1). Now, I no longer get the error but I don't receive any emails. What am I doing wrong? Please see my entire code. THanks in advance...
  15. Ken011

    how do I select more than one value from checkboxlist?

    Greetings all again, I have a checkboxlist control shown below: <td> <asp:checkboxlist id="txtservice" runat="server" RepeatDirection="Horizontal" repeatcolumns="6"> <asp:ListItem Value="Seagull" Selected="False">Seagull</asp:ListItem> <asp:ListItem...

Part and Inventory Search

Back
Top