all groups > asp.net > december 2005 > threads for thursday december 8
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 31
File download
Posted by Andrew Chalk at 12/8/2005 10:32:58 PM
How do I do file download from an ASP.NET v1.x page?
Specifically if I have a link e.g. "Download" in a datagrid what code will
cause the file download dialog to appear to the user?
Many thanks.
... more >>
e-books
Posted by Nandahu at 12/8/2005 9:26:02 PM
hi,
give me list for asp.net using VB.NET free e-books (.pdf format)
Thanks & Regards
Nandhu... more >>
Simple pattern for representing a view of a domain object?
Posted by Karl Seguin at 12/8/2005 8:29:47 PM
This is something I've tried to solve a number of different ways, wanted
people's opinion on how they solve it.
I have a class, say users, which has a bunch of properties/methods. Problem
is I want to make available only a subset of this information, say I want to
have a list of "online us... more >>
VS2005, did not have a create icon
Posted by Rainer Borchmann at 12/8/2005 8:02:51 PM
Hi,
sorry for my poor english, i will try to describe my problem:
after installing VS2005 i cant find a icon to create a web-
application.
I have installed VS2005 w/o SQL2005. And i did not
have installed IIS, because i heard in our usergroup, that
isnt necessarily.
Wow can help me ?
Th... more >>
failure to initialize AppDomain: ConfigurationErrorsException
Posted by Christopher Robert at 12/8/2005 6:25:32 PM
Hi, folks,
I've just installed Visual Studio 2005 on my XP Pro (SP2) environment and
the new ASP.NET 2.0 doesn't seem to be running well in my IIS. Every time I
try to load up a .aspx page (even if it's just flat HTML), I get the "server
application unavailable" error, accompanied by two bi... more >>
ASP.NET pop up window
Posted by semesm22 at 12/8/2005 5:52:04 PM
hey all, i have a calendar control on my web form, and what i want to do
is create a pop up window that will display the date the user chose, as
verification that the user chose the correct date, and didn't click on
some other date by mistake...
so i need two buttons in the pop up window, one ... more >>
about Express edition
Posted by micky at 12/8/2005 5:32:23 PM
i have sql server 2005
can i use this on vs 2005 express edition??
... more >>
Security Exception with Enterprise Library Data Block
Posted by Jonathan Crawford at 12/8/2005 5:28:30 PM
[SecurityException: Requested registry access is not allowed.]
Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
+473
Hi
I have installed the enterprise library on a development machine and created
a project
on our webserver. When I run a simple data access page ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Refreshing a dropdown in another webform
Posted by dana lees at 12/8/2005 4:33:01 PM
Hello,
I am developing a C# asp.net application.
I have a page in which there is a dropdown of users. I have another popup
window in which i can add/update the users list.
After adding/updating users in my popup window, i would like to refresh the
dropdown in my parent page.
How can i do... more >>
CacheDependency with File Dependency
Posted by TJO at 12/8/2005 2:59:09 PM
My asp.net 1.1 app is loading an xml file into cache so that subsequent
calls for the xml file will not be pulled from the file system but from
the cache instead.
My method for loading the xml does the following:
1) Checks the cache to see if it is there
2) If not in cache load xml file, el... more >>
Newbie Question - Use Repeater?
Posted by rhungund NO[at]SPAM gmail.com at 12/8/2005 2:58:56 PM
Hi all. I'm trying to pull the top 4 records from my database. They
are music albums. The way I'd like to display them is as follows
{first record} -------- has larger, custom display/output
{second, third, and fourth records} ---- displayed the same, via
repeater.
How is it possible t... more >>
MCAD Certification!!
Posted by Adam J Knight at 12/8/2005 2:42:51 PM
Hi all,
I am looking at doing MCAD certification.
Does any one have any suggested Training Books to use?
Is 2.0 certification available yet?
Any tips in general??
Web links?
Cheers,
Adam
... more >>
Where do I put user changeable parameters now in 2.0? (global.asax)
Posted by gordonfmoore NO[at]SPAM yahoo.co.uk at 12/8/2005 2:41:52 PM
Hi,
for some reason? I learnt it was sensible/useful to put any parameters
that I wanted users to be able to change in the global.asax file.
So my code would look like:
//in my page load
protected void Page_Load(object sender, System.EventArgs e)
{
myLabel.Text = (string) Application["P... more >>
Different appearance of ASP web forms in different client system
Posted by david at 12/8/2005 1:16:04 PM
I have developed an asp.net web form application under windows2000 server.
When I tested it under Windows XP, the labels overlap each other and overlap
textboxes. It seems that the situation does not depend on the text size of
view properties of the web browser.
My question is how to avoid f... more >>
Hyperthreading slows down server
Posted by javed74 NO[at]SPAM gmail.com at 12/8/2005 1:12:16 PM
Hi Guys,
We just deployed our asp.net application on Xeon dual processor with
Hyperthreading turned on. OS Windows 2003 (Web Edition) .NET Framework
1.1
While stress testing with 1 wp, we get better throughput/RPS then with
enabling webGarden - 4 wps. Multiple worker processors with
Hypert... more >>
Why I prefer inline code to code-behind
Posted by neilmcguigan NO[at]SPAM gmail.com at 12/8/2005 12:58:27 PM
I just wanted to list some reasons why I prefer inline code to
code-behind.
1. you can fix some bugs more quickly. remote desktop into server,
change the aspx file, and she's good to go. I'd say this is one of the
major reasons classic ASP became so popular.
2. don't have to upload the larg... more >>
control name change in asp.net 2.0 generated html
Posted by n33470 at 12/8/2005 12:17:28 PM
Hi all,
We have a user control that contains a DropDownList. This user
control appears on a web page. Suppose the name of the userControl on
the web page is called "ucLookup". Suppose the name of the
dropDownList within the user control is called "cboList".
On my development PC running... more >>
Gridview - Changing SelectText of Select CommandField
Posted by pittster NO[at]SPAM hotmail.com at 12/8/2005 12:03:07 PM
I'm trying to change the text that is displayed for the Select command
of a CommandField.
I'm figuring that it would have to occur during the RowDataBound event.
Here is the code I've started with (which doesn't work):
protected void GridView2_RowDataBound(object sender,
GridViewRowEv... more >>
Using a comparevalidator
Posted by dana lees at 12/8/2005 11:47:43 AM
Hello,
I am using a comparevalidator to compare to textboxes inputs. Is it possible
to 'disable' the validator in case one of those textboxes is empty?
Thanks
... more >>
Publishing Site with VS 2005
Posted by Will Chamberlain at 12/8/2005 11:07:13 AM
I have been creating a C# app in VS2005 for the past 2 weeks and am
having the hardest time trying to run it from a remote IIS server. The
application works great on localhost but when I move it I get errors
such as:
Parser Error Message: Could not load type 'App_Web_nl7jjav7.edit'.
App_Web... more >>
Tivoli Vs ASP.NET2 on Role/Membership management
Posted by jobi joy at 12/8/2005 10:19:03 AM
Hi,
Has new ASP.NET contains all the features of IBM Tivoli Access Manager for
Role/Membership management? Please give an insight on this.
regards
jobi... more >>
"reload page"
Posted by NuB at 12/8/2005 9:41:09 AM
I have a C# web form that allows the user to perform a search if all the
required fields are filled in, which works fine, my issue is if a user does
a sucessfull search then enters in data and misses a field they get a
message "field Name is missing" the result grid remains, how can I have the... more >>
Are ASP.NET user interfaces essentially dead now?
Posted by Rob R. Ainscough at 12/8/2005 9:27:04 AM
VS 2005 I have:
ClickOnce deployment
User's that hate and or don't want to use an IE Client (don't blame them)
I don't see how ASPX web pages are going to survive? With .NET 2.0 and
clickonce deployment my app is 427KB (even with modem dialup speed it
doesn't take long to download) -... more >>
dynamically name dynamic arraylists
Posted by drdave NO[at]SPAM canoemail.com at 12/8/2005 8:32:25 AM
I would like to have ten arraylists created within a loop.. is there a
conversion or something I can do to acheive this..
pseudo:
Dim counter As Integer = 0
Dim ArrName As ArrayList
'******** LOOP OVER THE VALUES ********************
For Each y in ProvArr... more >>
Advantages of using custom collections over datatables to bind to a datagrid?
Posted by nospam NO[at]SPAM nospam.sss at 12/8/2005 8:04:37 AM
I noticed the starterkits timetracker & issue tracker load data from a
database into custom collections (arraylists) which bind to a datagrid.
What are the advantages of using custom collections over simpler objects
like datareaders or datatables?
John Dalberg... more >>
A quick one
Posted by jhcorey NO[at]SPAM yahoo.com at 12/8/2005 7:18:29 AM
In my group at work we typically make test web sites available to each
other
using http://mymachine/myapp. Simple enough
For some reason this is not working with one machine I use. I'm logged
onto the network and in the same domain as everybody else, but from
anywhere else I get "The page c... more >>
How to auto refresh the ASP.NET form?
Posted by david at 12/8/2005 7:11:02 AM
I do not have the experience with it. For example, update the data in the ASP
form every minute by retrieving data from database. Or do you have other
methods?
Thank you for any advice and information about it.
David... more >>
how to use session object in a class
Posted by semesm22 at 12/8/2005 7:02:14 AM
hello all, i am new to ASP.NET, and sessions....and i would like to do
the following....i have a ConnectDB class, that imports system.data.ole,
and i have the OleConnection, and OleCommand, and a SQL string as a
property in that class....the idea is that i can set the SQL property
from any web f... more >>
id vs. name attribute for Html controls
Posted by Joe at 12/8/2005 5:45:02 AM
Hello All:
Does anyone know the difference between the name and id attributes in an
Html control? I noticed on PostBack that I can not retrieve the
Request.Form("id_value") but I can retrieve the Request.From("name_value").
TIA,
--
Joe
VB.NET/C#/ASP.NET/ASP/VB/C++/Web and DB develop... more >>
Can't open Northwind
Posted by dennist685 at 12/8/2005 5:43:03 AM
Can't open Northwind
I remembered doing walkthrough using Northwind. However it wasn't an http
project but a file project using the development server. Northwind allowed
me to add, edit and insert, and the web page looked fine.
I opened a simple project just to see whether I could get ... more >>
Datagrid pop-up link column
Posted by Roby Eisenbraun Martins at 12/8/2005 4:03:02 AM
Hi,
I have this datagrid with one hyperlink column. What I have to do to make
this hyperlink open in a new window?
Thank you,
Roby Eisenbraun Martins... more >>
using session object vs. module.vb
Posted by semsem22 at 12/8/2005 2:57:21 AM
hello, i m new to ASP.NET, but have experience with VB6....i have a couple of questions about the use of a module and the decleration of public objects in the module vs the use of sessions
the main issue i am concerned with is performance....i would like to create a public object called Client, ... more >>
Is This Really that Difficult?
Posted by Paul Smith at 12/8/2005 1:14:41 AM
I am sorry but this is killing me.....
On one page I have a DropDownList from which the user makes a selection.
This is then passed to another page as a Request variable.
On the load of the new page I want to use this Request variable to query a
Access DB and return all the fields the row ... more >>
Release configuration is missing in VS2005
Posted by Inga2005 at 12/8/2005 1:06:25 AM
I have developed an web site in VS2005 but I can't build a release
version since the option is missing in the configuration manager. The
second thing is that there isn't a bin folder placed in my project.
Anybody knows how to solve this.
... more >>
How to read Request Body values in ASP.NET
Posted by Karthik at 12/8/2005 12:58:02 AM
I am trying to read Http request body values NOT form values
The content type is text/xml and its POST
I am posting data from Infopath to an asp.net page.
In ASP it works by just writing Response.Write(request) the same does not
work in ASP.NET
I tried using Rquest.BinaryrRead() and Reque... more >>
|