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...
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...
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...
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"...
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...
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...
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.
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.