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 > february 2005 > threads for sunday february 13

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

Specified cast is not valid (TreeView IE WebControls)
Posted by Sabri Ammar at 2/13/2005 11:34:28 PM
Hi When I try to open the Nodes Editor bei a TreeView (IE WebControls) got the following message: Specified cast is not valid Any help ? Thanks Ammar HighTech@arcor.de ...more >>


Open Word/Excel file
Posted by Simon Cheng at 2/13/2005 11:03:15 PM
Hi, How do I open a Word or Excel document inside an event handler (e.g., Page_Load())? Thanks, Simon ...more >>

Opinion needed: Crystal Reports vs. anything else vs. One's own implementation
Posted by LP at 2/13/2005 10:40:50 PM
Hi, I will be taking on a new project developing a web-based "reporting system". The first requirement I got from BI group is "we just want to look at the data". Basically, there is a huge database, and they want certain people to be able to drill down to the data they want, perhaps a few graphs...more >>

Accessing webservice through HTTPGET
Posted by Alex Nitulescu at 2/13/2005 10:06:39 PM
Hi. I read that I could access a webservice by simply typing its address like http://localhost/aspnetprojects/vsnet/CelsiusFahrenheit/CelsiusFahrenheit.asmx/ToCelsius?TempFahrneheit=32 where TempFahrenheit is the parameter's name for the public method ToCelsius. However, I get the error: ...more >>

activeX Internet Transfer Control licensing issue
Posted by Brian at 2/13/2005 9:56:49 PM
Hi, I'm trying to make an online FTP utility in C# ASP.NET using MSINET.ocx (an active X control a.k.a. "Microsoft Internet Transfer Control") I've added the reference into my project and have been able to compile it. However, when I go to a webpage, and try to FTP something, I get this erro...more >>

Not Initialized...
Posted by lornejones at 2/13/2005 8:23:02 PM
I have the following error using vs.net 2003 C#: The ConnectionString property has not been initialized. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated i...more >>

Edit All Function for DataGrid, and Moving the Edit Function in a DataGrid
Posted by Schultz at 2/13/2005 7:10:21 PM
is there an easy to follow, source code in one document, article that explains how to create an edit all DataGrid control? and, I have a DataGrid setup where the client enters information for each row by clicking Edit-Update for each row. Each row has several columns, is there anyway to move...more >>

opening a new window in VB.NET 03
Posted by Schultz at 2/13/2005 7:01:01 PM
Is it possible to open a new browser window, with chosen tool bars removed, when a user successfully logs in, using VB.NET 03? (i want to have only the status bar showing, and customized the size of window) thanks, T Schultz ...more >>



DataGrid paging - a question of efficiency
Posted by Shawn at 2/13/2005 4:56:30 PM
Hi. I already have a datagrid where I'm using paging. I have a stored procedure that fills a temp table with 200-500 rows and then sends back 10 records at the time. When I go to page 2 the SP fills the temp table again and returns rows 10-19. The temp table is dropped after each call to th...more >>

Alternating Item Style in a ListBox
Posted by Rob at 2/13/2005 4:27:33 PM
Is there a way to set alternating item style for a ListBox? I know it doesn't exist but is there a way to mimmick the Datagrid's AlternatingItemStyle? Thanks Rob *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

innerHTML not working
Posted by sling blade at 2/13/2005 4:02:03 PM
Hello, I am trying to get the innerHTML method to work but I am not getting any output. Here is my code: (Code behind) Dim display as New HtmlGenericControl Dim strResultsHolder As String strResultsHolder = "<table><tr><td>Hello World</td></tr></table>" display.InnerHtml = strResults...more >>

Hyperlink column
Posted by Wernfried Schwenkner at 2/13/2005 3:10:50 PM
I have a datagrid with a hyperlink column. So I can specify only one NavigationUrl to all rows. How can I get an Id to the target Url, beeing able to display different data records an a more detailed page? -- Sleepless in Berlin W. Schwenkner...more >>

showing multiple values from multiple db rows in a DropDownList
Posted by Schultz at 2/13/2005 2:55:34 PM
Is there anyway to include values from 2 (or more) separate db columns into a single DropDownList using VB.NET 03? I would like the visible Data to be in the following format: lname, fname (id number) thanks! ...more >>

Two SQL Statements in Page_Load (Advanced)
Posted by Sparky Arbuckle at 2/13/2005 2:46:23 PM
First and foremost, is it possible to execute two SQL statements that grab different data out of the same database in the same Page_Load subroutine? I am building a music store and want to do a SQL for ASIN, Release Date, Number of Disks, Price, etc... I have done this successfully. The nex...more >>

VS.NET & client script viewer?
Posted by Shaker at 2/13/2005 2:43:03 PM
Dear All, How can I access the client side scripts (javascript) for ASP.Net page. Through the IDE of Visual studio .Net AS We were did with Visual Interdive 6. There was ability to see server and client side script, and overall object,... I miss VID 6 !! Any help ? -- MCSD not .Net y...more >>

