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 > september 2006 > threads for sunday september 17

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

Personal Web Starter Kit
Posted by esha at 9/17/2006 9:05:46 PM
I created my first WEB application from Personal WEB Starter Kit template (C#). I made just minor changes like Connection String and some texts. I created SQL Server database on the hosting server and I uploaded all files to the hosting server. I ran my site http://www.srssite.com and everyth...more >>

Assembly load problem - System.Web
Posted by Jeff at 9/17/2006 6:23:14 PM
Hey asp.net 2.0 My asp.net 2.0 project has got a assembly load problem: Some of my web.config settings: <membership defaultProvider="AH_MembershipProvider" userIsOnlineTimeWindow="15"> <providers> <add name="AH_MembershipProvider" connectionStringName="LocalSqlServer" ...more >>

looking for a free dual list control
Posted by dfetrow410 NO[at]SPAM hotmail.com at 9/17/2006 6:13:36 PM
Does anyone know one? Needs to work with 2.0 Thanks Dave ...more >>

Set Values on child controls on a formview
Posted by PW at 9/17/2006 5:57:01 PM
> I wish to get and set values on child controls on a formview. > > For example. Changing the text in textbox. Hiding or unhiding child > controls based on user. Replacing a blank with a default or calculated value > that will need to be generated at runtime. > > It seems as though this s...more >>

What are .axd files???
Posted by Bob Rock at 9/17/2006 3:34:28 PM
Hello, lately I've been reading about modules and handlers and I noticed a set of files with the .axd extension. So, what are they??? The idea I made of them is that .axd is simply an extension registered to the asp.net isapi filter inside IIS and this allows anyone to, via an appropriate ...more >>

Treeview event
Posted by Tim.Forbess NO[at]SPAM gmail.com at 9/17/2006 3:25:20 PM
During a postback event from the treeview control I try to update a label's text. The code is called in the event handler for OnTreeNodePopulate but the label text isn't updated when the page returns. Below is the sample code. Ideas? -------------------------------- <%@ Page Language="C#" %> ...more >>

Deny acces to users that are not in any role
Posted by Markus Palme at 9/17/2006 2:58:30 PM
Hi NG! Is it possible to deny access to a (logged in) user that is not in any role? Placeholders like <deny roles="?"/> don't seem to be possible. Regards Markus <location path="Protected.aspx"> <system.web> <authorization> <allow roles="Administrator"/> <deny roles=...more >>

Issues in ASP.NET 2.0 when dynamically loading user controls or asp.net web controls???
Posted by Bob Rock at 9/17/2006 2:33:20 PM
Hello, I'm new to ASP.NET and I've been looking into the topic of dynamically loading (typically accomplished with a LoadControl followed by a MyControl.Controls.Add()) both user controls and asp.net web controls. I searched for articles on the internet and in the end I must say that I'm ...more >>



Control of a map where the user can click and drag to select an area...
Posted by ThunderMusic at 9/17/2006 2:06:12 PM
Hi, I'd need to find (or develop) a control of a map (worldwide if possible) where a user can click and drag to select an area by distance from the click point or using a square area (user's choice)... This control would return the postal/zip codes of the selected rectangle or the clicked poi...more >>

Accessing dataset datatable table row problem
Posted by Tony Girgenti at 9/17/2006 12:08:27 PM
Hello I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. I used the XML Designer to create an XML .XSD Schema to produce a Dataset. In looking for a way to start adding data to the dataset programmatic...more >>

Impersonation?
Posted by Arpan at 9/17/2006 11:39:02 AM
The .NET2 documentation defines impersonation as thus: ---------- When using Impersonation, ASP.NET applications can execute with the Windows identity (user account) of the user making the request. ---------- First of all, what does the above definition of Impersonation actually mean? Can ...more >>

Modify a web.config file
Posted by 3471Jack329 at 9/17/2006 11:19:28 AM
This is a stupid question but I risk it. Just in case something is possible... How can I modify the web.config settings from ASP.NET programming? <system.net> <mailSettings> <smtp from="email@address.ca"> <network host="link.geogio.com" password="password" userN...more >>

Using SqlDataSource with MySQL
Posted by msch-prv NO[at]SPAM bluewin.ch at 9/17/2006 6:07:05 AM
Hi, I am trying to tie a SQLDataSource control to MySQL without success. The connection string works ok with an ObjectDataSource. (Native asp.net 2.0 MySQL dll loaded in /bin) For some reason, the compiler believes an SQL db is being accessed ("An error has occurred while establishing a conne...more >>

q; file explore
Posted by JIM.H. at 9/17/2006 6:06:01 AM
In a web based application I need to show user a certain folder and all the subfolders like in a file Explore in Windows and if user wants to copy some file to their computer I need to provide a way to do that. Is there any example in C# I can use?...more >>

usercontrol problem
Posted by gauravkg via DotNetMonster.com at 9/17/2006 1:50:09 AM
I have a user control login in this i chececk the user name and password if(user==textbox1&&pwd==textbox2) { } i have a Account label on parent pge in which i am registering the usercontrol ,when i click submit button on usercontrol i want that the account label should be changed...more >>

DataGrid Control Question
Posted by Samuel Shulman at 9/17/2006 12:00:00 AM
Hi I added a number of columns to the DataGrid control and I binded them to ceratin columns in the DataView object however I want to fill the URL of the HyperLink type column and I want to add images to the image column What is the normal way of doing that? Samuel ...more >>

user control
Posted by gauravkg via DotNetMonster.com at 9/17/2006 12:00:00 AM
how to transfer values from user control to a page using properties can one explain with code -- Message posted via http://www.dotnetmonster.com ...more >>


DevelopmentNow Blog