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 > january 2006 > threads for saturday january 14

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

usercontrols problem
Posted by param NO[at]SPAM community.nospam at 1/14/2006 11:45:46 PM
Hi all, I have a .aspx page that references a master page and has a usercontrol. I get the following error:- Content controls are allowed only in content page that references a master page. Any Ideas? ...more >>

Printing any webform from server.
Posted by Franck at 1/14/2006 11:38:52 PM
Hi, I need to build a server-side print system for any of my webform. I "just" need to print text, keep position (table,<tr>,<td>, etc) and replace controls with text. As it will be extended to all the asp.net applications of my company, I'm tryin to build a generic stuff. I've been struggli...more >>

How to check if value is 'null'
Posted by GS at 1/14/2006 11:33:59 PM
Hi, I have following value which I need to check wether it's null or not. = Issue is that StartPrice itself can be a null and checking = (myItem.StartPrice.Value =3D=3D null) do not produce true. How do I check for null in this kind of case. I don't want to check = StartPrice for null and the...more >>

Any good FTP controls for ASP.NET 2.0?
Posted by David R. at 1/14/2006 11:23:33 PM
I'm looking for a seamless FTP control to add to my web application. Please advise. ...more >>

SQL Server does not exist after moving to new Sql Server
Posted by Geoff at 1/14/2006 10:44:02 PM
All my pages come up with "SQL Server does not exist or access denied" after moving to a new Sql Server with a different name. None of my pages come up even though I am addressing the servername by IP Address. I can access the Server through Enterprise Manager and Query Analyzer using the same IP...more >>

Membership Configuration Issues
Posted by Josh Collins at 1/14/2006 8:42:03 PM
Here is my configuration: ASP.Net 2 running on IIS6/Win2k3 Developing on WindowsXP-Pro iwth Visual Studio 2005. I am trying to utilize the Membership functionality in an ASP.net website. I am having the following issues: 1) In VS.Net 2005 there is no ASP.Net Configuration option under the...more >>

Website on a website.
Posted by Shawn at 1/14/2006 8:40:41 PM
Does anyone know a way to run a webpage on a webpage like the WebBrowser control in vb.net? ...more >>

Wierd results with Roles.IsUserInRole
Posted by VB Programmer at 1/14/2006 8:29:13 PM
I am using the Login control with ASP.NET 2.0. I want the redirect page to go to a page BASED on the role the user is in. Here's my code: Protected Sub Login1_LoggedIn(ByVal sender As Object, ByVal e As System.EventArgs) Handles Login1.LoggedIn If Roles.IsUserInRole("SiteAdmin...more >>



Custom validator
Posted by Giuseppe Esposito at 1/14/2006 7:33:20 PM
I don't know if it's the right name: I try to explain what I want to do. Follow me. Wb.config file permits user to create personalized section. The section can be read throught your ConfigurationSection's derived class and each element of the section should belong to a ConfigurationElement's...more >>

