all groups > asp.net > july 2003 > threads for wednesday july 9
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
Object access
Posted by Robert at 7/9/2003 11:08:19 PM
Hi all,
is there a way to access an object which is created on one
aspx Site from another aspx site?
Thanks
Rob... more >>
Date Code
Posted by Leon Shaw at 7/9/2003 10:48:20 PM
Dim CurrentDate As Date = Format(Today, "MM/dd/yy")
Dim FutureDate As Date = CurrentDate.AddYears(1)
What am I doing wrong?
I want the CurrentDate to read 07/09/03 and FurtureDate to read 07/09/04,
but in the browser it reads 7/09/2003 and 7/09/2004 respectfully.
Do anyone see something... more >>
Who's using MS Passport?
Posted by J. Marcelo Barbieri at 7/9/2003 8:57:37 PM
a.. Do you know how's already using Microsoft Passport? I also need some
sites that are already using Web Services. Do you know any?
thanks,
... more >>
Calling client function from server script
Posted by J. Marcelo Barbieri at 7/9/2003 8:54:41 PM
a.. How to write server script to call a client side function written in
JavaScript?
a.. When using Validation controls, it uses a file named
WebUIValidation.js. This file is sent to the client machine to do the
validation? Where can I find it in the client machine?
thanks a lot.
... more >>
Is that a bug?
Posted by J. Marcelo Barbieri at 7/9/2003 8:53:57 PM
a.. How can I set the Tab order for the controls in a WebForm? TabIndex
seems to not work at all.
thanks,
... more >>
ASP.net in other framework
Posted by Anne at 7/9/2003 8:26:03 PM
hie, i would like to know whether do i need to use
the "Imports" statement in my webapplication when i create
a component in another application. i know we do not need
to do any importing when we are doing asp.net in visual
studio.net. But if i were to use other framework apart
from .net, ... more >>
RECORDSET
Posted by NAIME ESTEVES at 7/9/2003 6:58:38 PM
I am trying to make a data base for a ASP website. But
when I try to write the code DataSet11.Recordset.Addnew.
Appears error when I compile to test the data base.
I hope to receive help.
... more >>
Popup in codebehind
Posted by Ingeborg at 7/9/2003 5:29:47 PM
Hi.
Is it possible to create a popup window (or something
similar) from codebehind?
Like after pressing a button and if som conditions is true?
Thanks in advance.
Ingeborg
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataRowView
Posted by Dinky at 7/9/2003 5:28:18 PM
Hi all,
I have got this error when using "DataRowView". Do we
need to put reference to this class somewhere? Or Could
you please point out What is wrong with this HTML?
Thanks
----------------------------------------------------------
Compiler Error Message: CS0246: The type or... more >>
Web apps don't work with .NET SDK 1.1
Posted by Shaw at 7/9/2003 5:15:02 PM
After upgrading my .NET framework SDK from 1.0 to 1.1, my
new ASP.NET web applications are no longer work.
I craete a simple test web app project with a DataGrid
control (using sqlAdapter, sqlConnection and dataset),
but the DataGrid control even doesn't show up on browser
window. I view ... more >>
Setting maxRequestLength for upload file sizes
Posted by David Stephen at 7/9/2003 4:45:05 PM
Is it possible to set httpRuntime.maxRequestLength to
limit the suze of an uploaded file dynamically or is it
only possible statically in Web.config file (or
system.config)
ie I would like to give different users a different
maximum limit.
Thank you
David
... more >>
ADO library corruption
Posted by Devesh Aggarwal at 7/9/2003 4:33:17 PM
Is there any way to find out whether the ADO.Net library installed on the
Deployment PC is working fine. I am developing a workflow application using
Exchange server. I have defined some custom properties to folder in exchange
WSS. I am able to access them using exchange explorer. But when i try ... more >>
check Existance of a file on different machine
Posted by Ajit at 7/9/2003 4:29:45 PM
Is there anyway to check for existance of a file on different machine.
i.e. we have a data file (text file) thats stored on some other machine as
its not to be exposed in case the web server is hacked.
and we want to update data from this text file into our database.
I know file object but it ... more >>
Collecting Payment in ASP.Net via PayPal or similar???
Posted by mike NO[at]SPAM kingscott.f9.co.uk at 7/9/2003 3:48:51 PM
Hi all,
I have an app that allows users to upload files to my site, and then
download them at a later date. Once the files have been safely
uploaded, I wish to give them a download code to retrieve them at a
later date, but only after they've paid for them via PayPal or
similar.
I am unabl... more >>
Urgent : Microsoft.Web.UI.Webcontrols not rendering controls to client
Posted by John at 7/9/2003 3:42:39 PM
Hi all,
I installed the Microsoft.Web.UI.Webcontrols.dll onto my development P.C.
and in the reference from within Visual Studio, changed the Copy Local to
true so as to have the copy in my Bin folder.
Everything works alright but now when I deploy this web app up to the host,
the controls ... more >>
How can I put some text on a imageButton
Posted by Matthew at 7/9/2003 3:40:57 PM
dear all,I want to put some text(caption) on a imageButton in asp.net,I
guess this maybe be done by deriving a new class from ImageButton,but I
can't step any further.So,pls give me some suggestions.
A world of thanks!
... more >>
Displaying Contents of ArrayList
Posted by Beza at 7/9/2003 3:36:40 PM
I have an ArrayList which stores x number of "Policy" objects, where x is
the number of rows returned from a earlier SQL query (therefore it is
changeable).
Each "Policy" has a few methods within it that returns values.
How do I display a row of information for each "Policy" (stored in the
... more >>
Character conversion
Posted by J. Ptak at 7/9/2003 3:14:08 PM
Can anyone tell me how to perform the following VB
functions in C#:
Chr(13) ==> Carriage Return escape sequence
Asc("A") ==> ASCII value of the "A" character
Thanks!
... more >>
WebControls enumeration
Posted by Vik at 7/9/2003 3:09:10 PM
Is there enumeration for the WebControls?
Thanks.
... more >>
Install framework on web and file server?
Posted by dwlawren NO[at]SPAM staff.uiuc.edu at 7/9/2003 2:57:29 PM
I have a web server running IIS pointing to a file server. Should the
..NET framework be installed on both the web server and the file
server?
Right now I have it installed on only the web server. <script> aspx
pages work, but I cant deploy Web applications --get a "can't load
namespace.glob... more >>
Page Filter in C#
Posted by ahle1 NO[at]SPAM yahoo.com at 7/9/2003 2:50:46 PM
Your opinion is appreciated.
I am thinking about building a role-based security module for my web
based application. Here is what I have in mind:
1. Build a page filter class which enherits from IHttpModule and
overide the Stream.Write() method....to basically remove the
restricted html el... more >>
Determining if object is run in web or win32
Posted by WebDevHokie at 7/9/2003 2:38:30 PM
Is there a way that you can tell if an object is run under a web or a win32
environment? I have an object ( Data Access Object) that uses the ASP.NET
cache. I have also implemented unit testing into the application (using
NUnit). These unit tests call the application which call the Data Access... more >>
ASP.NET page localization problems
Posted by jmjacquel NO[at]SPAM solaire.com at 7/9/2003 2:26:44 PM
Hi all,
I have a localization problem in ASP.NET (ASPX) pages using VS.NET 2003.
I have a project called AGCENTRAL, which is part of a solution. The project
simply contains pages, a MyResources.resx file and a MyResources.frr.resx
file. In these two files, I have a simple string named mystr ... more >>
Windows-based Authentication problem.
Posted by george d lake at 7/9/2003 1:58:08 PM
Hi,
I need to grant access to a NT usergroup and to 3 other users that are
not in that group.
here is my web.config.
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<deny users="*" /> <!-- Allow all users -->
<allow users="user1" /> <!-... more >>
ASP Button in a Datalist
Posted by Chris Fink at 7/9/2003 1:37:08 PM
Hello,
I have a datalist that contains an asp button. I have the need to pass a
value that is bound to my datalist along the button when the on_click event
is fired. My datalist creates a button for each row in my datasource, so
each button needs to pass a unique value. My questions are:
1... more >>
Performance hit on ASP.NET
Posted by Jeremy at 7/9/2003 1:13:24 PM
I'm seeing a huge performance decrease in my ASP.NET
pages when executing on a production machine verses my
local machine. It isn't the bandwidth, and it isn't the
code itself. For some reason the compilation, or caching
or something is destroying the response times. While it
executes p... more >>
Referencing subcontrols within UserControl
Posted by Mark Friedman at 7/9/2003 12:39:20 PM
Does anyone know how to reference a subcontrol of a UserControl within
client-side script. For example, if I have a TextBox as one of the elements
of my UserControl with an id of "MyTextBox", how do I reference it within
some jscript function. If I try to just reference it as MyTextBox I get a... more >>
using Paging in Datagrid
Posted by Yangtsi River at 7/9/2003 10:47:18 AM
Hi,
I am adding a paging function to a datagrid control, the datasource is a
DataSet Object. Based on some articles, I just add some attributes to
datagrid, ie.
Allowpaging=true,Pagesize=5,PagerStyle-Mode="numbericPages",
it is nice that it worked , page index appeared.
But when I clicked th... more >>
Position Web control within Panel on Web Form ... programatically
Posted by M- at 7/9/2003 10:34:48 AM
Is it possible to position a Web Form control within a
Panel ... programattically? That is, by adding lines to
the following code:
protected System.Web.UI.WebControls.Panel Panel1;
private void Page_Load(object sender, System.EventArgs e)
{
Panel1.BackColor= System.Drawing.Color.Whi... more >>
running vb6 app using asp.net
Posted by maximas at 7/9/2003 10:21:13 AM
hello:
I have a vb6 app that updates the access db. I want to
run the app using asp.net on the web server. is there a
way to do that.
thank you... more >>
include files
Posted by Neil Steventon at 7/9/2003 9:55:38 AM
Hi all,
I used to use the include statement in classic asp to centralise my database
connection, is there a better way in asp.net, whats the norm?.
Thanks alot
Neil
... more >>
Overriding __doPostBack
Posted by Mike Dunn at 7/9/2003 9:29:52 AM
I would like to change the name of the _doPostBack
function emmitted by the ASP.NET framework to prefix it
with an ordinal number i.e. the page should show
<script language="javascript">
<!--
function _369__doPostBack(eventTarget,
eventArgument) {
var theform =
document.frmRetailTenan... more >>
Embedding Webforms
Posted by PsiMan at 7/9/2003 9:23:14 AM
Is there any way to embed a webform or something similar into another
webform so that it renders correctly?
I've been using pagelets but find them annoying as they can't be absolutly
positioned and don't render when u embed them
Cheers
Psiman
... more >>
Clustered web farm
Posted by sudha at 7/9/2003 9:22:37 AM
Hi,
Is it possible to redirect user to same webserver in
clustered web farm until his session ends?
... more >>
Images from SQL Server
Posted by James Lang at 7/9/2003 7:49:51 AM
Hi
I am trying to display in an aspx page an image from the employees table in
the sql server 2000 Northhwind database
"Select photo from employees where employeeid = 1"
This is as far a I got
============================================================================... more >>
Session State
Posted by Demetri at 7/9/2003 7:47:02 AM
I need a way to pass session variables from a classic asp
page to an asp.net page. I can not use a query string
since the one does not call the other. In addition, i'm
looking for more of a one application scope and not all
the applications under the wwwroot thus it does not have
to be but... more >>
DataGrid OnItemDataBound problem in APS.NET C#
Posted by Steven at 7/9/2003 7:25:41 AM
I have 2 different data grids that are storing data from
two different tables in my data base:
My datagrid starts like this:
<asp:DataGrid id="DataGridGPA" runat="server"
OnItemDataBound="bindGPAList" ...
My bindGPAList looks like this:
public void bindGPAList(object sender,
DataGri... more >>
my session_onend is not working
Posted by anand at 7/9/2003 6:26:38 AM
In my website i want to trace the event when user log off
from the site by closing the explorer so i am unable to
run any server side program at that time and my
session_onend event also not working can any one tell me
why the session_onend is not working.
Thanx in advance
... more >>
Send an iFrame to back
Posted by sunil NO[at]SPAM itb-india.com at 7/9/2003 6:08:35 AM
Dear All,
I am using a menu control that is inside an iFrame...the parent
page contains around three iFrames...after rendering the menu
control...on click of the menu..the sub menus appear behind the
iFrame...how do I get the sub menus in front....
The menus are plain HTML tags...
Pleas... more >>
Accessing page request / server variables in a class file.
Posted by jgamble NO[at]SPAM screenpages.com at 7/9/2003 4:10:38 AM
Hi,
Here's a question for you all. Under "classic" ASP any ASP page could
have any number of #Include files. Using #Include files I could have
functions which were common to my whole site and these files had
access to the Request, Session and Server objects from the page they
were included o... more >>
ThreadAbortException Encountered
Posted by Naveen Kumar soni at 7/9/2003 3:58:08 AM
Hi
we are getting ThreadAbortException error message on one
of our .net(1.1) server.
The error is get displayed in one of .aspx page, which is
having response.redirect statement, if this page is
accessed by more than one users simultaneously then error
is displayed.
we have tried out foll... more >>
Book recommendation - Application Architecture!
Posted by Stefan Hellberg at 7/9/2003 3:41:49 AM
Hello everyone,
I want to learn more about ASP .NET application
Architecure.
Some of the things I want answered is:
* When should I use a Three Tier, n' Tier design, etc
* How should each layer in a Tier design be designed(what
type of code should I put there)
* And generally goo... more >>
Install Shield
Posted by David Waz... at 7/9/2003 2:13:58 AM
anyone using Install Shield and VS 2003 (7.1)
I cannot even launch Install Shield (7.02) now...
... more >>
Problem with .NET Window control in ASP.NET
Posted by Theodoros.Savvides NO[at]SPAM ctl.com at 7/9/2003 1:39:58 AM
Hi All,
We are developing an application and we have a problem for which I cannot
find any information anywhere.
The application consists of a windows user control and an ASP.NET
application that has a Web Form loading this control using the object tag.
The HTML code looks like this:
<O... more >>
Deploying asp.net project at web server
Posted by durgambigai NO[at]SPAM hotmail.com at 7/9/2003 12:52:13 AM
I am new for asp.net programming. My simple.aspx page is working
properly in my localhost. After copy this project from Microsoft
Visual Basic.NET to web server,i open same page from web server,
following error occur
"Cannot execute a program. The command being executed was
"c:\winnt\microsof... more >>
|