all groups > asp.net > january 2005 > threads for friday january 14
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
Testing Environment Issue
Posted by Jeremy S. at 1/14/2005 11:28:26 PM
I have a small network running off of a SOHO switch. Last week I was
connecting to my development computer from a testing computer on the same
network - to test the Web app's behavior on different browsers. I have
completely rebuilt the computers in question. The development computer is
now ... more >>
Bring up outlook client from ASP.Net
Posted by Raymond Du at 1/14/2005 10:50:12 PM
Hi,
I have a ASP.Net button in a webform. What I like to do, if this button is
clicked, the page should connect to a SQL server run some stored procedure,
then bring up user's MS Outlook client and fill in the mail to address,
subject and body using the dataset returned by stored procedure. I... more >>
Chat with ASP.NET. Web Services or Remote Script?
Posted by Dexter at 1/14/2005 5:35:52 PM
Hello all,
I need to build a chat using ASP.NET (VB), this chat is to the
online communication with customers.
I would like to know what is best. To use webservices or to use remote
script?
thanks
Dexter
... more >>
Page directive for asp compatiblity
Posted by Chumley Walrus at 1/14/2005 4:56:21 PM
I have some classic asp code that I want to keep in an aspx page, what
is the page directive to use to keep the aspx page asp compatible?
Thanks
Chumley
... more >>
Doesnot allow to debug or asks for username and password in visual studio.net academic 2003
Posted by Anita at 1/14/2005 4:37:00 PM
I have problem opening my existing projects or newly created project. It
asks me for user name and password and if I provide then it allows me to
open but when I debug either it gives error message that you are not the
debugger user (although I am administrator of my computer) or while running... more >>
How can I tell if a visitor is a search engine bot?
Posted by Mark at 1/14/2005 4:02:27 PM
Hi, I am writing some code to log vistors to my website.
I notice in some statistics pacakages that they are able to differentiate
between normal visitors and search bots. Does anyone know how that is done?
I thought that they might be looking at the IP address of the remote visitor
and then... more >>
need help on easy ASP.NET question
Posted by msnnews.msn.com at 1/14/2005 3:53:48 PM
hi there,
i have the following code on my ASPX page..:
<LINK id="myCSS" runat="server" href="../print.css" type="text/css"
rel="stylesheet" />
how do i reference this in the behind VB code so i can make the HREF
dynamic?
thanks,
Paul
... more >>
e.Item.DataItem in a ItemDataBound event (DataGrid)
Posted by MattB at 1/14/2005 3:39:15 PM
I swear I've made this work no problem before and I'm not sure what's
gone wrong.
I have a form with a datagrid that I'm binding to a DatTable I generate
on the fly. If I just bind and load the page I can see all my data fine.
Now I want to add a textbox for each row and pre-populate that ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MS Support home sites to get quick answers at...
Posted by Juan T. Llibre at 1/14/2005 3:33:32 PM
ASP.NET 1.0 Support Home
http://support.microsoft.com/ph/6350
ASP.NET 1.1 Support Home
http://support.microsoft.com/ph/6351
..Net Framework 1.1 Support Site
http://support.microsoft.com/ph/1249
..Net Compact Framework Support Site
http://support.microsoft.com/ph/548
ADO.NET Support H... more >>
Suppress viewstate __viewstate rendering
Posted by Jason Pettys at 1/14/2005 3:21:03 PM
I have an ASP.NET page that my client wants to e-mail. So in IE we choose
File > Send > Page by E-mail, which opens up either Outlook or Outlook
Express with the HTML page content as the message body.
EXCEPT one nasty detail is that in the e-mail client, <input type="hidden">
elements are ... more >>
IIS6 with asp.net whidbey
Posted by Felipe Garcia at 1/14/2005 2:41:35 PM
We have an application that runs ok being hosted in IIS5. But now we have to
move these application to IIS6 and the application is misbehaved. Some times
clicks on the buttons doesn't work, we have to click a one more time for it
to work, and sometimes we get blank screens.
Is there any ext... more >>
Table within a Table - spacing
Posted by Selden McCabe at 1/14/2005 2:33:00 PM
Sometimes I want to put a table inside a cell of another table (say, to
create 3 equal divisions, etc.).
When I want the inner table's edges to correspond exactly with the edges of
the cell, I set the border (top, left, bottom, right) to zero for both the
inner table and outer table. Also pa... more >>
Extracting Powerpoint Charts
Posted by Bijoy Naick at 1/14/2005 2:29:34 PM
Is it possible to build a .NET web application which converts each PPT slide
into a GIF/JPG?
ie. User uploads a file, the application converts each slide into an image
and stores the file(s) on the server.
Bijoy
... more >>
Setting credentials
Posted by tshad at 1/14/2005 1:52:48 PM
I have a logon page that my pages go to log a person on using
formsAuthentication.
Is there a way to jump directly to the logon page and have it set the
formsAuthentication cookie so that the next page (that would normally
require logging on - if not already done) would not jump to the logo... more >>
referring to a datagrid button from Page_Load
Posted by colonelangus NO[at]SPAM budweiser.com at 1/14/2005 1:24:23 PM
How can I refer to a linkbutton that's a part of my datagrid from
Page_Load? myButton.property doesn't work.
myDataGrid.Findcontrol("myButton") doesn't work. I'd like to set some
onClick attributes for it.
... more >>
Server side CustomValidator triggers but does not do anything
Posted by Mo at 1/14/2005 1:09:37 PM
Hi,
I using server side customvalidator in a FormVIew insert form. It
triggers and regardless of the fact if args.IsValid is true or false
the data get inserted. am I missing something?
Thanks,
Mo
... more >>
Access Repeater's HeaderTemplate Child Controls
Posted by Mick at 1/14/2005 12:35:34 PM
Hi,
just wanna know if it's possible to get access to my several label controls
of my repeater's headertemplate in order to set their Text property ?
Thks for help-
... more >>
Webusercontrol, Image is nothing -- why?
Posted by Selden McCabe at 1/14/2005 12:26:51 PM
I have a webusercontrol with several controls on it, including an image
control.
I've coded a public sub "Display" which puts an image in the Image control.
The problem is, when I call Display, the Image control is nothing. Why?
In fact, when I get to this point, all the controls (lblPrice... more >>
Test
Posted by Murray Jack at 1/14/2005 12:13:36 PM
Converting HTML to PDF
Posted by Glenn at 1/14/2005 11:54:41 AM
Hi,
I have a fairly urgent requirement to generate PDF documents from within a
C# .NET component, based on generated HTML reports. These HTML reports
contain images and use CSS styles extensively. I need to incorporate proper
paging and section breaks into these PDF documents also.
I've g... more >>
Page asking for domain logon
Posted by Jason at 1/14/2005 11:40:41 AM
Hi all
I have a aspx page that loads just fine. everything looks fine when the page
is loaded, but as soon as i click a LinkButton I get a windows domain logon
dialog box. even if i try enter a valid username and password it does not
accept.
the aspx page accesses a SQL 2000 database, but u... more >>
IO Exception in ASP .NET
Posted by silvia.rafat NO[at]SPAM gmail.com at 1/14/2005 11:30:26 AM
Dear,
i'm developping a web application that where clients may
1- upload images to DB (SQL Server).
2- view the image from DB.
i store the images in DB through the data type 'image'
to upload images i open a file stream (on client machine) and read the
data from the image file as byte()
... more >>
Can I change the APSNET password?
Posted by Ray Stevens at 1/14/2005 11:25:10 AM
Even more important, can I use a doman account for ASPNET?
... more >>
System.Web.Mail and Pickup Directory
Posted by Samuel at 1/14/2005 11:01:05 AM
Hi,
I am not too sure how to send email with System.Web.Mail using Pickup
directory.
The following is what I have
====================================================
eMail = new MailMessage()
eMail.BodyFormat = MailFormat.Text
eMail.To = "recipients@hotmail.com"
eMail.From = _SendFrom... more >>
Problem with Page Orientation of Excel Workbook While Streaming MIME Content
Posted by Yelena Kaplun at 1/14/2005 10:47:22 AM
Hi,
I'm trying to customize print settings while streaming HTML content into
Excel. I'm using ASP.NET 1.1 and Excel 2003.
While some printer settings like Margins are working correctly, I cannot
change the Page Orientation to Landscape: mso-page-orientation:landscape;.
I tried to produce the Ex... more >>
Problems Getting Started
Posted by Brian at 1/14/2005 10:16:38 AM
Hello,
I am using a recommended book on ASP.NET and already having problems with my
first example..here is the code:
<%@ Page Language="VB" %>
<script runat="server">
sub Page_Load(obj as object, e as eventargs)
lblMessage.Text = "Welcome to ASP.NET!"
end sub
</script>
... more >>
Event not firing
Posted by SirPoonga at 1/14/2005 9:27:17 AM
I have a form with several DropDowns and DataGrids. They all work the
way they are suppose except one dropdown. When I select an option it's
SelectedIndexChanged event is not firing. When the page refreshes the
original (first) item is selected. I even bookmarked the event in the
debugger to see... more >>
Check if Javascript is enabled in Internet Explorer
Posted by Mike Moore at 1/14/2005 8:59:10 AM
Is there an easy way to check if Java Script is enabled in the MS Internet
Explorer browser for versions 5.0 and above?
Also, how might I test this?... more >>
Security Exception
Posted by Jason at 1/14/2005 8:34:32 AM
Hi
I have a ASP.NET application where i would like to authenticate the
connecting users according to the Local Users and Groups on the web server.
I have the following code in the ASP.NET project.
private static void Demand(string[] groups)
{
WindowsIdentity processIdentity = Window... more >>
contenttype rtf question
Posted by sonic at 1/14/2005 8:26:01 AM
Hi,
I am able to display my document with contenttype="applicaton/msword"
this requires that the content be marked up in html style..
i wanted to also try displaying it as RTF, so i could use \rtf1 \par
style formatting in it.
however when i do
contenttype applicaton/rtf
and attempt to in... more >>
combo value validation
Posted by briandh at 1/14/2005 7:38:13 AM
Hi
I have a web form, using vb.net code behind, with a combo
box populated with a dataset (Name, ID). What I have
found, unlike a windows form, is that if I try to pass a
value (ID) into the combo and that value is not part of
the dataset, the web form blows up.
If (Context.Items("ID") ... more >>
Tracking hits...bots vs. real users
Posted by Amil at 1/14/2005 7:29:27 AM
I want to track page hits, but I won't want to record when a bot (e.g.
google) visits my page. I currently have the META NOFOLLOW HTML on, but
that doesn't force a bot to not visit embedded links.
Is there a way via http headers or something else to somewhat determine if a
page visitor is a b... more >>
Help! Problem with DateTime, SQL and localization
Posted by Tronex at 1/14/2005 7:03:06 AM
Hi there,
I am desperate and need help on this from someone who actually knows what he
does... cuz I certainly don't ;-)
This is the situation:
I have an ASP.NET web application (written in VB.NET) in which the user can
create a job that will be run later by a service running in the backg... more >>
Help! asp.net and XP SP2
Posted by Vogeler, volkhard at 1/14/2005 6:23:03 AM
Hello,
i installed VS 2003 and Framework 1.1 SP1 after XP SP2. IIS is also
installed. i can´t create any ASP.NET-Applications with VS - the computer
hangs. Also when i start a asp.net application the computer hangs.
can anyone help?
best regards
Volkhard... more >>
Running command line tool from web application
Posted by Mandy at 1/14/2005 5:07:02 AM
I have a command line tool that I would like to run from my .NET web
application using System.Diagnostics.ProcessStartInfo. I run cmd.exe with
this and then pass the command to run the tool as an argument to the process.
When I try this from a Windows application it works fine, however, when... more >>
Send email via external SMTP Server
Posted by Andreas at 1/14/2005 2:23:01 AM
I am working with three computers, my developing computer, a Web Server and a
Mail Server (Exchange).
I am trying to send a email from the Web Server via the Mail Server to a
valid email address with this code:
MailMessage msgMail = new MailMessage();
msgMail.To = "test@address.com";
msg... more >>
|