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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|