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 > november 2003 > threads for sunday november 16

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

pre-loading images (script?)
Posted by VR at 11/16/2003 11:33:48 PM
Hi, I am trying to have a menu item (which is an HTML img) to change as a mouse moves over it. So, my code looks something like this: <a onmouseover="ActivateImage('MyImage');" onmouseout="InactivateImage('MyImage');" href="javascript:void(FollowLink('MyImage'));"> <IMG height...more >>


using Forms Authentication
Posted by VR at 11/16/2003 11:24:23 PM
Hi, I am using Forms type of authentication, but having problems redirecting users to default page after they get authenticated. My default page is default.aspx, but it's in 'public' directory in realtion to my virtual directory: "/public/default.aspx". In IIS I set the default documen...more >>

Deploying my ASP.NET application
Posted by Michelle Stone at 11/16/2003 10:43:04 PM
Hi everybody Recently I wanted to test my ASP.NET application over the Internet. So I gave my IP Address over the phone to a friend of mine and asked him to enter http://xxx.xxx.xxx.xxx/MyAppName/Logon.aspx But his explorer window just kept on waiting for sometime and displayed an erro...more >>

View State
Posted by sagrps NO[at]SPAM yahoo.com at 11/16/2003 10:35:12 PM
hi all i have a grid that has some columns created dynamically and attached to a datasource. Once the grid is displayed in the screen there is a Export to excel button. On clicking this button i change the response content type to excel and override the Load view state to recreate the dynamic...more >>

open connection failure with jet engine.
Posted by david at 11/16/2003 8:08:35 PM
when i try to open a connection with the jet 4 drivers to an access 97 database i cannot get the connection to work because of an unusual access error, which is listed as follows: The Microsoft Jet database engine cannot open the file 'C:\Documents and Settings\David Binney\My Documen...more >>

Server application unavailable
Posted by Andrew at 11/16/2003 7:40:00 PM
I'm running XP Pro; I have .NET 1.1 installed, and I keep getting this ASP error. Can someone direct me to a list of possible causes? Thanks, Andrew...more >>

Datagrid get index value
Posted by Do at 11/16/2003 6:58:31 PM
Hi, If I'm returning data results from a dataset into an itemtemplate in a datagrid, what is the syntax to get the 1,2,3,4,5,etc. count of my dataset records to display on the page? Do ...more >>

Duplicate a project
Posted by Santi Serrano at 11/16/2003 6:16:49 PM
Hi, Ok, I open Visual Studio .NET 2003. New C# ASP.NET Web Service project. Everything works fine. When I'm done I close Visual Studio, go to the web server home directory and make a copy of the folder of the existing project to other one named different because I want to make some changes wit...more >>



