all groups > asp.net > august 2003 > threads for monday august 25
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
Textbox formatting
Posted by shail at 8/25/2003 11:53:53 PM
I have a TextBox(multiline) in which I want to display
HTML Formatted Text. The text is suppilied to textbox by
a database and it consist of Tags like <>, the tags are
HTML encode Automatically so instead of interperating
tags as HTML, tags are interperated as Text itself.
What should I do?... more >>
Reading cookies from different servers
Posted by Abdul Qadir Khan at 8/25/2003 10:58:49 PM
Hi,
We have different web sites e.g www.abc.com, www.xyz.com I want to read
cookies written by www.abc.com from www.xyz.com and vice versa. Please
advise.
Thanks
AQ.
... more >>
create web form in sub dir
Posted by martin at 8/25/2003 10:29:07 PM
Hi,
this is going to sound amazingly stupid but I have to ask.
whenever I create a new webform in visual studio, it always wants to save
the form in the root directory.
This makes it hard to create files in sub directories withe the same name.
for example if I hace default.aspx created ... more >>
configuration problem
Posted by nitu at 8/25/2003 10:22:53 PM
Hi All,
I have installed .net on a machine .Before that i
reinstalled iis,IE(6.0) .But after installing When i run
ASp.net i get the Below values in browser.But When i view
source code of that page it shows all the form objects
(html code view)here is the content in browser out put
******... more >>
Dataview filter remains filtered across users.
Posted by vMike at 8/25/2003 10:22:23 PM
I have dataview which is stored in Cache for about 10 minutes. When a web
user makes a selection the cached data is called from cache, sorted,
filtered and bound to a datagrid. The cache is not re-saved. When the next
user comes along if they have no querystring parameters, they are supposed
to ... more >>
trace enabled, get app. error, doesn't enabled, on runs without error
Posted by Gabor at 8/25/2003 10:08:55 PM
Hí All,
Does anybody can help to solve this problem?
When I set in the web.config file <trace enabled="true"/>, I get the
following error in one of main web pages:
[NullReferenceException: Object reference not set to an instance of an
object.]
System.Web.UI.Control.BuildProfileTree(St... more >>
Running Asp.Net page ?
Posted by Arsalan at 8/25/2003 9:57:51 PM
How do i run ASP.net page (.aspx)
I've installed Visual Studio and my IIS is working fine (delivering asp
pages but not aspx pages)
... more >>
(newbie) expected 'end' error
Posted by Barton at 8/25/2003 9:26:32 PM
What's wrong with this code?
I'm getting an "expected 'end'" error, but all IFs are closed!
<%
Dim iid
Dim pid
Dim engid
Dim check
Dim lang2
Dim ttsurl
Dim url2
Dim pagename
iid = Request.QueryString("iid")
pid = Request.QueryString("pid")
engid = Request.QueryString("engid")
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Please Help,
Posted by James Zhuo at 8/25/2003 9:18:18 PM
Hi all
I've been getting the following compilation error. I
should explain the
background of the project that i am taking over. This is a
project that has
been developed by someone else a while ago using
dreamweaver, I am basically
trying to migrate the project into a Visual Studio .NET ... more >>
How to switch between HTML and Design tabs using keyboard in VS.NET
Posted by TomTom at 8/25/2003 9:07:47 PM
I looked up the Help, but couldn't find how to do it. Could somebody drop a
line?
Thanks!
TomTom
... more >>
newsbie if-then-else question
Posted by Barton at 8/25/2003 7:54:54 PM
Hello,
I just made to move to ASP. I have been developing in PHP the past two
years. I must say that I'm a little disappointed in the quality of the
beginners tutorials. They don't go further then teaching
<% Response.Write("Hello World") %>
I also lack an official website with all ASP co... more >>
HtmlInputFile accept property
Posted by Garg Pankaj at 8/25/2003 7:18:41 PM
Hi,
My problem is,
I have to upload the *.med files through an asp.net page. It means when user
click on browse button, file dialog bos should show only *.med files.
I have written this line in my aspx page,
<INPUT id="fileImport" type="file" name="fileImport" runat="server">
I ha... more >>
Lookups
Posted by Jeff Cope at 8/25/2003 7:17:30 PM
Does anyone have or know where I can find example(s) of how to use lookup
forms to select data in asp.net? I have a form that currently has a combo
box to select certain data from but I'd like to change that to have a lookup
form that users can select the data from.
Thanks for your help.
Jef... more >>
Run Excel from ASP.NET
Posted by Carlos at 8/25/2003 7:17:25 PM
Detection of product '{00000409-78E1-11D2-B60F-006097C998E7}', feature
'OfficeUserData', component '{C9AF9050-C8BE-11D1-9C67-0000F81F1B38}' failed.
The resource
'HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\UserData' does not
exist.
Detection of product '{00000409-78E1-11D2-B60F-006... more >>
Repost : Dataset not sorting
Posted by John at 8/25/2003 7:14:50 PM
Hi all,
I did post this earlier but I do need a fairly urgent resolution to this
problem of mine.
My web app contains a datagrid with a dataset within. The dataset is the
result of two other datasets (merged) but when my program sorts the dataset
it does not appear sorted in the datagrid.
... more >>
Events sometimes do not work in IE
Posted by Julian Schmidt at 8/25/2003 7:08:08 PM
Hello,
I discovered a mysterious bug that occures when visiting asp.net pages,
using Internet Explorer (and only when using IE).
Sometimes the browser simply ignores clicks on controls that I have
connected to an event: There's nothing happening -
not even a post back.
I reviewed the sourcec... more >>
ASP Include
Posted by Joseph Beard at 8/25/2003 5:54:12 PM
At one time, I developed using ASP and VBScript, and I could use an
include directive to include the contents of one file in the server
response to the client. I have found that I can do this with asp.net as
well, except that whenever I do, I get the error message "There can only
be one 'pa... more >>
XML and Encoding
Posted by Onur Bozkurt at 8/25/2003 5:53:30 PM
I have a dataset tha I will write to an xml file... How can I add the
encoding attribute while this process.
Because I lose some of my characters when the dataset is written to xml...
... more >>
Can I use Access if I want to have multiple users connected
Posted by Tom Wild at 8/25/2003 5:24:51 PM
Hi
I want to have multiple users connected to a database over the web.
Can I use MS Access or do I have to bite the bullet and learn about SQL
Server?
Regards
Tom Wild
... more >>
developing a Discussion Forum application in ASP.NET
Posted by vasss_n at 8/25/2003 4:47:40 PM
I am planning to create a DIscussion Forunm cum Chat
application ASP.NET, would any plese guide me in data
design for ideal application. Is there any sample code
available on net fro free to have a look....
Thanks
Vas... more >>
How I capture in Javascript a template:Footer ?????
Posted by Saulo at 8/25/2003 4:45:15 PM
Hi,
Well...I have a function in javascrit that capture the
keys or event that a user to do...
How I do to capture a control in the Datagrid ItemTemplate
it's a Footer into the Template ???
I'd like of force a event in javascript into the code-
behind like :
document.btnfind.click()... more >>
install net asp on w2k
Posted by Thomas Henz at 8/25/2003 4:31:07 PM
Hi!
I'd like to get into asp.net a little on a win2000 box. So I installed
..net framework and the IIS that comes with win2000. Is that all to use
asp .net functions? I wanted to use server.htmldecode() but couldnt,
because it was unknown to the iis.
Thanks a lot,
Tom
... more >>
Total Newbie Question - Cleaging a textbox on refresh
Posted by bauer_mike NO[at]SPAM yahoo.com at 8/25/2003 4:21:06 PM
Hello All~
Stumbling my way through tryinbg to sort out how ASP.Net works with
C#.
I currently have a simple app that when I click on a Button, it alters
the text of a textbox - what I'd like to know is how to make sure that
control can be cleared if the user leaves the pages and comes back -... more >>
Debugger funktioniert nicht!?
Posted by Uwe_Münch at 8/25/2003 4:07:04 PM
Hallo zusammen,
mal auf deutsch...:
Wenn ich auf meinem W2K-Server VS.NET 2003 installiert=20
habe, kann ich kein Projekt im dartin debuggen.
Es kommt immer eine Fehlermeldung, die mir nicht viel=20
weiterhilft:
Fehler: Das Projekt ist nicht zum Debuggen konfiguriert
oder
Fehler:... more >>
.ASPX to PDF?
Posted by Douglas Macnguyen at 8/25/2003 4:04:43 PM
Is there a tool out there that can convert an .ASPX page directly into a PDF
file? I have a rather complicated report that I plan to render using an
..ASPX page and then somehow save it to a PDF file. Crystal Reports can
export to PDF but it cannot support the requirements of my report. I'd
appr... more >>
JScript / ASP.NET question
Posted by Chuck Traywick at 8/25/2003 4:04:27 PM
Finally getting some thing to work but am perlpexed by
client side jScript code.
Two questions we'd really appreciate some feedback on:
1: If we have a function in JScript that validates a
user input, and the function detects bad data how to I
force the user back to the same field? If t... more >>
usercontrol problem
Posted by bill yeager at 8/25/2003 3:57:25 PM
When trying to run my web project, I get the following
error:
Parser Error
Description: An error occurred during the parsing of a
resource required to service this request. Please review
the following specific parse error details and modify your
source file appropriately.
Parser Err... more >>
Problem connecting to Access Database - "already opened exclusively by another user"
Posted by Tom Wild at 8/25/2003 3:44:19 PM
Hi
I am trying to create a webform that connects to an Access database.
If I use the connection string:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Gizmo\Gizmo.mdb"
Then the application connects to the database and downloads data fine but
when I try to fire an Update command I get the ... more >>
Problem with the ViewState of a TextBox
Posted by Andrés Giraldo at 8/25/2003 3:02:56 PM
Hi!
I'm adding rows dinamically to a System.Web.UI.WebControls.Table, on
depends on a dropdown listbox's selected item, on a Cell of the table
I'm adding a TextBox, it's Text property it's a column of a DataSet
filled on depends of the listbox's selected item... But I have the
following probl... more >>
ASP.NET session management using SQL SERVER
Posted by Abhilash.k.m at 8/25/2003 2:56:05 PM
This is regarding the session management using Out of
proc session management(SQL SERVER). Among the samples
below which one is better to set the session?
1. There are 20 session variables and all of them
are being stored into session and accessed from session
and indi... more >>
Session variable problem
Posted by Gene at 8/25/2003 2:23:08 PM
Greetings!
We are having a problem with Session variables in our .net application
that I hope someone can assist with.
our application stores UserIDs in a session variable at login. We have
an "inbox" aspx page that store user's messages in SQL Server. The
stored procedure uses to populat... more >>
ASP.NEt Web Page Error
Posted by Ken Agustin at 8/25/2003 2:20:09 PM
Hello:
When I try to access a web page on a Windows 2000 server
with IIS 5.0, FrontPage Extension, Microsoft Visual
Studio.Net, I get the following error message:
---------------------------------------------------------
Server Application Unavailable
The web application you are attempt... more >>
run js on server?
Posted by David Bartosik - MS MVP at 8/25/2003 1:59:10 PM
Can I (and how) run a javascript in the code behind on the server and then
send the results of the script to the aspx page. Thereby rendering the
content regardless of the clients javascript support.
--
David Bartosik - Microsoft MVP
Visit www.davidbartosik.com
for Publisher and Web Design
... more >>
how does cookieless = true work
Posted by Grant at 8/25/2003 1:52:49 PM
Can anyone explained to me how the session state - cookieless = true work?
Where is the information stored in the URL? I am concern hat some one can
use that to the advantage (hacker). I have session state set to stateserver
so does that make any difference?
Thanks
Grant
... more >>
Downloading files cause IE to lock up in ASPX page
Posted by Tony K at 8/25/2003 1:42:28 PM
I have the most peculiar problem with an ASP.NET page which we use for
downloading a file.
When the user clicks on a link, the link points to an ASPX page which
downloads the file selected.
The code works fine except after the user saves the file, the links on the
left side of the
frameset... more >>
Please clarify how null nodeset result processes?
Posted by Kathy Burke at 8/25/2003 1:23:17 PM
Hi, I continue to have trouble with this. Using the following xml
sample:
<Station name="Station1" line_stop="yes"/>
OR when NO line_stop attribute exists.
In asp.net page, I use xpath to determine IF the line_stop attribute
exists (or am TRYING to!)
Dim xDoc as XmlDocument
Dim xNode ... more >>
Newbie: problem posting
Posted by John Spiegel at 8/25/2003 1:15:22 PM
Hi All,
I've got the following .aspx file with the then following .cs code. The
page renders fine on first run, but once I click the submit, it just comes
back with a cannot be displayed page indicating that the page is not
available. Anyone see what probably obvious or stupid thing I'm miss... more >>
How to edit a Visual Basic .net with Dreamweaver MX
Posted by Tanya Ducady at 8/25/2003 1:13:09 PM
I try to open an .aspx page with Dreamweaver MX to edit the html but the
formatting is all screwed up. Is there a recommended way to edit Visual
Basic .net (.aspx) with Dreamweaver??
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarde... more >>
Scrolling functionality in Panel
Posted by Pradeep at 8/25/2003 1:02:44 PM
Dear All,
Is there any way I can have a scrolling functionality to the Panel in
ASP.Net form.
Pradeep
... more >>
Server Application Unavailable + Unable to debug...
Posted by Reza Sadeghi at 8/25/2003 12:53:42 PM
Hi
I am getting this error when I tried to browse any asp.net in visual
studio.net. I can build the project but when I try to run and debug the
project I get error message that "Unable to start debugging on the web
server. server side error occurred on sending debug HTTP Request.
I am runni... more >>
Managing Users In A Server Farm
Posted by Jeff at 8/25/2003 12:43:56 PM
Hello Everyone,
I have searched for answers to this question and have
found very little to go on. The question is, what is the
best way to keep track of users in a load
balanced/clustered environment? For example, I have just
logged in to MyApplication.com, and have been directed to
Web... more >>
button focus and pressing enter
Posted by Philip Townsend at 8/25/2003 12:32:58 PM
Can anybody tell me how I can disable the enter (keyboard) button from
being able to submit a form? In other words, force the user to click a
button with the mouse?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Error in Connection
Posted by PABLIN at 8/25/2003 12:30:32 PM
Hello I have a problem of connection with SQL SERVER from
Visual VB.NET Studio, but in WebMatrix all this good.
Error:
"Cannot open database requested in login 'tonet'. Login
fails. Login
failed for user 'ANTRAX\ASPNET'.
Description: An unhandled exception occurred during the
execution ... more >>
textbox in a form Viewstate question
Posted by Davef at 8/25/2003 12:28:54 PM
I thought if you turn viewstate of on that textbox, the value does not show
up back in the textbox after you post???
--
______________________
David Fetrow
HelixPoint LLC.
http://www.helixpoint.com
davef@helixpoint.com
Interested in Affordable Email Marketing?
Check out the HelixMail... more >>
How to run javaScript on Server control
Posted by Yuriy at 8/25/2003 12:21:34 PM
I need run Java Script on Server Control. I wrote the
following :
<asp:button id="btnMemAddChange1" runat="server" Text="Add
Family Member 1" Width="146px" onclick="openWindow
('./MyForm.aspx','hdBut1')"></asp:button>
It doesn't work "Compilation Error"
There is a javaScript code is wo... more >>
Some users cannot fill out the user account.
Posted by Grant at 8/25/2003 12:13:14 PM
I have some users cannot fill out the user account information. First page
ask them for a code then the second page ask for the user information. When
they click on continue in user information page, it takes them back to the
default page. I have a if statement "if session(user_name") = "" then
... more >>
Missing Controls
Posted by Doug Bratton at 8/25/2003 12:01:13 PM
I have a C# ASP.Net project using Web Form controls. The
development system is VS 2002 on WXP Pro and all works
fine. When I copy the project to a W2k system with
dotNet 1.0 and view the .aspx page, all of the controls
are missing and I only see my static text. Can someone
offer any ide... more >>
How to create a server-side cookie using C#
Posted by raghavendra at 8/25/2003 12:00:50 PM
How to create a server-side cookie using C#
... more >>
SmtpMail Error-Could not access 'CDO.Message' object.".
Posted by Jibu at 8/25/2003 11:59:07 AM
Hi
I am using SmtpMail class for mail sending. I could able to send mail using
my mailse server to our LAN. But when I tried external addresses it showed
the exception
Message "Could not access 'CDO.Message' object.".
Can anybody help me to solve this probelm
Jik
... more >>
which software to use?
Posted by kathy at 8/25/2003 11:44:32 AM
I need to build a group discussion on my website. which
software to use?
to add web seminar on my website, which software to use?... more >>
Is there a way to write to web.config through code?
Posted by Christopher Ambler at 8/25/2003 11:42:33 AM
That's pretty-much sums it up.
I've got an application that stores configuration values in the appSettings
area of the web.config, and I'd love to be able to make a page that allows
an authenticated user to make changes to those configuration options.
Everything seems to be read-only, though. ... more >>
Changing default page.
Posted by Mauricio at 8/25/2003 10:46:02 AM
Hi,
I=B4m building an application that uses Forms=20
Authentication.
By default, when I enter into the application without=20
specifing a file, the default page that is loaded after=20
the logon page is: default.aspx
http://localhost/application/
http://localhost/application/default.a... more >>
Debugging problem
Posted by kevinimv NO[at]SPAM imvlimited.com at 8/25/2003 10:42:46 AM
I've been unable to debug a .NET web application with Visual Studio.
Every time I try to run it, I get the error message:
Error while trying to run project: Unable to start debugging on the
web server. Server side-error occurred on sending debug HTTP request.
I know there are several posts ... more >>
EnableViewStateMAC defalult value
Posted by john at 8/25/2003 10:27:13 AM
Is this value default true or false. i've read its true
in two different books and false in MSDN. does anyone
know which it is?... more >>
Compilation Error - Please Help
Posted by James Zhuo at 8/25/2003 10:03:45 AM
Hi all
I've been getting the following compilation error. I should explain the
background of the project that i am taking over. This is a project that has
been developed by someone else a while ago using dreamweaver, I am basically
trying to migrate the project into a Visual Studio .NET enviro... more >>
What I need?
Posted by kathy at 8/25/2003 9:41:38 AM
To using ASP.NET on Windows 2000 Server, for both
development and deployment, what I need? ... more >>
Viewstate error on second postback to page
Posted by Chris Thompson at 8/25/2003 9:09:55 AM
I have a page that uses a custom object I wrote to build a table. I also
have a post back to the page to remove items from that table. When the page
loads I can see the viewstate code on the source of the page is about 5
lines. When I post back to remove an item and rebuild the page it works. ... more >>
Automated asp.net processes
Posted by Guy Incognito at 8/25/2003 8:44:09 AM
Hi everybody,
I'm using Windows 2000 as a web server for asp.net applications. Can
anyone suggest a way that a server could run an automated process that
could create and run a command on an asp.net object?
The reason that I ask is that I have an application that I'm upgrading
from asp to ... more >>
Could not open project
Posted by Yuriy at 8/25/2003 8:40:07 AM
I download a project from Microsoft site (Survey Admin)
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnaspp/html/surveysample1.asp
Installed it and try to open using
SurveyAdmin.vbproj file which I do usually when open
Projects and received a message (The project you trying... more >>
Close all child windows
Posted by ieg999 NO[at]SPAM hotmail.com at 8/25/2003 8:10:05 AM
How can you close all child browser windows that where open by a
parent browser window? I have links on a parent (main) page that
opens the child page as a separate browser. However, I need to be
able to close all the opened child browser pages from the parent page.
Thank you for your help,
... more >>
Rounding Numbers
Posted by C at 8/25/2003 8:09:30 AM
Hi,
I have some logic that rounds decimal numbers
E.g
Math.Round(26579.80)
This gives
26580
However I want to get the nearest thousand which should
give
27000
How can I do this?
Thanks,
C
... more >>
Looking for files in wrong directory
Posted by Poul Dam at 8/25/2003 7:31:50 AM
Hi
Setup:
Windows 2003 Server
Exchange 2003 Server
..NET framework 1.1
I have created an ASP.NET web application and registered
it as the application to use when opening messages from
the Exchange store. This works very well and the
application can read the message's various propert... more >>
|