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 25

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

Cannot get a handle on web UserControls in ASP 2.0
Posted by Greg Smalter at 6/25/2005 10:18:02 PM
I'm converting some ASP web projects from VS 2003 to VS2005/ASP 2.0. The worst problem I've run into is all references (in codebehind CS files) to UserControls fail. I get the error "The type or namespace 'MyUserControl' does not exist in the namespace 'The.Correct.Namespace' (are you miss...more >>


Looking for Microsoft Free Training
Posted by Ahmed Shafi at 6/25/2005 6:02:46 PM
Hi there, I read some time ago that MS was offering free training for VS.NET 2005 and ASP.NET 2005. Where can I find those and also any other web casts/training material related to VS.NET 2005 and ASP.NET 2005? If any one knows about any other sites with great info on VS.NET 2005 and ASP...more >>

How to change the color of the selected item in a web listbox cont
Posted by Karen Grube at 6/25/2005 10:55:01 AM
Hi! I'm using a standard server side ASP.Net listbox control on a web form. The page is basically various shades of green. The listbox itself has a pale green background and forest green text and a forest green border. However, when you move the cursor from one item to the next within ...more >>

problem in uploading and downloading files from DB in ASP.Net
Posted by Himanshu at 6/25/2005 2:53:02 AM
hi, Can anybody tell me that thru asp.net using c#, how can we upload and download physical files in any table of SQL Server Database. the uploading part is running successfully but the problem arises in the retriving part of the code. i am not getting that how will i able to download the...more >>

How to pass parameter to DataSet via user control?
Posted by kenfine NO[at]SPAM u.washington.edu at 6/25/2005 12:26:31 AM
Hi, I've defined an ObjectDataSource and a parameterized DataSet. I would like it if I could pass the parameter value that describes the query that creates the DataSet as part of a user control declaration. Here's how the parameter is described in the context of my ObjectDataSource: <a...more >>

Degug Library Error in ASP.NET
Posted by arnab at 6/25/2005 12:07:08 AM
Hi All, I am Facing a very unusual problem in ASP.NET. The problem Scenario is that in ASP.NET i am generating an Excel Export from the datagrid using content disposition.Firstly the export opens in the same browser window in the Excel format and secondly it genrates an windows C++ Debug Library...more >>

Classic ASP question
Posted by Mark at 6/25/2005 12:00:00 AM
Hi all, I have a .NET webservice which I would like to consume from a classic ASP page. Furthermore, I would like to populate a recordset (if possible) with the data from the returned webservice so I can implement paging in the classic ASP page... Does anyone have any idea if I can do this,...more >>

will checkboxes lose their state after postback?
Posted by Jimmy at 6/25/2005 12:00:00 AM
Hi I have build a datalist with checkboxes in it and after a postback the state of the checkboxes have not been saved. I have enabled the viewstate of all the controls on this page. What do I have to implement to keep the state? ch Jimmy ...more >>



get a remote file via http
Posted by Andrea Moro at 6/25/2005 12:00:00 AM
I need to get a remote file via http protocol, get it in some variable and use with some unzipping tool to get the content. So the problem I've is two. First how to read a remote file. I found that I can access to a file with the WebRequest class, and it get, but I don't know if the result is ...more >>

Query Result Paging with different Ordering
Posted by J Rieggle at 6/25/2005 12:00:00 AM
Hi, I have posted to multiple groups - I hope this is ok. For the past week or so I have been trying to find out how to perform a search against SQL Server, and have the results sorted on a choice made by the UI (ASP.NET), and supports paging. I have trawled the net a number of times, a...more >>

Setting the destination of an uploaded file
Posted by John at 6/25/2005 12:00:00 AM
Hi all, How do I programmatically save an uploaded file (using the File Field control) to a sub folder of a web site. I've tried specifying ..SaveAs("~Uploads/" & "fielname") but it keeps looking in for a c:\Windows\System32\Uploads folder. I've created the uploads folder within the si...more >>


DevelopmentNow Blog