all groups > dotnet general > august 2004 > threads for saturday august 7
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Need to implement shopping cart and payment in .Net
Posted by ACEDEV at 8/7/2004 11:13:01 PM
How do I implement a shopping cart and payment by credit card in .Net
framework?... more >>
HTML code modification dynamically
Posted by Maziar Aflatoun at 8/7/2004 10:49:25 PM
Hi everyone,
I have the following HTML code and I like to change the value of REFRESH
content from 2 to something else at runtime.
Any suggestions?
<HTML>
<HEAD>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=... more >>
listview
Posted by Supra at 8/7/2004 7:53:16 PM
how do i string into subitems. i have 3 headers ..................that
fine......... i am doing irc chat similar to mirc. it is list command
from server sending list.
i know how to do pasrse lists................that fine.
Amsterdam.NL.EU.undernet.org 322 djanjo #luv_me_luv_u 1 :Love is in t... more >>
Back button in Internet Explorer.
Posted by Rajagopal at 8/7/2004 3:05:01 PM
Hi,
I have one main page where i have 3 frames. From main page i will open some
other report page by clicking on a button. Now if i click the Internet
Explorer Back button then it is not showing me the main page which has 3
frames.
Please let me know how i can resolve this.
Thanks,
... more >>
does this vb.6 command exist in vb.net
Posted by smhaig at 8/7/2004 2:27:16 PM
In vb.6 in design time, there is a View Menu command
called "Last Position" that allows you to quickly
navigate to a previous location in your code. This is a
very useful feature if you have to go back and forth
between several places quickly without setting up split
windows, horizonta... more >>
Passing Program Arguments with Visual Studio .NET 2003
Posted by robena at 8/7/2004 2:13:01 PM
With previous releases, using Alt-F7 allowed to set up the program arguments
before starting the program to debug.
How do you do that with Visual Studio .NET 2003?... more >>
Select Case
Posted by Doug at 8/7/2004 9:43:02 AM
Is it possible to have multiple testexpressions in a select case statement?
I want to interrogate the value of two radio buttons at once.
ex: Select Case (rdoTefraYes.Checked And rdoRetireeYes.Checked)
Case Is = True And False, Is = False And False
true and fal... more >>
vb.net
Posted by Regan at 8/7/2004 9:03:01 AM
I am writing a program in Vb.NET, and need a way to let the users type
address info into a couple of text boxes, click a button, and pull up
MapQuest with this particular map. Does anybody have any idea how to do this.
Thank you in advance for any help offered.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
File permissions
Posted by sai at 8/7/2004 8:31:01 AM
How to check a directory contains the read/write permissions( in the code
behind)?
... more >>
Draw table in Windows Forms?
Posted by Job Lot at 8/7/2004 1:11:01 AM
Is there anyway to draw table in Windows Forms? I want to draw Web Forms
style (html) table?
thanx ... more >>
|