Word cannot fire evetn error from asp.net/C#
Posted by mcasey329 at 2/13/2005 1:17:03 PM
The following code hangs or gives me a "can not fire event" message The code works from a windows app. Fails in ASP.NET on the word.open call I have done the following: How to configure Office applications to run under a specific user account http://support.microsoft.com/defaul...b;en-us;...more >>

How are MSDN Newsgroups programmed?
Posted by Sandy at 2/13/2005 12:29:01 PM
This Newsgroup page [... microsoft.public.dotnet.framework.aspnet....] has mainly three parts - the navigation menu on the left, the area listing the subject and names of people responding in the middle, and the area showing the text of questions or comments on the right. What control(s) di...more >>

Keeping listbox items without resetting them each time
Posted by Chris at 2/13/2005 12:17:02 PM
I've searched the prior posting so I don't think I missed an answer fo rthis. I want to select items in my listbox based on other control selections. But when I set the SeelctedValue it resets the whole list box. I.e. 'add to team members selection lstteammembers.SelectedValue = ddnames.Select...more >>

how to get visual studio to reconize a compiled component
Posted by Kurt Schroeder at 2/13/2005 10:47:02 AM
thanks much!!!i'm working through an example that creates a component called component.dll. This compiled ok w/o problem. I copied it to the bin directory of my project (vs.net asp.net vb project) when i attempt to reference it in my source it is not found. and when i compile it same thing. ho...more >>

AutoEventWireup Problem
Posted by Nitin at 2/13/2005 10:47:01 AM
I'm using the following code to verify weather the checkbox in the template column of the datalist1 is checked ' Sub Button1_Click(sender As Object, e As EventArgs) cart.text="" Dim i As Integer For i = 0 To productlist.Controls.Count - 1 Dim item As DataListItem = productlist.Controls(i) If ...more >>

Session Variables
Posted by ChrisN at 2/13/2005 9:28:39 AM
Hi there, Two questions related to each other. 1. Session variables expire by defualt when not used for 20 minutes. Does "used" mean that a user has not access any session varibles in 20 minutes or that no pages activity has taken place in that time regardless of wether or not a session...more >>

q: design a web and databse
Posted by JIM.H. at 2/13/2005 7:04:45 AM
Hello, I am not experienced in designing database and building web application. However my manager want me to search this: I need to develop a web interface and database for a dental clinic. Is there an site that tell me database design specific to dental clinic. I am thinking that my d...more >>

Configuring 2003/XP Corp edition for .net site
Posted by pmclinn at 2/13/2005 6:06:03 AM
I finally got dedicated hosting for my website. Does anyone have links to configuring IIS properly? ...more >>

How to keep focus on control after raising and event ASP.NET
Posted by okaminer at 2/13/2005 5:16:03 AM
Hi My web page is bigger then the screen, this causes the following problem: every time I raise a change event in DropDownList my page is going back to the TOP which annoy my users. If any of you know how to keep the page in its current passions I'll be very grateful Thanks ...more >>

Hyperlinks vs Buttons ?
Posted by Irfan Akram at 2/13/2005 2:49:05 AM
Hi Guys, I've got a simple question for all of you guys. I have just noticed that I have alot of buttons on my screen. Is there any that those buttons be replaced by anything more sophisticated ? e.g. HyperLinks, without getting rid of the code that has been written on the click of the butt...more >>

Displaying 2 frames one screen
Posted by Irfan Akram at 2/13/2005 2:45:01 AM
Hi Guys, I am trying to display a jpeg image of a scanned exam on the screen. I want to be displaying that on some part of the screen, and then on the same screen, I want to display marking tools for an examiner to mark the exam. Although the image and marking tools are independent of each...more >>

add/remove with javascript for listboxes
Posted by deepak at 2/13/2005 2:31:01 AM
hi , i have 2 listbox and 2 buttons like add and remove, both listbox have multiple selection true so that i can either add or remove multiple selected items. the first listbox is populated with sql server table during page load time and the second one is empty, now i want if a user select i...more >>

change <body> tag from Page_Load event?
Posted by SteveS at 2/13/2005 12:34:35 AM
Hello, I'm having trouble figuring out how to dynamically add an onload and resize event to the <body> tag. I've looked on the web and in MS documentation unsuccessfuly. Does anyone know the code to do this? The end result would be something like this: <body onload="MyFunction()" resize="...more >>

window.open question
Posted by Tom Jackson at 2/13/2005 12:05:46 AM
A window.open() on my main page (default.aspx) in the onClick of an <a> works but the exact same code in a different page doesn't work. Any Ideas? Thanks, Tom ...more >>


DevelopmentNow Blog