all groups > asp.net > may 2004 > threads for sunday may 23
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
URGENT: User controls cause mapping errors
Posted by PontiMax at 5/23/2004 11:56:10 PM
Hi
I need some help for a very urgent problem: When loading my user controls dynamically via
myUserControl = (MyUserControl) page.LoadControl("~/UserControls/MyUserControl.ascx");
I get the following error message from time to time:
"Failed to map the path '/MyApplication/WebApp/UserControl... more >>
Protect ASP.NET Code
Posted by CBN Media at 5/23/2004 11:54:12 PM
Hi,
We have a ASP.NET application with most of the business logic in stored
procedures, and custom components etc.
We're looking of some way to protect this code when we deploy our
application on the client's server. I remember I read somewhere about
wraping your application in one (or more) ... more >>
Default Buttonwhen enter is used?
Posted by Ben de Vette at 5/23/2004 11:23:02 PM
Hi,
when I create a form in ASP.NET, how do I define the default Button which is
send with the form as being clicked on, when I press the enter.
I have three buttons,
Update, Delete and Cancel
Furthermore there are a number buttons defined as a menu.
When I press enter in the form, I w... more >>
Working with ListBox
Posted by fatihmira NO[at]SPAM hotmail.com at 5/23/2004 10:41:29 PM
<form name="form1" id="form1" runat="server">
<asp:ListBox ID="ListBox1" DataSource="<%# SelIndex.DefaultView %>"
DataTextField="tblIndexDesc" DataValueField="tblIndexCode"
runat="server" SelectionMode="multiple"></asp:ListBox>
<asp:Button ID="Button1" Text="Submit" runat="server"
onClick="... more >>
server-side printing from asp.net
Posted by edx at 5/23/2004 9:06:01 PM
Hi,
this question has probably been ask a hundred times before, but searching
through this newsgroup I have not found any solution to my problem: I want
to make my asp.net website print on the server's printer. In the MSKB I
found an article describing that there are problems printing with a ... more >>
server side control not visible in webpage
Posted by kaczmar2 NO[at]SPAM hotmail.com at 5/23/2004 8:51:39 PM
Hey there-
I have a newbie question regarding code behind:
Using inline code, I can run a simple page that binds data to a
datagrid. Now, I try to take the same code and use code behind, and
the page compiles fine, but no HTML is rendered to the page.
Here is the code from "WebForm1.aspx... more >>
Access Denied
Posted by Tim Marsden at 5/23/2004 8:22:55 PM
Hi,
I have a vb.net dll which uses some excel functionality.
I use :
Dim XL As Excel.Application
XL = New Excel.Application.
When I call the appropriate class from a windows form app, all is OK.
When I call it from a Web Form I get a message on the "new" statement saying
"Access is Den... more >>
HttpRequestValidationException for "On="!?!?!?!
Posted by Max Metral at 5/23/2004 8:07:37 PM
I use base64 to encode some cookie values. Today I got a "potentially
dangerous cookie value" error. I've isolated it to anything matching this
pattern:
..*On.*=.*
in other words, anything with "On" in it anywhere and an = in it after that
anywhere causes ASP.Net to barf.
This is certa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PDF from ASP.NET?
Posted by rooster575 at 5/23/2004 7:41:26 PM
Anyone know where to get the .dll from adobe to create PDF's on the fly.
[No 3rd party suggestions please.]
Thanks.
... more >>
Switching to the secure page looses authentication...
Posted by Iulian Ionescu at 5/23/2004 6:16:03 PM
I have a page (http://www.something.com/) and a secure page (https://secure.something.com) and the secure.something.com points to http://www.something.com/secure/
All works ok, but, when I transfer to one of the pages on the secure directory all gets lost. First of all, I had to basically duplicat... more >>
How do I call a DLL on the client's PC
Posted by Ron Rasmussen at 5/23/2004 6:16:02 PM
Greetings
I have a webform that I need to download a DLL to the client's PC and then call the DLL and pass it a value. I have looked everywhere but I can't find a good example
Any suggestions?
Ron... more >>
Business Tier Architecture - Webservices/Remoting?
Posted by timasmith NO[at]SPAM hotmail.com at 5/23/2004 4:26:45 PM
Hi,
With our architecture we are looking at the following client
applications:
- 20-40 GUI desktop power users
- 40-100 ASP.NET light users
- 5-10 heavy server side integration apps
We would like to move all business logic into a single tier/layer.
This tier would either run on th... more >>
How to access data from all web forms?
Posted by Terry Olsen at 5/23/2004 4:23:57 PM
I'm new at VB/ASP.NET. I'm creating a web site that uses authentication.
I've got the "create account" and "login" pages working. But how do I make
the user data available to all the web pages and keep someone from linking
directly to a page without going through the login page?
Also, all us... more >>
Syste.Drawing.Color bound to a dropdown list
Posted by Kevin Johnson at 5/23/2004 3:31:01 PM
H
I have an ASP.NET datagrid written in C#. When editing my datagrid it contains one dropdown list and 4 normal textboxes
I need the dropdown list to contain all of the colors in the System.Drawing.Color class for selection. I am unsure how to go about this. Could anyone help and provide code... more >>
what is "web development cycles"?
Posted by popman at 5/23/2004 3:28:35 PM
Please help.Any points would be appreciated.
Thanks.
... more >>
Oracle Access,
Posted by abacnet at 5/23/2004 3:14:33 PM
Hi,
I have a simple .Net web application compiled on my PC using the Framework
version 1.0. Then I install it to a Windows Server 2003 server (with
Framework version 1.1/Version 1.0 is also installed). Then I have this
errors when trying to make database (Oracle) connection:
[OleDbException... more >>
Strange compilation error
Posted by Jill Graham at 5/23/2004 3:07:21 PM
Hi,
From time to time, I receive following error message when trying to access
my website.
When the error occurs, I have to recompile my dll until the error disappears
(this without changing anything in my code).
Where does this error come from ? What can I do to solve the problem ?
Compila... more >>
Startup page problem on local
Posted by Iulian Ionescu at 5/23/2004 12:36:02 PM
Here is my problem. I have a project MyWeb, but I created this project directly in the root, so you have
c:\inetpub\wwwroot\MyWeb.sl
and the default page is
c:\inetpub\wwwroot\default.aspx, which is the same as http://localhost/default.asp
From Visual Studio, when I launch the application it... more >>
Response.Redirect does not work
Posted by mesmin NO[at]SPAM mezanmi.com at 5/23/2004 12:15:18 PM
FYI
Problem: Response.redirect redirects to the same page and the page is
blank.
Solution: set the page's smartnavitation to false before redirecting.
There seems to be a connection between how response.redirect works and
smartnavigation.
Tmez
http://www.mezanmi.com... more >>
Installing Visual Studio.Net Complete Help...
Posted by smith Smith at 5/23/2004 11:47:48 AM
I have Visual studio .Net 2003 installed in my compter without help file.
How to install the help file ? Documentation URL will be great help so that
I will have the latest documenation.
thanks,
smith
... more >>
converting datagrid item into row
Posted by Lerp at 5/23/2004 11:43:30 AM
Hi all,
What's the syntax for creating a row out of the current item in a datagrid?
Something like this ?
Dim myRow as DataRow = mydataGrid.DataKeys(e.item.itemindex)
Cheers, Lerp :)
... more >>
Code reuse
Posted by Simon at 5/23/2004 11:39:20 AM
Hi all,
I'm hoping that some of you clever chaps could offer me some advice on code
reuse.
You see, whenever I make applications, I typically only find very limited
scope for code reuse. I also only find limited use for inheritance. For
example, the various types of users that my sy... more >>
Financial Functions in .NET
Posted by Alphonse Giambrone at 5/23/2004 9:09:30 AM
I don't see any class in .NET that contains the standard financial functions
like Rate, Pmt, etc.
They are in the Visual Basic library.
Can the VB library be referenced in an asp.net app on a shared host? If so,
how?
Can anyone point me toward .NET code to perform these functions?
TIA
... more >>
Variable Scope on the Page
Posted by Raheel Hussain at 5/23/2004 8:28:35 AM
hi,
can any body tell me why the variable loses its value,
i m actually declaring a variable which is public, and assigning a
values in Function1 and reading the values in Function2
following is a sample code for wht i m doing.
---------------------------------------
Public Class Support... more >>
developing graphs in asp.net using crystal reports
Posted by balubhupen NO[at]SPAM yahoo.com at 5/23/2004 7:37:21 AM
How can I develop graphs(Pie Diagrams,Charts etc...) in ASP.net.I want
to display the graphs in a browser.I have a SQL Database from where I
pull the data to display in graphs... more >>
Re: Code reuse
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 5/23/2004 5:35:20 AM
Simon,
Basically if you find yourself writing the same code twice, wrap it up
and dump it in a shared DLL.
Hth,
Phil Winstanley
Microsoft ASP.NET MVP
http://www.myservicescentral.com
... more >>
AddToCart, Refresh issue (form variables)
Posted by John at 5/23/2004 2:44:10 AM
I get the feeling this is a pretty classic problem, but I'm a bit of an uber
newber. Apologies!
Products page, user enters a quantity and clicks one of my "Add to Cart"
buttons, which bubbles up through the datalist and calls a method to
AddToCart(cartID,prodID,prodQty). Now, if the user click... more >>
Create anew session .
Posted by Nir_salab NO[at]SPAM zomet.com at 5/23/2004 1:43:02 AM
Hello all.
How can I create a new session manually by code .
Thank's
Nir... more >>
DropdownList in EditTemplate
Posted by Yan Wang at 5/23/2004 1:40:34 AM
I can populate the dropdown box in a edittemplate correctly. I can even
have the dropdown preselect the correct value returned from my
database. However, I cannot capture the selected value when I edit the
column. It always updated the column to the first item in the list
regardless of
what I s... more >>
|