all groups > asp.net > january 2004 > threads for sunday january 18
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
web to PDF and back question
Posted by Peter J. Hunter at 1/18/2004 11:14:07 PM
I have a server method that generates a crystal report in pdf format. I
send the file to the client as follows:
response.contenttype="application/pdf"
response.writefile("myreport.pdf")
response.end()
This works fine, EXCEPT that I would like the client to return to the
originating page, ... more >>
windows close event
Posted by Kiosmy at 1/18/2004 9:46:05 PM
I'm doing a chat, if one user close the windows throw X button, I need one event to do an action (delete the user for example) how I can do it. In JavaScript exist onunload event, but it is executed when the page is submit.
Any help would be appreciate... more >>
Impersonation Failure - Access Denied
Posted by nmethani NO[at]SPAM yahoo.com at 1/18/2004 9:36:38 PM
I am new to .NET so not sure if this is the right process... Any help
will be greatly appreciated.
I am trying to eliminate the grey login box that pops up when Windows
Authentication is used by using Forms Authentication and using the
details provided to impersonate that user and supply the c... more >>
Going from 1.1 to 1.0
Posted by sbarrow NO[at]SPAM pittsh.com-dot-au.no-spam.invalid at 1/18/2004 9:18:09 PM
Hi
I have a solution that was developed in 1.0 that used bindingmanager
and currentchanged event in a handler, this worked well in 1.0 but
when I upgraded to 1.1 the event stopped working.
the code I used is:
AddHandler m_bindClient.CurrentChanged, AddressOf Steve
Is there an e... more >>
asp.net
Posted by dellaweb NO[at]SPAM hotmail.com at 1/18/2004 9:12:26 PM
Hi,
I tried to add a project from VISUAL SOURCE SAFE to local folder
c:/inetpub/wwwroot/project name using visual studio.net. But I am
unable to open the project in visual studio.net.
It is throwing an error - "unable to open project. fILE PATH
c:/inetpub/wwwroot/project name doesn't corres... more >>
Problem of character
Posted by Nicolas at 1/18/2004 7:51:52 PM
I got an hyperlink in my aspx page which open the email app as follow:
Source Code in IE
<A HREF="mailto:me@mysite.com?subject=Demande d'information sur bien
506&Body=Il s'agit d'une propriété etc...">myName.</A>
Text in Outlook
Subject: Demande d'information sur bien 506
Body: Il... more >>
DataGrid Clickable Columes
Posted by Amir at 1/18/2004 7:45:38 PM
Hi every one I had a question
I have a DataGrid where I display Employee name and Their Schedule
the Grid has 8 Columns ...somewhere in my web Application the admin should
have an option of "quick" changing the schedule for current week
now I know how to make DataGrid Editable but when I mak... more >>
Please Help!!! I've been suffering with these
Posted by Hai Nguyen at 1/18/2004 6:51:55 PM
I fill all those datagrids into a place holder.
I'm really frustrated now. I just created another version which does not use
datagrid. I use Table of Web Control, everything seemed work fine until I
started collecting data. Fromdate, todate have textboxes for user to enter
values. I have a sub... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Cookies IIS and XP
Posted by branton ellerbee at 1/18/2004 6:41:52 PM
Recently, I have had a problem in an XP machine not being able to store
cookies from an XP Pro machine hosting a web application.
Has anyone come across this problem?
What is happening is that I am receiving this error when it tries to read
the cookie:
Object reference not set... more >>
Enter key to invoke button event handler?
Posted by Olav Tollefsen at 1/18/2004 6:30:37 PM
I have created a client side script that is supposed to invoke the Click
event handler on a button. The problem is that it doesn't work. Instead the
page is refreshed an Page_Load is invoked, but not my event handler. The
source of my .aspx page is included below.
What could the problem be?
... more >>
Web Page Unavailable
Posted by Greg at 1/18/2004 4:41:19 PM
Lately I am getting the message: Web Page Unavailable While Offline. The Web Page You Requested Is Not Available Offline. To view this page click connect.
This happens when I am not online. Any good ideas on how to fix this problem?... more >>
Persisting Data Web Control Table??
Posted by Hai Nguyen at 1/18/2004 3:18:04 PM
I have several different tables with textboxes
I want user fill out some information into those boxes and after hit save, I
want to store all those values from those textboxes into database
I don't know why after I hit button save, all the values are gone. Pleaes
tell me how i can keep thos... more >>
How can I access a UserControl that is located outside my application directory of my dll...?????
Posted by Kristoffer Arfvidson at 1/18/2004 2:32:01 PM
HI!
I have a little question...
I need to access a usercontrol (*.ascx) file that is located outside my
application directory of my dll...
Heres my paths on my server:
wwwroot/
--------------
/index.aspx
/controls/menu.ascx
-------------------
wwwroot/members/
--------------
/index.a... more >>
Viewstate Problem URGENT!!!!!
Posted by sjain NO[at]SPAM lioninc.com at 1/18/2004 1:24:17 PM
I am getting this error on our application.
"The viewstate is invalid for this page and might be corrupted." I
have spent about 2 days now goin thru the user groups and couldnt find
the solution to this problem. Most of the postings ask if u r on a web
farm or using Server.Transfer.
I am not ... more >>
ASP.NET on IIS 5.1
Posted by Stephen McCrea at 1/18/2004 1:06:53 PM
When I create a project on my W2K3 server (IIS 6) I don't have a problem but
if I try to create a project on my workstation XP with IIS 5.1 it says that
it detects that IIS is not running ASP.NET 1.1 and I will not ba able to run
asp.net web applications or services. What do I need to do to corre... more >>
concoran@hotmail.com
Posted by Connie Edwards at 1/18/2004 12:26:07 PM
I am trying to compile the C# sample programs on Microsoft Quickstart Tutorial (ASP.NET).
The samples have an .aspx page and related C# code. What kind of projects do I need to create in Visual Studio .NET so that the sample build?
Link of ASP.NET tutorial is : http://samples.gotdotnet.com/quickst... more >>
Problem sending emails through AOL connection
Posted by SThurs4415 NO[at]SPAM aol.com at 1/18/2004 12:11:42 PM
Hi,
I'm attempting to send emails for the first time using ASP.NET, so I'm
hoping there's just a beginner's error going on here for me. But my
emails aren't reaching their destination, and I don't know why.
My "development" machine is just my home machine. I'm connected to
the Internet vi... more >>
Either/Or Required Field Validatio?
Posted by Kenneth Baltrinic at 1/18/2004 12:00:33 PM
Is there an easy way with a validation control to have either one field or
another required but not both? This is for a forgotten password page where
the user must fill in either a user ID or email field for help but not both.
Thanks for any help.
--Ken
... more >>
aspnet_wp.exe could not be started
Posted by Lynn at 1/18/2004 11:42:55 AM
hi,
anyone knows how to fix this error?
Event Type: Error
Event Source: ASP.NET 1.0.3705.288
Event Category: None
Event ID: 1082
Date: 1/18/2004
Time: 12:50:47 AM
User: N/A
Computer:
Description:
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
... more >>
Access pages base class properties from User Control
Posted by Mikip at 1/18/2004 11:35:54 AM
Hi,
I have some properties that are common to all pages so I have created a base
class which every page inherits from. I now also want to use these
properties within User Controls on the page. Is there any way to get to
these properties through the parent property of the user control - I can't... more >>
Machine.config & web.config
Posted by Daniel at 1/18/2004 11:01:23 AM
Hi
if I change something in machine.config files or in web.config is it necessary to restart the computer
Or the IIS
Thank
Daniel... more >>
Do I use a table for this?
Posted by Muppet at 1/18/2004 10:48:08 AM
I have a database backend, VB.Net asp.net project, and I want to write a
memo field to a suitable control on a web form so that it will properly
display the carriage returns.
What control do I use for this?
I know how to do this with a textbox, but I don't want to use a textbox
because I do... more >>
Email
Posted by Len at 1/18/2004 9:28:43 AM
Hi,SmtpMail.Send(email);
I am trying to work thru some examples on webforms.
I can't get the email portion to work."SmtpMail.Send(email)";
I have xppro, visual studio academic, and outllook 2003.
Can you teel me what I need to install and where I can find it.
Thanks
Len
MailAt... more >>
Should I reinstall?
Posted by Mark Goldin at 1/18/2004 9:24:00 AM
I cannot create new Web projects.
I tried new ASP.NET, new WebUI. Same.
It keeps saying something about file share, path not found, HTTP 404 error.
All I want is create new project. In my mind word new means it does not
exist yet.
Why that's happening? Please help.
... more >>
Specify Format String For Auto-Generated Datagrid Column?
Posted by joey.powell NO[at]SPAM goldcoinc.com at 1/18/2004 9:22:39 AM
Is it possible to specify a format string for one or more
auto-generated datagrid columns? If so, could someone post an example?
More specifically, I am interested in taking output like 27.0800000
and turning it into 27.08
I have also tried doing this with the underlying SQL statement, but I
... more >>
Login Failed error using Crystal
Posted by Paul M. at 1/18/2004 9:08:00 AM
Hi,
we have a asp (vb) .net www app which use crystal reports to produce
output from a sqlserver 2000 database. The asp pages work fine up to the
point where it is required to generate a crystal report. Before this point
it has queried the database and populated listboxes on an asp .net page... more >>
Invisible HyperLink
Posted by acko bogicevic at 1/18/2004 8:51:07 AM
Hi
On my aspx page i have hyperlink:
<A id="lnkEndUser"
onclick="window.open('AddHelpLink.aspx','cal','width=250,height=300,left
=270,top=180')
href="javascript:;"><IMG src="Slike\usr.gif" border="0"></A>
When the page is load fist time i want this link to be invisible.
But when i click on ... more >>
Line wrap - WebForm Label
Posted by mg at 1/18/2004 8:31:10 AM
How can I get a long Label1.Text to wrap within a WebForm (C#)?... more >>
DataGrid Column - DataTextFormatString
Posted by McNutt Consulting at 1/18/2004 8:07:37 AM
I'm trying to implement a datagrid with dynamically created columns. The
data is coming out of a very simple XML file, and it's bound through a
dataview.
The datagrid is just a shell definition with no column definitions in the
..aspx file.
The grid is binding fine with all the data being ... more >>
Cookies delimiter in ASP.NET
Posted by Calvin Lai at 1/18/2004 4:19:36 AM
Hi all,
I was developing an web application where the data in the client are stored
in cookies using the Response.Cookies collection. However, I have found out
that for some clients, their browser stored the cookies as name values pairs
with "." (Comma) instead of ";" (semi-colon) as delimiter... more >>
Sudden Cookie problem is .aspx page
Posted by branton ellerbee at 1/18/2004 1:33:51 AM
Cookie problem in .aspx application.
I have a cookie problem that makes no sense. I get this error when the page
loads:
Object reference not set to an instance of an object.
I am reading the cookie into a var with standard code.
Where the problem makes no sense is that this applicat... more >>
|