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 > february 2008 > threads for wednesday february 20

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

role class for windows form
Posted by Adam Right at 2/20/2008 7:47:39 PM
Hi All, is it possible to incorporate the asp.net 2.0 Role class im my windows form application? I want to bind the users list of a asp.net 2.0 Role on a windows form, can i use role Role Management system on windows forms project ? I can get the list from asp.net pages like that: Role...more >>


Advice needed: Best way to deploy/manage SQL db website
Posted by Bobby Edward at 2/20/2008 7:27:39 PM
Here's the situation.... 1. Local dev environment is VS2005 and VS2008 / using SQL Express databases for data 2. Hosting company ONLY supports MS SQL Server 2005 databases Here are the questions... 1. Should I develop using SQL Express, or would my life be easier if I had my local d...more >>

Upgrading from Visual c# .Net 1.1 (where to buy?)
Posted by Logician at 2/20/2008 7:24:30 PM
I am using Visual .Net and C# (1.1) and I am trying to upgrade. But Amazon do not sell any upgrade. I cannot see any product listing to buy. Is the upgrade now all in with Visual Studio? Or how is it done?...more >>

last created userID
Posted by Keith G Hicks at 2/20/2008 6:55:27 PM
Asp.net 2.0 - coding in VB I'm trying to get the UserID of the last created user so I can use the value in another table. I'm not finding anything otu there that works for what I'm trying to do. I want the value of teh UserID column in the aspnet_Users table. I'm using the CreateUserWizard ...more >>

DataSources. Should I use them? Need advice ...
Posted by shapper at 2/20/2008 6:54:39 PM
Hello, I have been trying the ObjectDataSource and LinqDataSource with Linq, a DataPager and a ListView. LinqDataSource has some restrictions but it is easier to use than ObjectDataSource which on the other hand is less restrictive. Should I even use a DataSource? Is there any problem ...more >>

email validation doesn't work with CreateUserWizard
Posted by Vincent at 2/20/2008 6:22:48 PM
Hi, With this CreateuserWizard code, i have two problems: 1) when email is left empty => "email not valid." and not "E-mailadres is required." (never shown). When is "E-mailadres is required." shown? 2) anything as email is accepted: "This is not a valid emailaddress" is never shown. D...more >>

Printing from a web page.
Posted by Mufasa at 2/20/2008 4:27:26 PM
I have a page where somebody enters some information. On submitting the page, I want to take the info, format it 'pretty' and print the page automatically for the user. Can anybody point me somewhere to look on how to do this? Thanks - Jeff. ...more >>

adding an existing webform to a master page
Posted by Paul at 2/20/2008 4:18:01 PM
Hi I am using vs2005 and have an existing webform that I would like to add to a master page to show up in the contentplaceholder. I tried going to website and add existing item but did not see how to attatch it to the master page. thanks; Paul G Software engineer....more >>



Web Service and Web app
Posted by CsaaGuy at 2/20/2008 2:50:28 PM
I have a need to pass a string and a datatable from a web service to a web application in IIS. Does anyone have a suggestion on this. Thanks....more >>

GridView calculated columns .. best place??
Posted by wildman@noclient.net at 2/20/2008 2:09:54 PM
RE: GridView calculated columns .. best place?? I've got this table without about 5000 rows. I know as rule you should limit the number of rows passed to the grid. But with sorting and paging options, I'd like to send them all there. Previously, the datasource was a db view with a few colu...more >>

Session Timeout
Posted by trullock@googlemail.com at 2/20/2008 1:43:44 PM
Hi, I want to test some session timeout code ive written but im getting a few problems. I want to reduce the session timeout to 1min so i dont have to wait around for 20 min to see if my code is working. Quite simply, how do i do this? I want the session to behave exactly as it does norm...more >>

