all groups > asp.net > july 2003 > threads for monday july 7
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
hide password on client side
Posted by Jurij P at 7/7/2003 11:09:32 PM
Did anyone tried to hide a password on client side before sending it over
net (MD5 - like yahoo mail client)?
thank you, Jure
... more >>
Wierd Behavior of __doPostBack
Posted by paul reed at 7/7/2003 10:47:01 PM
Hello,
I am having some weird behavior between two machines...one
which is running the 1.1 framework and one which is
running 1.0. After opening a child form from a parent...I
update the database then call the __doPostBack function of
the window.opener. This has been working like a charm ... more >>
Calling PHP code
Posted by michael at 7/7/2003 9:28:39 PM
How do I call from c#, PHP code that will print/echo to the screen (web
browser)?
For example
index.aspx
------------
<%
// code to call my_php_file.php
.....
%>
my_php_file.php
-----------------
<?php
echo "<h2>Hello world</h2>"
?>
RESULT
The web browser display in H2 tags ... more >>
ASP.NET Treeview example anyone ?
Posted by Jurjen de Groot at 7/7/2003 9:26:10 PM
I'm trying to get the TreeView control from the Microsoft.Web.UI.WebControls
namespace to work but for some reason it won't render correctly. I've found
some webpages on the MSDN site about this control, where they create sample
code for it but it doesn't seem to work. All node-text is concatenat... more >>
print web page
Posted by May at 7/7/2003 8:45:43 PM
is it possible to print a web page by using the PrintDocument class?
The thing is that I need to print out some data in a nice format if
possible, to a client's default printer. I got the printing part
working. But I want to format the page first before it prints. I want
to create a web page... more >>
How to know when download File was cancelled?
Posted by intermension NO[at]SPAM hotmail.com at 7/7/2003 8:40:14 PM
Hi there
I want to record in a Db when a file is download via my website. These
are actual download links not someone flogging my sites images. I have
an ahref pointing to my apsx page containing the file to download.
Im using
Response.AppendHeader("Content-Disposition", "attachment; fil... more >>
Update to SQL Server is NOT Working
Posted by someone at 7/7/2003 8:23:59 PM
I am using the following code in response to a button press.
SqlConnection sqlConn;
SqlCommand sqlCmd;
sqlUpdate = "update ACCGreatest set Votes = (select Votes
+ 1 from ACCGreatest where PlayerID = " +
Convert.ToInt32(ddlGreatest.SelectedItem.Value.ToString()) + ") where
PlayerID ... more >>
server problem
Posted by Luke Smith at 7/7/2003 7:20:19 PM
Hi
Ive just updated my website, uploading some new files, But i now get an
error when i try to look at my site http://www.luke-smith.co.uk . im not
sure if its something ive done (i cant think what it could be) or whether
its my hosting companies problem. "File or assembly name System, or one... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error: 'WScript' is undefined'
Posted by Mike John at 7/7/2003 7:01:57 PM
I am trying to send key to the browser to launch the send
page command
Systax:
<script langauage = "Javascript">
function Sendmy()
{
var wshell = Server.CreateObject("WScript.Shell")
wshell.sendkeys("Atl+T+M+P")
}
</script>
I am receiving an error: 'WScript' is undefi... more >>
Custom Control Table member variable broke
Posted by Troy at 7/7/2003 6:17:51 PM
I have been trying for 2 weeks to figure out how to
implement a table as a member variable that the user can
setup with the property designer with no luck. The code
below adds the table to the property designer, however it
will not write the HTML associated with the TABLE within
the custom... more >>
passing value using eventargs
Posted by memememe at 7/7/2003 5:33:10 PM
is there a way to pass values using the eventargs of a certain event, lets
say onclick?? or how does everyone else pass values? lets say each button
has 5 things (string, ints, etc) it needs to know, how can you pass that to
the event handler?
... more >>
create a project from code
Posted by Vaclav Jedlicka at 7/7/2003 5:31:31 PM
Hi all
Is it possible to create an ASP.NET project from code?
Thanks in advance
Vaclav
... more >>
Imports 'System.DirectoryServices' cannot be found.
Posted by Edward at 7/7/2003 4:48:46 PM
Hello,
I'm getting the following error message:
"Compiler Error Message: BC30466: Namespace or
type 'DirectoryServices' for the
Imports 'System.DirectoryServices' cannot be found."
I've set up my project as described here:
http://msdn.microsoft.com/library/default.asp?
url=/library/... more >>
creating a temporary file in clustered web farm
Posted by sudha at 7/7/2003 4:18:42 PM
Does creating a temporary xml file from dataset on the
server on a per-user basis and read from it will create
any problem in clustered web farm?
Thanks in advance... more >>
DLL Questions
Posted by Kevin Vaughn at 7/7/2003 4:10:06 PM
I need to create a simple .dll file that handles usernames and passwords.
I've never created a .dll before, but now there's definitely a need for
security reasons.
I've read enough to hear people talk about referencing the .dll in the
project. To be honest, I'm writing all of my ASP.NET pages... more >>
Saving Data When ASP.Net Page Unloads
Posted by Roy Scarisbrick at 7/7/2003 4:05:03 PM
I have a programming issue on an ASP.Net web page. I suspect the issue would
apply to any version of ASP though.
I have a questionnaire page where a user will answer a bunch of questions
with radio buttons and text boxes. At the bottom of the page is a button
that he is to click when he's do... more >>
How to find Checkbox in its event handler?
Posted by yootaeho NO[at]SPAM yahoo.com at 7/7/2003 4:03:11 PM
Hi Guru?
The scenario is I am creating a number of checkboxs dynomically and
when I do that I am also creating event handler for them. So when a
checkbox is checked, in the event handler I can do something using its
ID but the problem is how to get its ID?
--------------- creating checkbox dy... more >>
Netscape great, but IE?
Posted by Sabre at 7/7/2003 3:15:36 PM
Hello All
When I run my app in Netscape, controls etc appear to be retained on the
page during postback sequence so when new info is received after a second or
two there's just a small flicker, which is quite acceptable. But with IE6,
when I click the button, page goes blank for a second or tw... more >>
aspnet_wp.exe
Posted by Ching-Lung at 7/7/2003 2:51:15 PM
Hi,
I am getting these errors from Event Viewer - Application:
1. aspnet_wp.exe could not be launched because the
username and/or password supplied in the processModel
section of the config file are invalid.
2. aspnet_wp.exe could not be started. The error code for
the failure is 80004... more >>
Problem when Hosting Windows User controls in Webform
Posted by news.microsoft.com at 7/7/2003 2:14:56 PM
I am unable to load the user control from client machine browser if the user
controls referes other custom dlls that I have created. Its working fine if
I access the user control from my machine but it is not working if I try to
access from other machines. Its working only if I copy the reference... more >>
"A connection to the server could not be established" - Trying to open existing project
Posted by Kevin Buchan at 7/7/2003 1:35:18 PM
I came in today and tried to edit a project that I was working with,
locally, at the tail end of last week. This web project was created,
hosted, and only edited locally.
I truly cannot remember anything that I installed/changed on my
workstation that could have goofed up my IIS, but I simpl... more >>
ASP and .NET SERVER
Posted by news.microsoft.com at 7/7/2003 1:26:40 PM
ASP old websites .... working fine with .NET 2003 and IIS 6 ?
... more >>
Highlight Text based on certain criteria
Posted by Stephajn Craig at 7/7/2003 1:23:42 PM
The senario is that a user fills out a form specifying some keywords they
want to search a knowledgebase for. For each article that comes back, the
words in the article that match their keywords are highlighted. (Much like
Windows Help does)
At serverside, how would I go about handling this?... more >>
aspnet_wp.exe could not be started
Posted by Alek Davis at 7/7/2003 1:09:16 PM
After installing Framework 1.1, I cannot run any of my ASP.NET applications.
Actually, while installing Framework 1.1, I also installed recommended
updates (all critical security fixes) from the Windows updates site, so I am
not sure whether this was caused by Framework 1.1 or by one of the hot
... more >>
User controls instead of frames
Posted by San Diego Guy at 7/7/2003 12:33:50 PM
Hi all!
I'm relatively new to ASP.NET.. I'm writing an app that has some controls on
the top that I want to remain there throughout the site.
I started doing this in frames, but then saw a bunch of postings about how
you should use user controls instead of forms.
The problem is I can't find... more >>
Datagrid and header with image
Posted by sunil at 7/7/2003 12:27:34 PM
Iam trying to implement sorting.
I know how to display a button in the header of an datagrid. How can i
display an image with down arrow and uparrow along the side of button on the
header.
Any sample pointers will be of great help.
Thanks
... more >>
DLL's in .Net
Posted by Camilo Silva at 7/7/2003 12:06:05 PM
We have in our company a Web Solution with a lot of DLL's,
this solution had worked fine with ASP pages. Now we are
migrating for ASP.Net and the behavior of DLL's changed.
It happen that .Net has a threadpool, and when a new
request for pages are made it try to find an old thread,
and so,... more >>
asp:buttion , history.back
Posted by szabelin at 7/7/2003 12:05:20 PM
Hello,
how do I do history back when asp:button is clicked? I
can't use <input button> - I have to use asp:button.
Thanks!... more >>
Problems in using application pool of IIS 6.0 with ASP.NET
Posted by shishuphoto NO[at]SPAM yahoo.com at 7/7/2003 11:48:25 AM
Hi Guys,
Scenario::
I am using appplication pool identity to connect my database through
ASP.NET application. the identity is domain identity and i am giving
as domainname\username and with its password. I am using Windows
Integrated authentication for my ASP.NET application and application
... more >>
WebServiceBindingattribute Location property
Posted by Craig Neuwirt at 7/7/2003 11:23:57 AM
I am developing a WebService that provides custom WSDL
files for each binding
using a WebServiceBindingAttribute similiar to the
following.
[WebServiceBinding(
Name"BindingName",
Namespace="BindingNamespace",
Location="http://localhost/wsdl/Binding.wsdl")]
My problem is tha... more >>
Page Problems
Posted by Leon Shaw at 7/7/2003 11:17:50 AM
I built a normal registration form containing the normal textboxes,
dropdownlists, and validation controls. However, when a user submits the
form in which some field does not pass the client side validation of a
particular control (textbox, dropdownlist, etc.) the cursor does not return
to that... more >>
"Cannot Be Designed" error
Posted by Francis Shanahan at 7/7/2003 11:03:29 AM
Folks,
I have a base page which is the grand-daddy of all my pages. It inherits
from System.UI.Web.Page
From this I inherit a layout page.
From this I inherit the individual pages themselves.
The problem: My pages can no longer be brought up in the designer. I'm using
Visual Studio 2... more >>
Posting data back to a modal dialog window
Posted by John at 7/7/2003 11:03:04 AM
Hi all,
I have a modal dialog window from which a user selects a few rows from a
datagrid and then clicks on an image button. My question is two-fold:
1. How do I post data back to the same dialog window?
2. The dialog window in question was, in turn, created from a dialog window.
I need ... more >>
Forum and Newsgroups
Posted by Neil Stevens at 7/7/2003 10:56:12 AM
Hi,
I am designing an internet forum in ASP.NET, what i have at present is a
forum that uses either and Access, MSSQL Server, or MySQL Server database
depending on how the forum is setup.
My question is simply this, can i use a newsgroup and display the messages
from a newsgroup on the foru... more >>
Speed Problem on different databases using ASP.NET
Posted by Viktor Elvar at 7/7/2003 10:48:38 AM
Hi there I have a strange problem. I developing an application on my server
SQL Server 2000 which is running on a 1 Gb memory and 2 GHz W2000 advanched
server. The app. it self is running on my local computer 400 Mhz 256 Mb
memory and it running wery vell. But when I put the application up on ... more >>
ASP.NET, IIS 6.0 (Windows Server 2003) and Com permissions...
Posted by todd NO[at]SPAM lightspeedsystems.com at 7/7/2003 10:40:27 AM
I have an ASP.NET application that instantiantes a Win32 C++ Com
object. This object's methods require specific access permissions to
the underlying registry/file structure in order to function properly.
On windows 2000/xp if we enable impersonation in the ASP.NET app's
Web.Config file then a... more >>
Passing large data between forms, different apps
Posted by terry at 7/7/2003 10:32:02 AM
Hi,
I have a need to pass a large data chunk (> 1024 bytes)
between web forms that reside on different web
applications (say one application is
http:\\localhost\website1\page1.aspx while the other is
http:\\localhost\website2\page2.aspx). Navigation from
one app/page to the other is vi... more >>
ASP.Net State Service will not not start on SP4 with .Net 1.1 and .Net 1.0 installed
Posted by Andy Elmhorst at 7/7/2003 10:29:28 AM
We can reproduce this consistently. If we install Windows 2000 SP4, then
install .Net 1.1 ( a soon-to-be typical customer scenario ). We then install
..Net 1.0 SP2, which is required by our product to run. The ASP.Net state
service will no longer start up. This only happens on SP4 of Windows 2000... more >>
Entering Info on One Page, used in 2nd Page
Posted by Tobe at 7/7/2003 9:21:29 AM
Where can I find information about how to enter
information on one page and the close it and update the
input information onto the second page?... more >>
COM+ and ASP
Posted by lolitagroulx NO[at]SPAM hotmail.com at 7/7/2003 8:51:38 AM
Hi,
I am new to the COM and COM+ technology.
I have created an asp page that uses a COM that have been created by
the team.
The dll have been register on the web server (the same machine where
is the asp code).
- Do I need to insert this COM in COM+ in order to use it in ASP?
- If I d... more >>
Determine Web Page for Requests Executing
Posted by punter NO[at]SPAM frontiernet.net at 7/7/2003 7:49:21 AM
The performance object ASP.Net Application has a counter for Requests
Executing. How do I determine WHICH requests are executing for an
instance? Thanks.... more >>
Datagrid Template columns shows data from first row
Posted by BarryFz NO[at]SPAM home.com at 7/7/2003 7:36:56 AM
I have a datagrid with a template column that has a hyperlink and a label.
The hyperlink text is bound to Title from my dataset and the label text is
bound to Author in the dataset. The grid displays with the template columns
showing the Title and the Author from the first row in all rows. The ... more >>
Cached User Controls
Posted by Steve at 7/7/2003 6:34:29 AM
I created a User Control that contains a button. I have
the handler for the button called Button1_Click etc... Now
if I cache this control within a page, the event does not
get "wired up" and I am unable to execute the handler for
the Click event because the control is cached. How do I
get... more >>
DataBase connection
Posted by varun varun at 7/7/2003 4:47:57 AM
hello friends,
i am developing an asp.net application in which
i want to keep database connection of
my application alive through out the application.
in my case, my DBMS is MS SQL Server 2000.
i came to know that in application_init event of
the application, we can put some code to
con... more >>
mapi.session and ASP.Net
Posted by Pat Sinnott at 7/7/2003 4:35:12 AM
I am attempting to create a MAPI Session with the
following code on an ASP.net page.
Dim oSess As New MAPI.Session()
oSess.Logon("MS Exchange Settings")
This code works fine in a vb.net environment but when I
attempted to run the same code in an ASP.Net environment I
got the follow... more >>
Configuration Error
Posted by Paulo Patricio at 7/7/2003 4:07:40 AM
Hello !
In my development, sometimes i have this error message :
Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request.
Please review the specific error details below and modify
your configuration file appropri... more >>
keyDown
Posted by Anne at 7/7/2003 2:30:19 AM
hie again, i have 3 textbox and i would like the user to
go to the next textbox by pressing the 'ENTER' key. i have
tried using this:
Private Sub txtRequestor_KeyDown(ByVal sender As
System.Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles
txtRequestor.KeyDown
If e.... more >>
Replacing a user control with another one
Posted by John at 7/7/2003 12:51:21 AM
Hi all,
How do I completely remove a dynamically-loaded user control and replace it
with another one?
Regards
John.
... more >>
Netscape required field validation problems
Posted by Rick at 7/7/2003 12:43:30 AM
I have an interesting problem when I run the following
code in Netscape (7.02) vs. IE. This page works great in
IE and all my controls bring up the validation summary
dialog box if the required field is not filled out.
However in Netscape NONE of the required field
validations occurs at al... more >>
can the datasource of a drop down list be a datareader?
Posted by Jake S at 7/7/2003 12:33:26 AM
Hi all,
Is it possibele to set the datasource of a dropdown list to a datareader?
When I try to the only column I receive is a column populated by the
datasource name repeated the amount of times equivilant to the number of
records returned, instead of the two columns(value and text) I have
p... more >>
|