Why won't merged dataset update database?
Posted by Mike Hnatt at 11/16/2003 6:12:46 PM
I'm baffled. My data store (database) is not updating with a refreshed dataset. Here's what is going on: 1) Create a dataset from a table in a database. 2) Create a copy of this dataset and maniuplate (update some records) 3) Now, merge this copied dataset back into the original dataset (u...more >>

New Install on Laptop
Posted by Jim Emlet at 11/16/2003 5:43:39 PM
Hi - I just installed the .net framework (v1.1) on my laptop, but can't get the applications to work. I know I've resolved this b/f, but can't remember how. I have a .net web app that uses SQL server as a back end. Everything is setup on the laptop (SQL Server, .NET Framework, IIS v5.1) and i...more >>

Handling enter key down event
Posted by RA at 11/16/2003 5:30:02 PM
Hi I have a few server side text box and a server side button. The problem is that I want to be able to control the enter key click while in the text box or anyother place in the web form. Thanks, Ron ...more >>

How do you stop VS.NET IDE from reformatting HTML?
Posted by Chris Lane at 11/16/2003 4:38:14 PM
Hi, This is super annoying FrontPage like behavior. Does anybody know how I can stop the Visual Studio.NET IDE from reformatting my HTML? Thank You ...more >>

Control name??
Posted by TaeHo Yoo at 11/16/2003 4:03:32 PM
In a web user control, control id changes. For instance, I created a textbox whose id is txtname and if you run it and view source, you will notice its id has changed to something like "_c1__c3_txtname". So when you access the control using javascript, you have to say document.getelementbyid("_...more >>

datareader
Posted by TJS at 11/16/2003 3:28:36 PM
how is variable dimensioned when assigned to result returned from datareader function e.g. dim dtr AS ??????? dtr = getDataReader() ...more >>

Testing ASP.NET without IIS
Posted by Niki Estner at 11/16/2003 2:45:41 PM
Hi there, I'd like to test ASP.NET on my home machine (WinXP home without IIS). Is it possible to use Visual Studio to create an ASP.net web-project with Cassini or Apache? Using Cassini, VStudio always tells me it can't create a project because I'm not member of the "Visual Studio Developers...more >>

SQL VARIABLE
Posted by RAW at 11/16/2003 2:43:46 PM
Hi I have a little problem here with my code Iam asp user and Im trying to use vb.net on this proyect Im trying to pass varible to the sql string this is my code <Script language="vb" runat="server"> Sub Page_Load() 'relative connection 'Dim strConnection as String = "Provider=Microsoft.J...more >>

Bitmap Dispose() Problem
Posted by Manuel Adam at 11/16/2003 12:19:40 PM
Hello! I am using an web application to resize some JPG files. First I use WebClient to download the Image from the Web. Then I use the Bitmap Class to Save it as a different file. Later I delete the bigger picture. I had some trouble to resize Gif files with my function. So I used to conv...more >>

Disable directlinking to files.
Posted by Tiscali Nieuws at 11/16/2003 11:08:07 AM
I have a pdf-file, but don't want someone to link to this file from outsite my own website. Is it possible to prevent this with ASP? Thanks, Johan ...more >>

UserControl OnInit not firing
Posted by nguyette NO[at]SPAM gemssensors.com at 11/16/2003 9:34:41 AM
Hi, All, I'm having problems getting OnInit to fire in my UserControl, when I use a custom template to render the control. The control will render to the browser and it wasn't until I needed to perform some initialization in the OnInit event did I realize that this event was never firi...more >>

Call function
Posted by Christian Ista at 11/16/2003 9:04:44 AM
Hello, I have a class. I create an instance of this class in Page_Load event. Somewhere in the page I'd like to execute an a function (public) member of this class. This function return a string. How can I call this function ? Thanks, C. ...more >>

Problem with Password TextMode
Posted by Jonathan Dienst at 11/16/2003 8:49:04 AM
I have a simple data access and administration page for user details on my site, including a login password -- but I cannot get the textbox to work properly if the TextMode is set to "Password". The user details are modified in making a hidden table with textboxes visible -- in response ...more >>

Newb problem with Flag variables
Posted by Blue Man at 11/16/2003 7:48:49 AM
Hello I want to create a link that open and close a panel. but i can't save a variable as a flag to test each time if the panel is open or not, this is my code : int flag=0; private void LinkButton1_Click(object sender, System.EventArgs e) { if(flag==0) { Panel1.Visible=true; Pan...more >>

UserControl as unit of reuse - problems
Posted by spacehopper_man NO[at]SPAM yahoo.com at 11/16/2003 5:52:24 AM
hi all - - I'm probably a) completely wrong b) the umpteenth person too mention it - but I'm struggling to identify how to best work with re-usable units of UI on an ASP page. the problem is really: 1) UserControl - perfect *but* can't be re-used site wide - I *must* be wrong on this sur...more >>

DataGrid - Vertical/Horizontal scroll
Posted by sumit at 11/16/2003 4:27:18 AM
Hi, I made a data grid vertically as well as horizontal scrollable as number of columns are very large!! But when i scroll horizontally then header is not visible as it also gets scrolled up,,so to tackle this i made a different data grid having only header as the row and the other datag...more >>

xml newbie help needed!!!
Posted by Benny at 11/16/2003 3:20:53 AM
hello all, i just wrote a guestbook web application using asp.net with c#, and uses a xml file as the database, and a xslt for displaying the xml data. when i typed http://localhost/guestbook/guestbook.xml or guestbook.xslt, im able to see the file contents. unlike a .cs or .config files, they...more >>

finding an HTML tag using ASP.NET
Posted by VR at 11/16/2003 12:21:59 AM
Hi. I have an ASP.NET web page, with a logo written in plain HTML. One of the tags is an image that should read either "sign on" or "sign off" depending on whether a user has been authenticated: <a href="javascript:void(FollowLink('SignOn'));"> <IMG src="/graphics/TopSignOn.gif" name=...more >>


DevelopmentNow Blog