Cookieless Authentication and Relative HTML References
Posted by Mark Olbert at 1/14/2006 7:07:56 PM
I have a website (ASPNET2) which uses cookieless authentication. <img> tags on restricted-access aspx pages appear to need the URL credential fragment (i.e., the long string that encodes the user's credentials) to be found...which is contrary to my understanding (under 1.1, at least) as to how r...more >>

vs2005 bug status?
Posted by GaryDean at 1/14/2006 5:16:48 PM
A couple of weeks ago I reported a bug in vs2005 where it corrupted projects converted from vs2003 if a 2003 dataset were modified or recreated. Steven Cheng [MSFT] was able to recreate the bug. I reported the bug and Steven said he was also going to report the bug. From a practical stan...more >>

Access database maintenance
Posted by VB Programmer at 1/14/2006 5:02:19 PM
For those that use Microsoft Access as their website's database... Do you do maintenance on it on a regular basis, such as "Compact and Repair"? Do I have to worry about it becoming to big or corrupted? It's a shopping cart db. Thanks! ...more >>

IIS won't recognize Default.aspx
Posted by David Veeneman at 1/14/2006 3:44:24 PM
I'm just getting started with ASP.NET, using VS 2005. As an exercise, I opened the root web site in VS 2005 and created a simple welcome page. I saved the page as Default.aspx and made sure that name was the first name on the list id the default documents in the IIS control panel. IIS doesn...more >>

Help installing multiple start kits in VS2005
Posted by VB Programmer at 1/14/2006 2:16:39 PM
I installed 3 web starter kits for VS2005. All of them reside in this dir: C:\Documents and Settings\Robert\My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\VisualBasic When I create a new website the only template that appears is: Personal Web Site Starter...more >>

Visual Studio 2005 Asp.net Convert wizard
Posted by Anders at 1/14/2006 2:04:07 PM
Hi We have a rather large asp.net 1.1 project. We have considered til convert 2.0 in the near future. We have done a couple of test conversions using the build in Migration tool which pop up when opening a asp 1.1 solution file. It went ok besides a few issues. Now i have installed the pa...more >>

Dotnet app loading wrong COM DLL
Posted by Notachance at 1/14/2006 1:59:24 PM
I've written a .NET web application that interacts with a third-party COM DLL. The target server already runs a legacy ASP application that interacts with an older version of the same COM DLL. You can probably see where this is heading... The .NET app behaves fine on my development machine, bu...more >>

FrontController problem
Posted by Luis Farzati at 1/14/2006 12:01:06 PM
Hello, I'm working on a frontcontroller implementation. I want to listen a series of requests like the following: GET http://application.com/messages/listMessages?folder=inbox&offset=10 POST http://application.com/messages/sendMessage So I've written a FrontControllerModule class (which...more >>

Maintaining "ViewState" Going to Another Page and Back
Posted by Steve Murphy at 1/14/2006 11:57:04 AM
I have an application where I need to leave a page, perform some processing, and then return. On return, one set of fields will be updated, but the remainder should remain in the state they were in when the user left. Using the Request.Page NameValueCollection I can do this for everything but...more >>

Generating PDF
Posted by Steve Murphy at 1/14/2006 11:52:10 AM
I have some forms and reports that I need to generate in PDF? What is the best approach for this: Crystal Reports to PDF MS Office to PDF Directly to PDF Thanks. ...more >>

MS Office Integration
Posted by Steve Murphy at 1/14/2006 11:49:35 AM
I have an existing project that will require some MS Office integration. Can I add that to a the existing project, or do I need to add a new MS Office project? Also, is just Word and Excel supported? I'm working with .NET 1.1. Thanks. ...more >>

Inline vs. Code-behind?
Posted by David Veeneman at 1/14/2006 11:18:15 AM
Is the VS 2005 'New Web Page' dialog supposed to have a checkbox to select between inline and code-behind coding? I don't see the checkbox, although it's mentioned in several tutorials. How does one select between the two? Thanks -- David Veeneman Foresight Systems ...more >>

How to I know the previous page is clicked to forward the current page?
Posted by ABC at 1/14/2006 11:17:44 AM
How to I know the previous page is clicked to forward the current page? As our web site have many methods to enter the web page, I need to know the users clicked which link or which part of page to enter the web page. ...more >>

How to I know the previous page is clicked to forward the current page?
Posted by ABC at 1/14/2006 11:13:20 AM
How to I know the previous page is clicked to forward the current page? As our web site have many methods to enter the web page, I need to know the users clicked which link or which part of page to enter the web page. ...more >>

How to write a server events for 'Document' object of a ASP.NET page?
Posted by ABC at 1/14/2006 11:00:58 AM
If there have a page which have unknown '<div>' label or may be no any controls. I want add 'onclick' events to call server event to do something. But there are no any events of 'Document' object on properties windows under VS IDE. How should I to do? ...more >>

Dynamically Loading user control
Posted by Beegee at 1/14/2006 10:07:26 AM
Hi Happy 2006 I want to load the user control dynamically. I want to change to different usercontrol page to the same place holder accordingly. If there is no way to do so anyone please suggest me how to evaluate a string of expression. I have used the same in VBscript and javascript. e...more >>

Prerender changes get lost after Page.RenderControl
Posted by nospam NO[at]SPAM nospam.sss at 1/14/2006 2:21:26 AM
I am trying to send a webpage with datagrids as an email so I use the code snippet below. In one of my datagrids, I reformat some rows in the datagrid's Prerender event. The code behind of the page displays the page and sends the email. The page displays fine however the email has the same look ...more >>

Utilising windows security dialog on www
Posted by Martin Robins at 1/14/2006 12:18:04 AM
Many sites these days offer secure areas that, when accessed, pop up the = windows authentication dialog instead of their own log-in page. Is this = simply a case of using Windows Authentication or do you need to do more = than this? (ASP.NET 1.1 & 2.0)...more >>

Problem with RequiredFieldValidator in custom (C#) control
Posted by Lloyd Dupont at 1/14/2006 12:13:55 AM
I have a composite control rougly like that:: =3D=3D=3D=3D class BlogComments : Control, INamingContainer, IPostBackEventHandler { Panel pAddComment; TextBox tTitle; protected override void CreateChildControls() { pAddComment =3D new Panel(); Controls.Add(p...more >>


DevelopmentNow Blog