Problem in Sharing Session between ASP.NET 1.1 & ASP.NET 2.0
Posted by rh.krish@gmail.com at 2/20/2008 1:10:32 PM
I have an issue in sharing session between ASP.NET 1.1 & ASP.NET 2.0. Here are the details. The first application is the main application which runs in ASP.NET 1.1. This app has a link to the second application which runs in ASP.NET 2.0. Both of them authenticate the users against Active Dire...more >>

Bind data in a ListBox with multiple selectionmode
Posted by Fabio Visin at 2/20/2008 1:02:10 PM
I'm working with a DetailsView in edit mode. One of its controls is a listbox with selectionmode set to multiple. I retrieve the the data for the detailview from a database so I use this code: <asp:ListBox ID="ListBoxPaese" runat="server" DataSourceID="PaesiDataSource" DataTextField="Ext...more >>

Nested ASP.NET "Applications"
Posted by Alex Maghen at 2/20/2008 10:26:00 AM
I want to be able to place ASP.NET applications inside each other (nested). The idea would be that I want to be able to have a docroot that contains the normal Web.config and App_Code directory, etc. But then, under that docroot, I'd like to be able to have the following: 1. Some kinf of abi...more >>

Internet Explorer unable to read Excel stream
Posted by Christian W Larsen at 2/20/2008 9:51:08 AM
I want to export a datagrid to Excel. Here is the code: [after datagrid databind] Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachment;filename=FileName.xls"); Response.ContentType = "application/vnd.ms-excel"; ...more >>

Asp.Net Ajax UpdatePanel : browser timeout
Posted by Alphapage at 2/20/2008 9:41:01 AM
Hello, I want to know how I can catch using javascript when the browser closes the request because of a browser timeout. I want to send a new request if that happens. Thanks in advance for your help....more >>

DataGrid get value of row JavaScript
Posted by ABHIJIT B at 2/20/2008 8:52:40 AM
Hi, In one of my Web page I am using Datagrid which allows single row selection at a time. I want to get value of row selected through JavaScript or in .cs file Thanks in Advance. ASPX code : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default...more >>

Congratulations Scott Gu
Posted by clintonG at 2/20/2008 8:41:02 AM
http://aspadvice.com/blogs/ssmith/archive/2008/02/16/Scott-Guthrie-Promoted-to-Corporate-Vice-President.aspx ...more >>

Getting an asp.net TextBox to fill a screen and adjust height dynamically
Posted by Terry at 2/20/2008 7:17:20 AM
I am trying to figure out if there is a way to get a regular asp.net TextBox to fill the screen, both height and width. When I drop a TextBox onto a blank asp.net page and set the height="100%", width="100", and the TextMode="MultiLine", the TextBox will fill the width of the page, and will ad...more >>

Access user control from other user control
Posted by Chris Zopers at 2/20/2008 6:49:22 AM
Hello, I have two UserControls on a aspx page. I need to read a property of the first UserControl from within the second UserControl. The UserControls only know about themselves, so I can't declare a variable of the other usercontrol's type. So I can't do something like this in the second Use...more >>

Open Word Document from SQL Server and Save back again
Posted by Jude_44 at 2/20/2008 3:26:01 AM
Hi there I currently have a site that stores versions of Word and Excel docs in SQL Server. User can Download the file, edit it and then Upload it again, where it is stored in SQL Server DB as a new Version. Following complaints from users, we need to look into options to allow users to ...more >>

Collect data from ms Word with c#
Posted by Ang at 2/20/2008 1:28:21 AM
hi all, First how can I make a word doc like this link? http://www.cityu.edu.hk/hro/job_v/appform/appform_adexe.doc And next how to collect the user inputed data in the word by c#? I searched many articles on Internet which all about collecting the whole content of word but no article a...more >>

ASP:Label runat="server" and innerText
Posted by Bob at 2/20/2008 12:38:12 AM
When I use an ASP:Label with runat="server", and in JavaScript I use innerText on the ASP:Label, the Text property is not reflected in an event postback on the form. ASP:TextBox is not an alternative for me because it doesn't produce text which can be inline and wrappable with surrounding t...more >>


DevelopmentNow Blog