Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > june 2005 > threads for saturday june 4

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

Crystal Report - logon failed
Posted by Naveen at 6/4/2005 11:43:01 PM
Hi, I have tried everything i got on Net and even the procedure given Microsoft article on this error, but I still couldnt get out of this Logon error. Where am I going wrong. My code is as follows - using ms-access in the declarations dim crpt As CrystalReport1 dim myTable As Cr...more >>


FormView Control in ASP.NET 2.0 beta2 with MySQL
Posted by pete at 6/4/2005 11:17:00 PM
I seem unable to get the FormView with the SqlDataSource control in ASP.NET 2.0 beta 2 to insert into my MySQL 4.11 database corectly. When I run the page and click on the Insert link a SQL insert happens and a record gets inserted into my MySQL table but every field that is inserted is NULL. ...more >>

question about image processing in asp.net
Posted by John at 6/4/2005 10:55:15 PM
hi, how do i display / retrieve image in database and display in asp.net ? also how do i upload image to database. i use sql server and visual basic.net thanks a lot. ...more >>

VS2005 Masterpages - predefine controls inside ContentPlaceHolder?
Posted by Urs Eichmann at 6/4/2005 7:57:23 PM
Hello, I want to define a MasterPage which already has some asp:Textbox and other controls defined inside a ContentPlaceHolder. The idea is that the user of the master page just changes two or three properties of these "predefined" controls and has everything right in place. I realize I could...more >>

Access is denied - assembly could not be loaded
Posted by joserobenator NO[at]SPAM gmail.com at 6/4/2005 7:36:54 PM
All right. I'v been the last 24h looking everywhere for a solution: -- 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 appropriately. Parser ...more >>

How to read xml file to a string
Posted by ad at 6/4/2005 7:19:32 PM
I have a xml file, say c:\book.xml; How can I read the xml in that file to a string variable? ...more >>

Error in Project Loading. ASP.NET
Posted by John at 6/4/2005 7:16:36 PM
Hi, when i completed setting my web directory as home directory in IIS and = try to load project it gives me the following erorr message. My project is also connected in Visual Source Safe. Unable to read project file MyProject.csproj the system cannot find the = path specified....more >>

