all groups > asp.net > december 2004 > threads for wednesday december 15
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
Compiler Error Message: BC30518 HELP!!! What does that means
Posted by leeronald1982 NO[at]SPAM yahoo-dot-com.no-spam.invalid at 12/15/2004 10:52:31 PM
I have an error message with my .NET code
below is the message
Compiler Error Message: BC30518: Overload resolution failed because no
accessible 'Write' can be called with these arguments:
I have an error with this line :
Line 105:
<td><%=Response.Write(generate_county_list("billing... more >>
Conversion MS VS.NET 2003 - Borland C#Builder
Posted by Piotr Karwatka at 12/15/2004 10:47:41 PM
Hi
When I convert my asp.net project to Borland c# when I compile my assembly i
gets error like that: "Resource identifier
iProjectManager.projectsAdmin.resources' has already been used in this
assembly" - i don't know whats's going on in VS net everything was allright?
Thanks!
--
Po... more >>
No data in datagrid column
Posted by Paul Evans at 12/15/2004 10:14:39 PM
Hi,
Could anyone help me?
I'm trying to create a datagrid using the following code. It works fine
except the coloum that is supposed to display the entrydate is blank. All
the other information displays correctly.
<%@ Import Namespace="System.Data.SqlClient" %>
<Script Runat="Serv... more >>
H.R System samples!
Posted by Patrick Olurotimi Ige at 12/15/2004 9:53:57 PM
Is there anywhere i can get a sample of a Human Resources System on the
Net built with ASP.NET..
Thx
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
XhtmlFormAdapter
Posted by Sean Feldman at 12/15/2004 9:38:07 PM
Hello,
I need to insert a custom attribute to <body> tag of an xhtml document
rendered by our mobile ASP.Net application. I have succeeded to do that with
HtmlFormAdapter (it's RenderBodyTag method), but can't figure out how's that
done with XhtmlFormAdapter. Thanks for your assistance.
--... more >>
web host
Posted by Shawn at 12/15/2004 8:46:31 PM
Any one know of a good company to host my asp.net application? Max $10/mo
... more >>
Cannot delete file
Posted by Natan at 12/15/2004 6:35:34 PM
I'm getting this exception when trying to delete a file:
System.UnauthorizedAccessException: Access to the path
"d:\root\sigma\anexos\" is denied.
the thing is that i can save files in this folder, but cannot delete.
I enabled the advanced folder security in XP, gave full access to ASPNET... more >>
FormsAuthentication - Roles
Posted by Peter Morris [Air Software Ltd] at 12/15/2004 6:20:37 PM
Hi
I validate the username/password and then execute the following code
System.Web.Security.FormsAuthentication.RedirectFromLoginPage(
authorId, RememberCheckBox.Checked
);
One folder I want to restrict to anyone logged in.....
<location path="Members">
<system.web>... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Attribute being escaped
Posted by CJ Taylor at 12/15/2004 5:40:30 PM
Hey Everyone,
I'm trying to add a javascript popup function to my site so I just make one
function call... here is the function (feel free to use it if you want as
well)
Public Shared Function BuildPopup(ByRef pControl As WebControl, _
ByVal pTarget As String, _
ByVal pWidth As Integ... more >>
lock-out "Back" button
Posted by John A Grandy at 12/15/2004 5:25:03 PM
asp.net 1.1
ie 6
how to lock-out the user from clicking the browser "Back" button ?
... more >>
How to dynamically add <asp:> controls to a webpage?
Posted by Jim Bancroft at 12/15/2004 5:04:48 PM
Hi everyone,
I've been working with ASP.Net for about a month, and in all the samples
I've seen the authors know ahead of time how many DropDownLists or Labels
they're going to need.
My problem is that I don't always know at design time how many (for
instance) DropDownLists I'll ... more >>
no W3wp.exe in my system processes
Posted by ALI-R at 12/15/2004 4:53:13 PM
I'd like to debug my asp.net application ,,but I can't find
W3wp.exe in the list of system process to attach it to the debugger???
Is there someboddy who can help me.
Thanks
Ali
... more >>
Suggestion
Posted by Vishal at 12/15/2004 4:42:07 PM
Hello,
I am working on a e-commerce application, which should
allows me to add three values each time I add the items to
the basket. Now I wonder where and how I should store
these values so that I can reuse them in the next screen?
Please advise me.... more >>
SqlTransaction issue
Posted by Piotr Strycharz at 12/15/2004 4:22:33 PM
Hi,
The question is about how to check if the transaction is still active. Let's
say, that I am using a 3rd party stored procedure, that cannot be changed.
Sample is (Of course, the real one is much more complicated):
CREATE PROC test AS IF @@trancount > 0 ROLBACK TRAN
Now, I'm executing co... more >>
aspnet_wp does not persist (local debuggging)
Posted by theyas NO[at]SPAM community.nospam at 12/15/2004 4:09:01 PM
Windows XP SP2, VS 2003, IIS 5.1, IE 6.0, Symantec AV 9.0.0.xxx
After upgrading my system to XP SP2, I have not been able to debug. After
working through various other problems, I'm down to the point where "the only
thing I cannot do" (I almost don't dare say that since I'm almost sure to
... more >>
Address bar
Posted by Jeremy Ames at 12/15/2004 4:07:12 PM
I have an application that I am working on. Currently, I have several pages
that are linked together using a Session.Transfer(PageName, true) command. I
am able to make it to the next page correctly, but the address bar does not
update to show the next page consistantly. I think that this migh... more >>
Identity Problem Or Firewall??
Posted by Sandeep at 12/15/2004 3:44:35 PM
All,
First let me explain My Application's deployment scenerio.
My Application server is on win2003 + IIS6.0.
I created a local user called XYZ on the server. My web application's
pool run under this user's identity.
The DB machine (SQL Server 2000)on which the DTS is present is... more >>
good host for a small site
Posted by MattB at 12/15/2004 3:31:19 PM
Can anyone recommend a good host for a small site (<10 mb - low traffic)
and a pop account? There are so many options out there it's hard to
choose. In the past I've used llamacom.com which is very affordable
($7.95/Month) and reliable, but they do not have any asp.net support. If
they did t... more >>
httphandler to intercept pages before sent to user
Posted by rpale at 12/15/2004 3:05:02 PM
We want to create server-side code that will retrieve the user requested
pages, then manipulate the content of those pages just before being sent back
to the user. We tried the following:
• User requests the page, call it http://www.test.com/testapp/test.aspx
• IIS receives the requ... more >>
how do I early bind
Posted by Martin Eyles at 12/15/2004 3:03:01 PM
I have just turned on option strict in ASP/VB.net. I started by happily
going through and setting up all of the Dim statements with As clauses, and
making my cast explicit. However, I have now got stuck on "late binding".
After reading that early binding is faster, I think that it would be best t... more >>
Question about a menu
Posted by Bart Schelkens at 12/15/2004 2:52:00 PM
Hi,
i'm trying to find some code for a menu that has the same style as the menu
on corp.aol.com
Can anyone help me?
Thx.
... more >>
where do i find visual sourcesafe?
Posted by Jason Shohet at 12/15/2004 2:27:55 PM
I'm using Visual Studio, with ASP.NET. Is VSS on a separate CD.
Also, is it possible to use the VSS beta (2005) with .NET if I'm not using
the .NET beta.
And finally, where do I get the VSS beta... when I go to msdn, it just
directs me to a page with Whidbey downloads.... nothing mentione... more >>
Tricky Control Validation Issue
Posted by Mark Sandfox at 12/15/2004 1:58:57 PM
I have a tricky control validation issue. I have probably designed this the
wrong way but here is what I have.
I have 6 TextBoxes; tbPN, tbA, tbC, tbS, tbZ, tbDOB and there are 20 of each
with a corresponding number following the names. (Couldn't get ASP.NET to
recognize a control array)
... more >>
Upload file to Stream
Posted by David at 12/15/2004 1:47:57 PM
Hello.
How can I load uploaded (from HtmlInputFile.PostedFile Property) file into
Stream object without saving it to disk?
Can anybody show me some simple?
Thank you.
... more >>
Q: DSN over a network drive
Posted by JIM.H. at 12/15/2004 1:35:02 PM
Hello,
I use this connection string to connect *.dbf files:
Dim strConn As String = "Provider=vfpoledb.1;DSN=MyDSN"
I defined MyDSN as free table with the folder C:\myFolder and put
myTable.dbf in there, I am able to retrieve data. However when I point folder
to a network drive as H:\myFod... more >>
Globa Variables And TreeViews
Posted by Anonymous at 12/15/2004 1:19:06 PM
I created a web page that everytime I open the page, the treeview gets
populated with literally thousands of data, taking more than three minutes to
create the page. I am beginning to find this very annoying!
Is it a good idea to have this Treeview populated and assign to a variable
(Applic... more >>
Simulate the IE backward button
Posted by Mick at 12/15/2004 1:18:05 PM
Hi,
Is there a way to simulate the IE backward button behaviour with Asp.Net ?
thks for help.
... more >>
DataGrid binding
Posted by Franck Diastein at 12/15/2004 1:14:02 PM
Hi,
I'm binding a DataRead (obtained from a mssql SP)to a DataGrid, and one
of the values is a date...
The problem is that date is shown as dd/mm/yyyy hh:mm:ss and I would
like to format it as dd/mm/yyyy...
How can I do it ?
I have seen some code using ItemDataBound event, but I can'... more >>
server side code access the text of <asp:label> changed by client-side javascript code?
Posted by nick at 12/15/2004 1:03:14 PM
Is possible for server side code to access the text of <asp:label> changed
by client side javascript code?
... more >>
Upload file in Bitmap object
Posted by David at 12/15/2004 12:28:58 PM
Hello.
How can I load uploaded (from HtmlInputFile.PostedFile Property) file into
Bitmap object without saving it to disk?
By the way how can I resize imege in Bitmap object?
Thank you.
... more >>
ASP NET TO SQL 2000
Posted by Chris Geier at 12/15/2004 11:57:04 AM
Sorry if this is in the wrong group or just a crazy question but..I guess I
am going to ask it anyway.
We have an ASP application connecting to backend SQL 2000 database. We are
in the middle of doing performance and load testing and are finding
intermetant problems with connection time ou... more >>
Web.Config file - SQL Server Connection
Posted by chuckdfoster at 12/15/2004 11:49:55 AM
Can anyone give me an example of using the Web.Config file to store SQL
Server Connection info? and then how to use it in my ASP.NET application?
Thanks!!!
... more >>
Exceptions in VS2003
Posted by Neven Klofutar at 12/15/2004 11:40:02 AM
Hi,
Is is possible which Exception will a method throw when I browse throught
InteliSense list of methods ?
Thanx, Neven
... more >>
Global.asax file
Posted by paul downing via DotNetMonster.com at 12/15/2004 11:27:02 AM
global file email send
--------------------------------------------------------------------------------
guys, i'm developing an application and want to send an email with an error if it occurs to the administrator... i tried the following below but can't get it working.
I did have it worki... more >>
Connections Strings
Posted by Charles A. Lackman at 12/15/2004 11:09:53 AM
Hello,
I have created a web site that is being run on a Web Server (Computer #1)
and information from the web site is stored in an access (Jet 4.0) database
on another computer (Computer #2). Computer #2 is a domain controller and
has a folder that is shared to hold the database. When the... more >>
Open source CMS in .Net
Posted by Ollie at 12/15/2004 10:49:21 AM
Anyone know of a 'good' open source .Net CMS product out there on the net?
Cheers
Ollie Riches
... more >>
Workaround for DROPDOWNLIST issue?
Posted by buc at 12/15/2004 10:21:55 AM
Does anyone know a workaround for the issue with the dropdownlist control of
space trucation after databinding.
ex. a simple databind of a stored proc from SQL server .
SELECT field1 + ' - ' + field2 as myvalue from table
'field1 is JOHN
'field2 is DOE
'code snippet with... more >>
server controls in datagrid taking long to draw
Posted by David C at 12/15/2004 10:17:31 AM
I designed a datagrid with editable server controls such as text boxes,
dropdowns in each row. That way, the user does not have to click "Edit" to
get the editable controls.
And with one save button, I loop through each item, FindControl on each
field, and save all the records displayed by th... more >>
Can I Response.Redirect to a pdf file on my c: drive?
Posted by Dave at 12/15/2004 10:08:44 AM
I have a Crystal reports export that throws the exported pdf file into a
folder c:\reports. The export works fine, but now I need to redirect the
user to that report. Can you please tell me how I can do that?
Thanks,
-Dave
... more >>
Caching Different Xml files for different users
Posted by Nita Raju at 12/15/2004 10:02:08 AM
Hi,
In my application i have to use different XML files for different users. I
use the cache dependency for the Xml file with the dataset. When multiple
users are accessing the site will there be a problem with the dataset.
Please help me.
Regards,
Nita
... more >>
Having trouble with a RadioButtonList control
Posted by Mark Broadbent at 12/15/2004 9:56:05 AM
try as I might (and using different properties) this control always seems to
be returning the first element of the control as the "selected" item even
though I am selecting the second element. All I need it the index number to
reference a particular row num of a dataset. I only just noticed th... more >>
How set border thickness of table?
Posted by VB Programmer at 12/15/2004 9:55:39 AM
How do you set the thickness of a <TABLE> border? I know that the MOST
OBVIOUS answer would be to do it through the properties window, but it's NOT
WORKING.
I tried this:
<TABLE id="Table2" style="HEIGHT: 553px" cellSpacing="0" cellPadding="5"
width="730" border="5" borderColor="#ff9900">... more >>
ODBC Data Adapter
Posted by JIM.H. at 12/15/2004 9:51:04 AM
Hello,
I am trying to add a ODBCDataAdapter component and I get the following
messages.
Data source name not found and no default driver specified.
What should I do?
Thanks,
Jim.
... more >>
ASP .NET Redirect Question.
Posted by MN at 12/15/2004 9:41:02 AM
Hello all -
I'm hoping someone will be able to share their knowledge with me about this
issue I'm having because I have run out of answers. Here's the scenario....
I have a .aspx page that basically makes a call to a WSDL which returns a
RedirectURL that I need to navigate to to verify i... more >>
Session not timing out with EnableSessionState set to false
Posted by user_me at 12/15/2004 9:38:47 AM
I have a page with function 'myFunction()' that contains a call to
window.setTimeout("myFunction()", delay, "javascript") to invoke itself
every 'delay' minutes.
The function 'myFunction()' uses XMLHTTP to retrieve some information
from "myPage.aspx" [MSXML xmlhttp.open("GET", "myPage.aspx", f... more >>
populate datagrid
Posted by JIM.H. at 12/15/2004 9:37:04 AM
Hello,
Here is the part of my code, I need to add a datagrid and populate is from
this sql string. Can you write the rest of the code?
Dim Da As New OdbcDataAdapter
Dim Ds As New DataSet
Dim cmdSelect As New OdbcCommand
cmdSelect = Conn.CreateCommand
... more >>
setting focus to a control within a datagrid
Posted by Craig G at 12/15/2004 9:28:18 AM
i have a datagrid, i use the footer to allow the user to add records
so the user fills in the textboxes/combo's and clicks Add, this populates
properties in a class, a function within the class then checks if the
nessecary fields are complete. if it is not complete then it returns a value
to t... more >>
GetHostByAddress runs slow
Posted by Jed at 12/15/2004 9:03:04 AM
I have a class for logging information about user activity on a web site, but
it suddenly became really slow. I was wondering what factors may have
caused the slow down.
Initially, I used the following code:
ul.HostName = context.Request.UserHostName;
Since the UserHostName is not always... more >>
Configuration error
Posted by Paul at 12/15/2004 8:49:09 AM
Hi I have a web app that was working, recently copied some files over and now
getting the error below.
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config
error on line <add assembly="*"/>
Parser Error Message: Access is denied: 'stdole'.
Thanks,
--
Paul G
Software en... more >>
w3wp.exe Allocating Over a Gig of RAM
Posted by Tod Birdsall at 12/15/2004 8:36:14 AM
Hi All,
The organization I am working for has created a new corporate website
that used Microsoft's Pet Shop website as their coding model, and
dynamically served up content, but cached each page by content ID. The
site appears to be working well. It is hosted on a Windows 2003 server
with 2 ... more >>
Query dataset/datatable
Posted by DaveF at 12/15/2004 8:30:43 AM
I have a dataset with an unknown amount of fields. The user can choose a
nuber of numeric fields in that datatable. I am making a chart out of those
fields. I need to know the minimum and maximun values of the highest value
of the selected fields. Is there a way to query that dataset/datatable to... more >>
Cast from type 'DBNull' to type 'String' is not valid.
Posted by tshad at 12/15/2004 8:29:38 AM
The error I am getting is:
*******************************************************************
Exception Details: System.InvalidCastException: Cast from type 'DBNull' to
type 'String' is not valid.
Source Error:
Line 144: firstName.text = ClientReader("firstName")
Line 145: lastNam... more >>
How to build affiliate program?
Posted by TomislaW at 12/15/2004 8:25:52 AM
is there any examples of affiliate applications?
... more >>
Server.GetLastError() in a Web Farm
Posted by Daniel Williams at 12/15/2004 8:05:02 AM
If I am handling errors in my Global.Asax Application_Error method and this
resides on a web farm and I am trying to trap the last exception that was
thrown, I assume that Server.GetLastError() will only check for the last
error on the current server. What if I was redirected via load balanci... more >>
Flexible UI
Posted by Ed at 12/15/2004 8:02:56 AM
Hallo,
How to do such a thing:
I want to build an ASP.NET application and I want to keep
it so flexible how possible. So I want the APS.NET for
example to render the buttons according to some database
entry (in database I have something like
that "b1,b2,b8,b10" and this time our page h... more >>
2,3,n,Tier Architechtures
Posted by Kiran at 12/15/2004 7:08:24 AM
Hi,
Can some one tell me what are different types of architectures and how are
they related to ASP.Net
And if I create a Web Application for a Login Page, Which tier this
application be.
Thanks
Kiran
... more >>
Treeview Code
Posted by andygbl NO[at]SPAM gmail.com at 12/15/2004 6:05:50 AM
Does anyone having any working Treeview code that uses on demand
pulling from a database? Microsoft's doesn't seem to work like I want
and am hitting a wall with the control.
Thanks
... more >>
How to mouseover that pops up a message
Posted by seep at 12/15/2004 5:47:48 AM
Hi,
I have a webform with a button.
When the user moves their mouse over the button.. I would
like to initiate a mouseover event that shows a small
window with text.. The text will be populated from a
dataset...
Does anyone here know how to do this?
I have code that does the mouseover ... more >>
Progress bar problem
Posted by Raed Sawalha at 12/15/2004 5:33:04 AM
Dear:
I need to make some progress action when doing long running task to inform
user that something is happening, so I did the following:
1. download a gif file that do some download animation.
2. in my aspx page add DIV and put the image inside it and make it runat
server with initial d... more >>
How to set the web.config ?
Posted by Raghu Raman at 12/15/2004 5:24:15 AM
Hi ,
we r using c#.net and we r open the public IP to our web server,so that
our client from other country could easily log in and see the deatils.
For some security reasons,i need to restrict my client(ex :user
name:client1,domain=domain1) to access my public IP .all other outside
user... more >>
Session is killing Me ?
Posted by Raghu Raman at 12/15/2004 5:14:00 AM
Hi,
am in c#.net project.
am using the session object for some logic.
e-g:session["Mode"]="Add";
i can refer this by using
if(Session["Mode"]=="Add")
{
logic
}
It is working nice for some moment.later on ,it will tell the error
like(in if statement)
------------------------------... more >>
Urgent: In Crystal report toolbar
Posted by Mahipal Reddy at 12/15/2004 4:39:07 AM
Hai,
I have 40 pages in a report.
But in Crytsal report viewer toolbar, it is displaying 1 of 1+. Instead, I
need to show there as 1 of 40.
How to do this? Please help me, its an urgent.
Thanks in advance,
Mahipal
... more >>
3-Tier Web Application, forms authentication, persistence of user
Posted by Trevor Andrew at 12/15/2004 3:19:06 AM
Hi There,
Hopefully this isn't too difficult a question to express here. I have a 3
tier application.
1. Presentation Tier: ASP.NET web application. 2. Middle Tier: ASP.NET Web
Services that invoke COM based API for a third party product. 3. Data Tier: A
SQL Server database that I can on... more >>
Object must implement IConvertible.
Posted by Tim::.. at 12/15/2004 2:35:03 AM
Can someone please tell me why I keep getting the following error! I can't
seem to find out what is causeing the problem and would really appritiate any
assistance!
Thanks!
... ERROR
Exception Details: System.InvalidCastException: Object must implement
IConvertible.
Source Error:
... more >>
Crstall Report ExportToStreme Error
Posted by najafian at 12/15/2004 2:08:17 AM
Hi,
I use VS.NET 2002.
I create a .rpt file with Crytal Report ver10 Professional Designer and use
this rpt file in ASP.NET Page and call ExportToStream method of
ReportDocument like this.
Stream
st=this.reportDocument1.ExportToStream(CrystalDecisions.Shared.ExportFormatT
ype.PortableDocF... more >>
Custom menu
Posted by sara at 12/15/2004 1:03:01 AM
Hi to all
Any one know how to create a custom menu
thanks ... more >>
Active Directory Domain Issue
Posted by Minal at 12/15/2004 12:45:01 AM
Hello,
I've a ASP.net Web application running on one machine and I've 2 active
directories which are in 2 different domains. So in all 3 domains. I want my
application to create a new user in the AD. But there is no trust
relationship in these domains. Due to some security reasons its not p... more >>
cant figure out what is causes server-side validation
Posted by AFN at 12/15/2004 12:43:58 AM
I was just dropped into someone else's code (isn't that always so fun?).
I can't figure out why a custom validation control's server event function
is executing. There is nothing (that I see) in page_load, or elsewhere,
that says page.validate, no control says "causesvalidation=true", and the... more >>
Classes
Posted by dmertens NO[at]SPAM home.nl at 12/15/2004 12:25:01 AM
Is it possible to use own made classes when using asp.net??
And if so how can i use them so i can use them during a whole session,
without loosing data from the class??... more >>
Upload speed
Posted by Bruno Piovan at 12/15/2004 12:07:23 AM
Hello,
does anyone know how can I measure the upload speed with asp.net??
I would like to have button on a form and when the user clicks this button,
it will show what is the upload speed.
Any ideas?
Thanks!
... more >>
|