all groups > asp.net > april 2004 > threads for tuesday april 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
Short circuiting validation controls
Posted by Pho Bo Vien at 4/27/2004 11:32:24 PM
I have several link buttons on a page and many validation controls.
I want the validation controls to block the user from submitting the
form unless their conditions are satisfied -- however, the controls seem
to block all eventHandlers that are connected to link buttons.
How can I disting... more >>
Global.asax ?
Posted by WJ at 4/27/2004 10:32:13 PM
Is the "Application_Start" event on Global.asax created by the "very first
user" who visits the Asp.Net web site ? Or is it started per user ? If it is
the first case, how do you flush the global variables without shutting down
the web site ?
Thanks
John
... more >>
maskedbox in asp?
Posted by starbuck at 4/27/2004 10:16:31 PM
Hi
I am moving from VB6 to ASP.NET/VB.NET. A question I have is, is there a ASP
alternative to the VB6 maskedbox control, what I am trying to do is force a
user into typing in a date in format dd/mm/yy.
Thanks in advance
---
Outgoing mail is certified Virus Free, so am I.
Checked by... more >>
Win2.3K server - ASP.NET. Urgent please
Posted by Jay at 4/27/2004 10:09:11 PM
Quick scenario followed by details below.
ASP.NET application and MSDE installed on our Win2k dev server. All is good!
Replicated this on our Win2.3k production server... problem!!
Error is 'server does not exist or access is denied'
Details.
I installed MSDE via oSQL: setup sapwd=xxx secur... more >>
decreasing aspx webpage loading time
Posted by elie khoury via .NET 247 at 4/27/2004 10:01:55 PM
hy,
i just have a question, if anybody can help me i'll be very thankfull.
my website is very loaded with images (120KB each page) so is was thinking if i could use a MultiThreaded method to open open multiple http connection with the client who is viewing my website and increase the download spee... more >>
Reading from an XML file
Posted by amessimon at 4/27/2004 8:38:38 PM
Hi
I need to read from an XML document formatted in this manner
<?xml version="1.0"?>
<result>
<book>
<title>A new book</title>
<url>http://www.newbookstore.co.uk</url>
<description>perspiciatis unde omnis iste natus error sit voluptatem
accusantium doloremque laudantium, ... more >>
Form Authorization Ticket Not Expiring
Posted by oakleyx NO[at]SPAM hotmail.com at 4/27/2004 8:00:33 PM
Hi,
I created a login Form that logs into my application.
In the Web.config file I have
<authentication mode="Forms" >
<forms name="loginForm" loginUrl="login.aspx"
protection="All" timeout="5" > ...
The problem I'm having is my application won't timeout after 5
minutes. ... more >>
Session_End?
Posted by Bonj at 4/27/2004 7:25:33 PM
Hi
I have an ASP.NET application which implements a server-side charting
solution, for this it needs to generate .gif files which are then sent to
the browser via a literal which has its text set to "<img src=\" +
graphfilename + \"/>. This is all working beautifully, however all these
..gif fi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Query for active SessionID
Posted by Rick Lubanovic at 4/27/2004 6:41:04 PM
I need to provide a feature which will control access to data within my ASP.Net application. This is an age old problem of locking for edit. While there are many possible ways to solve this, in this case I wish to write the SessionID to a user table in SQL Server, along with the editing user's nam... more >>
Can I write *valid* HTML with ASP.NET ?
Posted by Alan Silver at 4/27/2004 6:38:22 PM
Hello,
I am a complete and utter newbie at ASP.NET, so please forgive any
stupid questions ;-)
I am just trying to get my head around the whole web forms business, but
have run into a problem. I have been a web designer for many years and
have always made a specific point of writing HTML... more >>
Button Click event not firing
Posted by Andrea Williams at 4/27/2004 6:21:25 PM
I have several buttons in a form. One particular button has the Property
'CauseValidation' set to true the rest are set to false. I also have an
event set up on the button. When the button is pressed, The postback
happens, but the button_click method is not being called. I stepped through
th... more >>
debugging asp.net apps on a 2003 server running sharepoint
Posted by Lee Connell at 4/27/2004 6:21:05 PM
I can't seem to figure out how to debug my own asp.net apps on my windows
2003 small business server thats running sharepoint. When I try to debug an
app it tells me the project is not configured to be debugged. the
web.config file is set to debug=true. I have all rights on the server. I
don... more >>
Will adding some thread control fix this problem?
Posted by Rob Meade at 4/27/2004 5:49:09 PM
Hi all,
For an indepth summary of whats going on please see my other topic entitled
"Curious Problem" dated 25/04/2004
Anyway, that aside...
I have some code was failing to do what I wanted...I've dropped this around
the sub that I was calling (which never seemed to get fired)..
Try
... more >>
The fun never ends...
Posted by Wardeaux at 4/27/2004 5:36:40 PM
Hey all,
I've just installed Win2003 and having no end of trouble getting my
projects(created under win2K) to load. I'm having trouble getting my
project to load from my webserver. Whenever I load it, it makes a local
copy and I "Work offline". Not ALL my projects do this, just some. Wher... more >>
dynamic contents/navigation frame
Posted by mongphong28 NO[at]SPAM yahoo.com.au at 4/27/2004 5:06:19 PM
Hi,
I've developed an ASP.net application for an intranet site. Users will
be identified using Windows authentication and they will belong to one
of two roles, Admin or Users. The application uses frames with a
contents frame down the left which at the moment consists of html
tables with a hr... more >>
how to convert color in style "#e6e6e6" to color object in vb.net
Posted by moondaddy at 4/27/2004 4:28:56 PM
I have a color I want to set via code. the color from the style is
"#e6e6e6". The only property I saw that came close to what I need is
color.fromAargb(). How can I translate this color into something .net can
use.
--
moondaddy@nospam.com
... more >>
Simple problem: Rebinding DropDownList After More Data Entered on Separate aspx Web Form
Posted by TheSpiceRack NO[at]SPAM comcast.net at 4/27/2004 3:45:29 PM
I have this simple scenario.
--------
Choose an item ->dropdownlist-> or <a>Create a new item</a>
--------
When someone decides to click on the create a new item link, it takes
them to a page in which they can enter more records to the database
field to which the dropdownlist is bound.
... more >>
Viewstate Errors -- Please Help!
Posted by Paul at 4/27/2004 3:26:02 PM
Background:
I wrote an ASP.NET website in C# and it went into production back in
February 2004. The production webservers (2 servers using sticky-ip
load balancing) are running on Windows 2000 server. I have changed
the machineKeys to match on both servers since they are pseudo-Load
Balanced.... more >>
Write file into virtual folder
Posted by Mark at 4/27/2004 3:21:05 PM
I am trying to write a file into a virtual folder
I have added ASPNET user to security tab of that folder. Still does not work
Any idea?... more >>
Datasource in a dropdown list
Posted by Paul at 4/27/2004 3:15:09 PM
Hi
I have a datasource with 1 table, 100 rows, 1 column. I'm trying to
populate the drowndown list with the contents of the datasource,
dd_phys.DataSource = da.ds_phys.Tables("Physical_Office").Rows
dd_phys.DataBind()
but this populates my dropdown list with 100 "SYSTEM.DATA.DATAROW"
... more >>
JS Confirm dialog from datagrid template column
Posted by Patrick Delifer at 4/27/2004 2:54:35 PM
Hi,
I am trying to implement a JS confirm dialog when a user is deleting
something off my Datagrid.
The problem is that I don't have a Delete button in which case I could write
the following function:
btnDelete.Attributes.Add("onClick", "if(confirm('Are you sure you want to
delete this ord... more >>
SQL insert error
Posted by Pravin A. Sable at 4/27/2004 2:51:03 PM
Dear All
I am trying to execute following cod
Sub SubmitBtn_Click(ByVal Sender As Object, ByVal E As EventArgs
Dim DBConn As OleDbConnectio
Dim DBInsert As New OleDbComman
DBConn = New OleDbConnection("PROVIDER="
& "Microsoft.Jet.OLEDB.4.0;"
... more >>
eWorld.UI
Posted by Chris Marsh at 4/27/2004 2:50:11 PM
This might sound silly but what is it? Another developer in our office
included it in a project and I can't really figure out why it's needed or
what it does.
Thanks!
... more >>
Preventing HTML Errors from web service
Posted by Jerry J at 4/27/2004 2:31:06 PM
I have an ASP.NET web service that is written in C#. The service is not called using a browser, instead it is called by another thick client C# application.
If my web service throws an exception, the exception is caught by the thick client in C# as expected. The exception text gets displayed i... more >>
Name 'SqlDbType' is not declared?
Posted by Jerome at 4/27/2004 2:00:43 PM
Hi,
I keep getting the same compiler error: 'Name 'SqlDbType' is not
declared' and I don't know why?
I've declared the following:
<%@ Page Language="VB" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
<%@ import Namespace="System.Data." %>
<%@ import Namespace="System.Data.Sq... more >>
Q&A Decision Tree in ASP.Net
Posted by jim_adams NO[at]SPAM hotmail.com at 4/27/2004 2:00:14 PM
I'm just starting an ASP.Net question and answer driven decision tree / wizard.
e.g.
Is it A or B?
If A -> Is it 1 or 2?
If 1 -> Is it 3 or 4?
...
If 2 -> Is it 5 or 6?
...
If B -> Is it 7 or 8?
...
I'd like it to be data driven (X... more >>
Seeking Suggestion
Posted by Nice Chap at 4/27/2004 1:55:49 PM
I am a windows programmer with no web experience. I would like to learn
aspnet and I was wondering about the right book. I am looking for something
that teaches me the BASICS like how you access various flds on the form, how
you handle log-in, cookies, and how to send data from the client to the
... more >>
.NET & IIS Broken Images
Posted by Antoni Massó Mola at 4/27/2004 1:39:57 PM
Hi,
I have IIS and ASP .NET web pages. Some images are randomly shown broken.
The URL of the image is correct, I have no idea what might be the problem.
Any one knows what might be the error?
... more >>
ASP.NET Web Application And Compilation [Question]
Posted by Tiraman at 4/27/2004 1:37:40 PM
Hi,
Can some one explain me why do i need to compile a web application or in
other words ,
what is the deference between 2 web sites (same files) but one of them was
compiled and the other wasn't ?
10x
Best Regards ,
Tiraman :-)
... more >>
ASP.Net Interview Questions
Posted by Dougie at 4/27/2004 1:05:18 PM
Hi,
I have an interview later in the week and I've been told that I'll be asked
technical questions about ASP.NET. The job is for the position of .NET Web
developer and I just wondered if any of you guys had any experience of
technical interviews of this nature.
Many thanks,
Doug.
... more >>
Newbie Question
Posted by A at 4/27/2004 12:50:02 PM
Newbie here,
I have a project that has a user control in it called ucc.ascx. For some
reason it only shows up in the Solution Explorer when I select the "Show All
Files" option and looks sort of dimmed. Why is this?
... more >>
Creating a read receipt using the MailMessage object?
Posted by Wade Wegner at 4/27/2004 12:35:42 PM
Hello,
Using the MailMessage class (or any other ASP.NET SMTP classes), I would
like to programmatically request a read receipt. Is this possible?
I have found an article that talked about a ReadReceipt property for CDO
1.2.1, but I have not been able to find a ASP.NET or MailMessage articl... more >>
Ampersand in attribute
Posted by tfortney at 4/27/2004 12:33:20 PM
I created an iframe HtmlGenericControl that has an ampersand in the "src"
attribute.....
Dim faxFrame As New HtmlGenericControl("iframe")
faxFrame.Attributes.Add("width", "100%")
faxFrame.Attributes.Add("height", "90%")
faxFrame.Attributes.Add("frameborder", "no")
faxFrame.Attributes.Add("sr... more >>
SmartNavigation with non-IE browsers?
Posted by clintonG at 4/27/2004 12:31:18 PM
Any known issues when using SmartNavigation with those other guys?
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@REMOVETHISTEXTmetromilwaukee.com
URL http:... more >>
Error in deployment
Posted by moharss NO[at]SPAM auburn.edu at 4/27/2004 12:29:10 PM
Hello,
I am trying to deploy a ASP.NET application from one virtual directory
to another. I use the "robocopy.exe" (as opposed to using xcopy
becuase robocopy exports the security settings for NTFS) to move
application files and folders from source to a target.
When I try running the target... more >>
ASP.NET Forms Authentication and Cookies
Posted by Jeff at 4/27/2004 11:55:30 AM
It appears that ASP.NET Forms Authentication requires the use of cookies
(and therefore cookies to be enabled on the browser). Is this true? If so,
is there any way around it?
Thanks.
... more >>
Dataset into array
Posted by Poppy at 4/27/2004 11:46:01 AM
Can someone point me to an example of populating an array from either a
dataset or a datareader ?
This .net stuff is killing me.
... more >>
Store ASP.NET project files remotely, run project locally?
Posted by Raterus at 4/27/2004 10:07:24 AM
Hi, I'm after this setup, and I'm just wondering if this is even =
feasible.
I'd like to store my asp.net project remotely, on a network drive (all =
the project files, everything), But I want to be able to run the project =
on my local computer, off my local IIS server/asp.net configuration.
... more >>
Event handlers
Posted by A.M at 4/27/2004 10:06:36 AM
Hi,
Using C#, ASP.NET 1.1 and VS.NET 2003, I am trying to add Page_Error event
handler to my page. I know that I can Manually type the handler, but is
there any way to have IDE add the Page_Error event handler to the page?
Thanks,
Allan
... more >>
datagrid
Posted by Mike at 4/27/2004 10:06:19 AM
I need to create a grid that allows scrolling, and allows the user to click
on a row and open a modal.
Are there any examples online?
thx
... more >>
using javascript __doPostBack inside C# code-behinde
Posted by bredal Jensen at 4/27/2004 9:37:40 AM
I'm trying to generate a postback to the server when
my radio button is selected.
This code MyRadio.Attributes.Add("onclick",__doPosback(info,'')) does
generate a javascript error.
Info is an integer value i need to send to my server in the query string
.....
Can someone help me with this?... more >>
Smart Nav and AutoRefresh Problem
Posted by vbGansta at 4/27/2004 9:37:20 AM
Hi there.
I am using SmartNavigation="True" in one of my pages and it is working
except for one instance. If I hit the browser refresh, or a button on my
form smart nav works just fine. I also have the page auto refreshing every
60 seconds. When this is fired the page scrolls back to the to... more >>
How to preselect multiple items in listbox
Posted by Isaac Wang via .NET 247 at 4/27/2004 8:25:01 AM
I am having trouble making preselections for the listboxes in a datagrid.
For each row, I have a listbox with selectionmode=multiple, which I bind to a datatable. However, when I used the SelectedValue for listbox, it will only allow to bind to one value? Does anyone know how to bind select m... more >>
read client local document
Posted by ying at 4/27/2004 8:16:17 AM
I need develop an asp.net script which will run on web
server. The script need read documents from client's
machine(know the filename, need check if the file exist or
not), convert the file to base64 code and bring back to
server and insert to a sql database. This is the first
time I dev... more >>
Upload a XML file
Posted by Claudio at 4/27/2004 8:14:10 AM
I have a Web Form that I need to select a XML file, located in the local
hard drive, and send it to a specific folder on my Web Server. What is the
best way to do it?
... more >>
ASPNET To Web Service using SSL w/Client Certs
Posted by Tim Burris at 4/27/2004 7:31:02 AM
At the top here i will put a quick description of my problem followed by the long description. This way you want get bored reading! :
short version
what is the best/recommended way for ASPNET apps to call web services that REQUIRE Client Certificates via SSL
long version
our company has new re... more >>
problems with UTF-8 encoded text in the database
Posted by Homayoon at 4/27/2004 6:51:02 AM
Hi everyone
I've encountered a problem with the UTF-8 encoded strings retreived from database. I have a web page that retreives information from a database running a SELECT statement and puts the results returned in the dataset directly in a table on the page. But the information does not appear i... more >>
dll used by another process?
Posted by Stepos at 4/27/2004 6:36:01 AM
Hi
When I try to do a build, I get the error
"The file 'bin\myassembly.dll' cannot be copied to the run directory. The process cannot access the file because it is being used by another process. Could not copy temporary files to the output directory.
I've tried the solutions in the knowledge... more >>
ASP.NET Network Security
Posted by cmptrnerd9 NO[at]SPAM yahoo.com at 4/27/2004 6:12:51 AM
I have a network drive that I need to give my asp.net program access
to. I am not allowed to use the regulat aspnet user account. Is there
any way I can create a user account or use mine within the program to
gain access to this drive?... more >>
Error in Validation
Posted by Shathish at 4/27/2004 5:31:07 AM
Ha
i have this problem with the validation control
I have a asp.net page which is used to add and edit projects
when i'm adding a project the validation controls are working fin
but if i select a project from the project list and edit it, the validation controls fai
does anybody has any idea wh... more >>
getting ASPNET to work with MSDE
Posted by Paul C. at 4/27/2004 5:21:37 AM
Hi folks,
I cannot seem to get my .NET app to successfully login to my Sql Server MSDE
instance. It always tells me that the login for ASPNET failed. My biggest
problem is that I cannot find any tools to let me administer the MSDE
database. How do you guys all do it? Why didn't the MSDE in... more >>
Using Trace with Forms Authentication
Posted by MALBANESE at 4/27/2004 5:01:03 AM
I am having trouble using TRACE.AXD to debug my project whan I have Forms Authentication configured.
When I try to load the Trace application i am taken to the login page. After I log in I get an error page telling me to set my custom errors to "Off", but that is already done, so I can not see the... more >>
How to put cursor in textbox onload
Posted by asadikhan NO[at]SPAM hotmail.com at 4/27/2004 1:46:46 AM
I really really really need to put the cursor in a text box at onload.
I can't figure out how to do this in ASP.NET. Anyone? In ASP.NET,
javascript, anything ...... more >>
Loosing informations when PostBack
Posted by Florent at 4/27/2004 1:36:04 AM
Hi all
I'm developping an ASPX application with C# code behind, with Visual Studio 2003 and .NET 1.1
In my form, I have a DropDownList (filled), and an empty Table (web form), which i want to fill when something is selected in my DropDownList
The problem is : when i select something in my Dro... more >>
Setting up FTP access for web application
Posted by PontiMax at 4/27/2004 1:11:03 AM
Hi
my colleague and I are working concurrently on an ASP.NET application. While this may not be recommendable we share all files via the deployment machine, i.e. not only the deployment files (.aspx, .htm, .config, .dll) reside on that machine but also the source code files (.cs, .resx, ...).
As... more >>
|