How to refer Request.ApplicationPath in Global.asax
Posted by ad at 6/4/2005 4:56:52 PM
I want to get the Application path, I use the code: string sDir = Request.ApplicationPath ; It run well in code behind, but if I place the code above in Global.asax like: void Application_Start(Object sender, EventArgs e) { string sDir = Request.ApplicationPath ; ...more >>



newbie debug asp
Posted by bbxrider at 6/4/2005 4:06:00 PM
i have .net2002/visual studio and have only used it so far for vb.net been developing some growing .asp programs that do form processing, running on a different machine, iis5.0, and would like to be able to run/debug those under my visual studio environment, so embarrassed to say don't even kno...more >>

Syntax for linking to javascript/vbscript on the server side/client side
Posted by Eitan at 6/4/2005 12:38:09 PM
Helo, I need to link the aspx page to a general vbscript (run on the server side). The code has the line : <%@ page language="vb" autowventWireUp="false" codeBehind="myasp.aspx.vb" inherits "myProg.myasp"%> If I want to use a general vbscript, that is good for all of my aspx forms, is it j...more >>

Crystal Reports Licencing with .NET
Posted by John at 6/4/2005 12:30:51 PM
Hello I have an query regarding Crystal Report Policy. I am developing an ASP.NET application and I am using Crystal Reports (in-built 3rd party component that comes with Visual Studio .NET 2003) for reporting. Do I or my client need to pay any sort of fees to Business Objects or any concerned...more >>

open new IExplorer instance with url , when loading page
Posted by roni at 6/4/2005 11:47:41 AM
how can i open new page (in new instance of internet explorer) ,when loading other page ? ...more >>

Cloning ASPNET account
Posted by Joel Leong at 6/4/2005 11:15:26 AM
Hi All, I wish to clone ASPNET account and my web app will impersonate to this account. I don't wish to remove the ASPNET account away because some other applications are utilizing this ASPNET account. The reason behind cloning the ASPNET account is my app utilizing a lot of netw...more >>

file upload with accept
Posted by
at 6/4/2005 10:03:04 AM
Hi I understand we can limit the file type / extension the user can choose from in doing file upload with the "accept" property, but what are the values for csv and text file? (the example is only "image/*")! TIA -- ...more >>

How to show a confirm dialog?
Posted by ad at 6/4/2005 9:57:15 AM
I want user can confirm before delete records ? How can I show a confirm dialog when users press a button? ...more >>

ASP.NET 2
Posted by VB Programmer at 6/4/2005 9:15:19 AM
If I start developing using the beta of ASP.NET 2, will I be able to upload it to a server running the 1.1 framework (ie the current version)? Is there a way to save the project as an earlier version? Etc? ...more >>

Tutorials for automated build scripts
Posted by Diffident at 6/4/2005 8:46:01 AM
Hello All, I am looking for tutorials or pointers where I can get information on building build scripts and automating them to build the solution from VSS. Thanks ...more >>

connection string to connect ms-access with password protected
Posted by Naveen at 6/4/2005 7:50:03 AM
Hi All, I have developed an application in ASP.NET and everything went fine till i found a need to use Crystal Reports, after surfing I found that Crystal Reports can only be used when I have a pwd assigned to my access db. my previous connection string goes as follows: <add key="const...more >>

ASP.Net UserControls breaking with Win 2003 Server SP1 update?
Posted by jholly at 6/4/2005 7:43:01 AM
My hosting company said they just recently applied SP1 for Win 2003 Server and all of my pages with UserControls are breaking with the following common error message. They work everywhere else until I try to deploy to those servers and had been working there until this Service Pack. ...more >>

how to capture F2, F3 ... keys in asp.net ?
Posted by John at 6/4/2005 7:23:24 AM
Thanks, ...more >>

How application can know which page is acrtive
Posted by MilanB at 6/4/2005 6:51:01 AM
Any posible way to find out from application which page is currently active, and to access that page? Thanks Milan...more >>

How to modify page that is about to send to client?
Posted by MilanB at 6/4/2005 6:45:41 AM
Hello I want to add some script code to every page on my application when page is about to send to client. I found some events that maybe can be used in this case (example: PreSendRequestContent). Any suggestion or in best way example how to do this. Thanks...more >>

How to refer path in Javascript
Posted by ad at 6/4/2005 6:44:20 AM
I place a Loading.aspx in the Util folder of my project, Util folder in in the root directory. I refer Loading.aspx in this way: ~/Util/Loading.aspx in Javascript, But it fail to find Loading.aspx in run time. How can I refer Loading.aspx in Javascript? Below in the actual code: -------------...more >>

A challenge to all MVP's.......GET A J.O.B. for once in your life
Posted by lwti at 6/4/2005 3:45:58 AM
You guys who hang around here are some of the sorriest and most incompetent programmers( if you can even be called that) ever!!! The only thing you know are reference books and theory that's been proven wrong in the real world You sit in front of your computer answering the SAME nickel and dim...more >>

connection string on web.config
Posted by eitan at 6/4/2005 1:34:58 AM
Hello, I put the following code in web.config <appSettings> <add key="ConnectionString" value='PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=Server.MapPath("/db/mydb.mdb")' /> </appSettings> The code is wrong. In vb code, I wanted to do : conMain.ConnectionString = Confi...more >>

Parent/child form layout
Posted by KentG at 6/4/2005 12:45:08 AM
I need a little direction. I'm converting an access database application to a webforms application. My access form has a one to many relationship between the parent and subforms. I would like to keep a similar layout but I don't know the best approach. I would like to show only one master ...more >>

String size
Posted by Shapper at 6/4/2005 12:20:21 AM
Hello, I have two string simple questions: 1. How to get a string size? 2. How to get the second character of a string? Example: myString = "122" Character = myString ( Second Character ) = "2" Thanks, Miguel ...more >>

Global.asax Application_Error not working?
Posted by Ron Weldy at 6/4/2005 12:09:31 AM
I'm trying to get asp.net errors to write a entry in the server Application log and have created an global.asax file and placed it in the root folder where my web files reside but when I trigger an server error in some code I do not get a log entry. The file contents are below. Any ideas why i...more >>

Is EnableViewState required for Events?
Posted by Paul W at 6/4/2005 12:03:43 AM
I have a ListBox Webcontrol with an OnSelectedIndexChanged event (and AutoPostBack=true). If I disable EnableViewState for this control, when I change the listbox index, the form does a postback but the event does not fire. If I enable ViewState for the control, the event fires as expected. ...more >>


DevelopmentNow Blog