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...
Greetings experts.
In classic asp, you would assign a field name system date like this:
sql="insert into tableName (dateField) Values (#" & date()&"#)
I am using MS Access database.
How do you do the same us asp.net (vb)?
The following isn't working for me:
cmdcommand = New...
Greetings (again) all.
The code below displays records saved to various folders.
It works fine except that records are sorted alphabethically by default.
Is there anyway to sort the records by date in descending order:
Thanks in advance.
<% sub ListFolderContents(path)
dim fs...
experts,
I have been going in circles with a project that was so very simple with classic asp but very challenging so far.
I am using multiview control to pass values from one page to another page.
By this, I mean that i have 2 views = view1, view2. Then there is a 3rd view, where all values...
ok, I have added the Handles = Handles Btn_save.Click.
Now, it is taking me to page2.asp.
But I am getting this error below:
Object reference not set to an instance of an object.
The error is caused by the checkBoxList. Apparently, what I thought would work did not.
If I remove the 2...
ca8msm,
Thank you for your prompt response.
I made the changes you recommended and the errors went away.
However, when I entered values into page1.aspx and clicked the Submit button, I was expecting it to take me to page2.aspx but instead, it remained on page1.aspx.
Can you please tell me...
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.