all groups > asp.net > november 2004 > threads for saturday november 27
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
debug problem, cached dlls, old values?
Posted by KK at 11/27/2004 10:51:08 PM
Hi,
my VS IDE suddenly shows wrong
results when debugging.
my class SQL was changed. But
still when debugging it is showing
the same old statement. It is cacheing
the debug dlls somewhere. I have
cleared every place I could found
but still the same.
my web.config says the app should r... more >>
Converting coldfusion's cfhhtp to asp.net
Posted by John Dalberg at 11/27/2004 10:45:45 PM
What is the equivalent asp.net for the ColdFusion code below?
<cfhttp url="http://www.xxx.com/cgi-bin/changepassword.exe" method="post">
<cfhttpparam type="FORMFIELD" name="domainname" value=#sDomainName#>
<cfhttpparam type="FORMFIELD" name="password" value=#sFtppassword#>
John Dalberg... more >>
Catching [enter] in dropdownlist control
Posted by Anders K. Jacobsen [DK] at 11/27/2004 10:08:53 PM
Hi
I have a problem delegating a [enter] keydown event to a button control when
inside a a DropDownList control.
I have this
Enter name: [Textbox] Select Birth year [DropDownControl] [Button].
When the cursor is in the textbox i can catch the button event by assign
button as default ... more >>
Web Form Validation
Posted by Arpan at 11/27/2004 9:56:14 PM
This is a multi-part message in MIME format.
------=_NextPart_000_00A1_01C4D4CB.EA4226F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have a Web Form in my ASPX page which makes use of Web controls & =
incorporates validation controls. This ... more >>
More Strange Debugger Antics
Posted by BG at 11/27/2004 9:33:53 PM
Hey Everyone,
Win2K Pro w/all Updates, VB.Net Standard 2003, .NET 1.1 w/all updates
I have a web app that I've been working, coding,testing,coding, etc. Works
fine - debugger debugs stuff as it should. Eventually, I will get the error
about not having permissions on the web server ya-da-ya-d... more >>
Developing more than one .net site at a time under IIS 5.1 on XP Pro
Posted by Simon at 11/27/2004 8:47:12 PM
Hi all
As I'm sure is common knowledge the version of IIS included in XP Pro is
limited in that you can only create 1 website in the IIS snap in.
As an ASP.net developer this is a pain in the arse because I can't figure
out how to stop having this fact cock up my relative urls.
When I c... more >>
Best practice
Posted by charlie at 11/27/2004 8:09:08 PM
Hi there,
I am looking at an ASP.Net example where the programmer creates a class
in this code behind source, sets it's properties, and then passes it to
other class methods as a parameter. See the example below. Is this an OK
practice?
Dim s As String
Dim rtn ... more >>
Server Workload!
Posted by Arpan at 11/27/2004 7:42:24 PM
This is a multi-part message in MIME format.
------=_NextPart_000_008A_01C4D4B9.380D4AD0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I am a newbie in ASP.NET (using VB.NET) & work on Windows 2000 =
Professional.
I find that the client brow... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Controls
Posted by Mark Fisher at 11/27/2004 5:45:43 PM
Hi all
Can someone explain the difference between the Data Grid, Data List and
Repeater controls.
Thanks
... more >>
unzip a folder in asp.net automatically
Posted by ACaunter at 11/27/2004 3:41:04 PM
Can some please help me.. i've asked this question before and i'll get people
writing back with links to
http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx,
or
the easyzipunzip website...
However, none of these are too easy to use.. one you have to pay $400 for,
and the other i... more >>
view http headers on ie
Posted by ferrodoxin at 11/27/2004 2:57:27 PM
i am developing on asp.net, and wanna see http headers and form values on ie,
is there any plugin or tool for ie about this... more >>
one aspx page started returning garbage???
Posted by Les Caudle at 11/27/2004 12:05:33 PM
One aspx page on my site started displaying garbage. No errors, just a bunch of
symbol characters.
The page used C# code behind and Output Cachine:
<%@ OutputCache Duration="86400" VaryByParam="ProductID" %>
I did not recompile the app - but only changed the modification date of the aspx
f... more >>
Contol Location on Webform
Posted by Jeff Gaines at 11/27/2004 11:30:16 AM
I am making the jump into Webforms/asp from Windows forms.
To ease the transition I am setting up an address book so I can use
code from the previous Windows forms app.
I have a really simple (stupid?) question.
I have added a panel to the webform and then added labels/text boxes to
the... more >>
datagrid editcommand question
Posted by bill yeager at 11/27/2004 11:27:12 AM
I'm doing an inline edit of an Admin table using the
Datagrid. There are three columns in my Admin table. I
want to dynamically disable the corresponding "CareType"
field (see below) in the grid if the record is part of an
existing relationship, so the user can't update it.
The "CareTypeID... more >>
ASP.Net Newbie Questions
Posted by MDW at 11/27/2004 11:13:03 AM
Hey all.
I'm fairly well versed in classic ASP, and I'm trying to teach myself
ASP.Net. I have a book - which isn't very good - and I'm kind of trudging
through. I haven't been working at this for very long, but I already have
some questions. If someone could help me out or point me in the ... more >>
Dynamically generated Table Rows Dissappear
Posted by Bijoy Naick at 11/27/2004 10:48:23 AM
I have something strange going on.. My .aspx page contains a file upload
control, a "Import Data" button, a "newTransactions" <asp:table>,
a"SaveTrans" button and an confMsg label.
First the user selects a file, then clicks Import Data. The page now reads
the PostedFile and displays each li... more >>
Help with design
Posted by Chris at 11/27/2004 10:47:02 AM
Hi,
I want to use a popup control in my asp app like the one in outlook web
access and msn. This will be used to notify users of a change in the
database. I plan on using the one on codeproject, however, how can I have the
popup control check by itself every minute or two minutes in the datab... more >>
Help: Compiler Error BC30002 - VB object not found ?
Posted by Ted at 11/27/2004 10:35:18 AM
I am new to ASP.NET and have been following te Quick Start tutorials
(http://www.asp.net/tutorials/quickstart.aspx and
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/aacon... more >>
checkBoxList
Posted by sara at 11/27/2004 10:21:02 AM
hi all
i have checkboxlist box control
i need to get the count of slected index
thanks
... more >>
How to: programatically navigate to a URL (really an anchor)
Posted by Dan Hinsley at 11/27/2004 9:32:50 AM
I'm using the calendar control, and when the user clicks on a date, I want
to "scroll down" to an anchor defined for that date. I'm OK with catching
the click on the date, but I can't figure out how to programatically
navigate to a URL. I know this must be simple, but I can't find out how to... more >>
Application Ending : Save the static object in a File to reload it alter !
Posted by Shanli RICHEZ at 11/27/2004 9:18:25 AM
I'm using ASP.NET and quite a lot of object in memory instead of a database.
The question is that I tried to save the data, serialize them in a XML file
to save them when the application is ending.
event : Application_End in Global.asax.
But the object are not accesible from there so I can... more >>
Where is my mdb file
Posted by anon at 11/27/2004 1:44:20 AM
This is probably the same question I asked before, but my isp is being
completely unresponsive.
There is a option to set up a database folder and copy an mdb file to it.
Since I can't find a way to read/write files, I thought I might try this.
But it also needs a Data Source to create an OleDb... more >>
|