Home All Groups Group Topic Search About

Score Custom Validation Summary Problem
kpg - 15 Dec 2006 5:53 PM - 2 messages
I can't get the CustomValidator (CV) ErrorMessage to display in the ValidationSummary. On the same page I have several RequiredField Validators and a Range Validator, that all work just fine, that is, the ErrorMessage text is displayed by the Validation summary ...
Score Style Sheet not getting applied to content page
Amit - 10 Dec 2006 9:12 PM - 1 message
I have a master page and a content page but the stylesheet isnt getting applied like how it looks in visual studio design view. The master page is defined like this: <%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> ...
Score Validating new users by way of email
JJ - 10 Sep 2006 5:29 PM - 7 messages
When I new user registers on my web site I want to force them to click on a link in a sent email to confirm that their email is correct. I have searched high and low for this but I am probably using the wrong ...
Score Data Acess aplication block __How to use it on server without Microsoft Visual Studio 2003
Mukesh - 11 Sep 2006 1:11 PM - 3 messages
Hi all As per my earlier conversation with Ciaran (thx for reply) I have installed the MS APplication block on the server , when i ran Build Enterprise Library file and Install Services from (batch files ) programme files menu it was asking for visual studio 2003 , I have only ...
Score Session lost. Test and Live projects.
Alex - 11 Sep 2006 12:35 PM - 3 messages
Hello. Maybe someone can help me. My development computer has: WindowsXP SP2 and MSSQL Server 2000 and IIS 5.0(or 5.1) Our webserver has: Windows2003 SP1 and MSSQL Server 2005 and IIS 6.0 We are storing sessions in MSSQL Server 2005 ...
Score Setting up delay for function call
Aryan - 11 Sep 2006 12:20 PM - 3 messages
Hi,    I have function which creates two xml files,after creation these xml's, I am calling another function which reads these xml files. Now this function is causing exception becuase data has not been read from xml file and stored in using by other control. I am looking out for ...
Score how to maintain reference to all pop ups
sama via DotNetMonster.com - 11 Sep 2006 12:39 PM - 3 messages
------------------------------------------------------------------------------ ...
Score Output DLL
anonymous - 11 Sep 2006 12:48 PM - 4 messages
Sorry for this silly question. Where would I find the DLL /EXE for my WebProject . The bin folder has only reference DLLs . I need this to run my FxCop Thanks ...
Score VS2005 Enable ASP.NET Debugging in Class Library App
Peter Sutcliffe - 8 Sep 2006 2:25 PM - 5 messages
In VS2003 I had a class library project that I started via a URL and I had ASP.NET debugging enabled to allow me to debug the web pages code behind in my project.  I have moved the app to VS2005 and I no longer have that option ...
Score Going sessionless (and cookie limitations)
Jon Davis - 11 Sep 2006 11:06 AM - 4 messages
Does anyone know of a best practices or common practices article URL for implementing a sessionless web farm while still managing user logins, etc.? I just got hired by a company that told me their web site is sessionless to ...
Score ASP.NET and cache - just want to be sure
SCG - 11 Sep 2006 11:44 AM - 4 messages
Hi, [sorry if this sounds familiar but just want ot be sure] I have had a site running for 6 months now. This morning I started observing the following behaviour pretty much out of the blue: I load a blob of XML into the ASP.NET cache with a timeout of 15 mins, and a ...
Score ASP.NET Cache and memory
SCG - 11 Sep 2006 11:40 AM - 3 messages
Hi, I have had a site running for 6 months now. This morning I started observing the following behaviour pretty much out of the blue: I load a blob of XML into the ASP.NET cache with a timeout of 15 mins, and a ...
Score Passing array of numbers to SQL query
jrogers.sw - 9 Sep 2006 4:20 PM - 3 messages
I am using an objectdatasource with a .Net 2.0 ASP page. The SQL for the tableadapter needs to use the IN operator as in WHERE job_id in (111, 222, 333, 444, 555) Job_id is a DBType Decimal and ProviderType Number ...
Score How can I get a bitmap into a WebControl?
Dave Harvey - 10 Sep 2006 9:48 AM - 6 messages
I have developed a standard .NET control which displays medical images and works fine in applications, but increasingly, my customers are wishing to use it in an ASP.NET environment, so I am looking to make a WebControl based equivalent.  [If I'm missing something important, and there is a way to use ...
Score ASP/HTML Editor
cpaesano - 11 Sep 2006 10:30 AM - 3 messages
Hi, I have been using an old html/asp editor called Homesite (v. 4.0). This is old, and was bought by Adobe, which now is Dreamsomething.  Any suggestions on a good editor for a programmer? Thanks in advance. ...
Score Trouble with databinding
Hayden Kirk - 11 Sep 2006 12:30 AM - 4 messages
Hi, I'm trying to add databinding to the wizard control. Basically a user is entering their email address and I want to validate this to a sql database when the hit next but I cannot get this to work. ...
Score Refering to <asp:> webcontrols
henk - 29 Jul 2006 1:05 PM - 4 messages
Hey, Question, how can i create client-side javascript that refers to a asp.net webcontrol. For example set the focus of a textbox lik this. <asp: TextBox  ID="Textbox1" /> (client side) <script javascript>     Textbox1.focus(); ...
Score VS 2005 .sln / web Solution Problem
Mark Jerde - 7 Sep 2006 9:39 PM - 8 messages
Googled unsuccessfully.  VS 2005 Pro on a laptop and two desktops, all WinXP Pro.  (MSDN Universal subscriber. ;-) I use Subversion for version control so I need to have the .sln file in the same folder as other parts of the code.  This afternoon my laptop stopped ...
Score Background thread in ASP.net
Avadhoot - 11 Sep 2006 11:22 AM - 4 messages
Hi, I need to create a back ground thread in ASP.Net, but I want it be created only once. Here, let me explain. I have a web application project where the user uploads an excel file. On ce the file is uploaded and stored on the server, I need to create a thread ...
Score Asp.net Dropdownlist selected index in changed
Santosh - 4 Sep 2006 10:23 AM - 6 messages
Dear all , i am writting following code. if(Page.IsPostBack==false)             { try             {                 BindSectionDropDownlist(); ...
Score Shopping Basket
Samuel Shulman - 11 Sep 2006 10:13 AM - 2 messages
Hi I need to implement a shopping basket for my e-commerce website Scenarios are as follows 1. Website to offer shopping basket for all visitors including those who didn't log 2. Website to offer shopping basket ONLY to those that are logged ...
Score Response.AddHeader("Content-Disposition"....
Trapulo - 7 Sep 2006 7:37 AM - 4 messages
I've this statement in my output's creation: Response.Clear() Response.ContentType = "application/vnd.google-earth.kml+xml kml" Response.AddHeader("Content-Disposition", "inline; filename=Log_" & activityLogID & ".kml") The strage is that on my development server all works (IE try to open the ...
Score IIS settings for ASP.Net 2.0
SenthilVel - 11 Sep 2006 7:25 AM - 2 messages
hi all I am in the process of converting my CLR 1.1 built web applications to run in CLR2.0. right now i am doing the manual step of setting the ASP.Net . To configure a 1.x application's script map to use the .NET Framework ...
Score } expected errors in VS2005
SenthilVel - 9 Sep 2006 11:46 AM - 3 messages
hi all i am opening an exiting 1.1 developed ASPX project in VS2005. i am getting more language editor problems : for example: for the below code : /// <summary> /// Next button on 'next/exit' line pressed /// </summary> ...
Score Required Permissions Cannot Be Aquired :-(
Simon Harvey - 5 Sep 2006 1:35 PM - 2 messages
Hi everyone, If anyone can help me with the following - I would be VERY grateful. I need to deploy an 2 ASP.net applications that I've been creating onto one of our live servers. Both applications use the Microsoft Enterprise ...
Score Best practice : storing objects in session-variables ?
david - 31 Aug 2006 7:32 AM - 10 messages
I have a class with some business-logic and with every roundtrip, I need an instance of this class, so I have to create it, every time again. That doesn't seem very efficient. I thought it would be 'better' to store ...
Score Using MVP pattern in ASP.NET
uran1 - 10 Sep 2006 7:29 AM - 2 messages
In MVP (Model-View-Presenter) presenter shouldn;t depend on view layer(so it cannot contain reference to System.Web)- we cannot use Membershi and Role providers in Preseneter (Controlling layer). Access to those objects is posible only in view, where should be no logic ...
Score Best tool for JavaScript debugging
Tina - 11 Sep 2006 12:03 AM - 3 messages
I'm getting into Atlas classes now and I guess I'm going to have to write some javascript (ughh).... So, to get started on the right foot, what is the best tool to use when using JavaScript with asp.net apps... Microsoft Script Debugger?? ...
Score Problems running ASP.NET 2.0 in Windows XP
Chris - 8 Sep 2006 3:29 PM - 4 messages
Good Morning, I have spent a considerable amount of time trying to get aspx pages to render in IIS 5.1 to no avail.  At first I thought it was a problem with the installation of the Quickstarts since they were the first ...
Score "Page.Clientscript" does not compile in assembly,
Jon Paal - 10 Sep 2006 6:21 PM - 4 messages
"Page.Clientscript" does not compile in assembly, with the error message "Reference to a non-shared member requires an object reference". ... what reference is it looking for ?????? class class1 public sub showimg()   Dim Response As HttpResponse = HttpContext.Current.Response ...
Score how can i change a value in an <object> </object>
msnews.microsoft.com - 8 Sep 2006 1:17 PM - 5 messages
hello every one i am using media player in internet explorer but i cannot access it directly in code behind, so do you know a way to access it? <object id="video123" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ...
Score ASP.NET 2.0 static variables in Global.asax
drasko - 8 Sep 2006 9:24 AM - 3 messages
In Microsoft Knowledge base, Article ID: 312607 says: "It is recommended that you store data in static members of the application class instead of in the Application object." Does this apply for ASP.NET 2.0? If it does, how can I accomplish this? ...
Score [NEWBIE] Call an event from a javascript
teo - 8 Sep 2006 2:00 AM - 7 messages
Hallo Newbie question about syntax. I'd like to fire the zzzzz event when the user presses the 'Canc' key on a Listbox item. -------------------------------- I added: onkeydown="javascript:zzzzz" to the <asp:ListBox tag but I got a green underscore ...
Score Requested registry access is not allowed
UK1967 - 7 Sep 2006 7:26 AM - 2 messages
I wrote a ASP.NET application (Windows 2003 Enterprise Server, IIS, .NET Framework 1.1). This application use the Windows (AD) account and impersonation. Some functions in this application contact, read and change the remote registry (HKLM/Software/...) of some internal server. ...
Score asp.net 2.0 disabled=true problems
moshi - 10 Sep 2006 9:08 AM - 4 messages
Hey, I'm working with asp.net 2.0. I make objects (like ddl, textbox...) disabled=true in client side. Then, when I get to the server in post action, these objects lose their value. For example: ddl comes back after postback with the first values in it's ...
Score Breadcrumb Navigation bar
DBdealer via DotNetMonster.com - 8 Sep 2006 12:12 PM - 4 messages
I'm trying to build a breadcrum navigation bar for my website....please can some one suggest me ways...It's a 100 page site and I need it for navigation with the site....Thank you ...
Score Best way to handle a bad parameter in the url?
David Thielen - 8 Sep 2006 10:23 PM - 3 messages
Hi; If the user goes to my page with [link] and there is no data for ID=5, what is the suggested best way to handle this. I'd like to go to an error page rather than have 2 views in page.aspx, on ...
Score Passing errors - not in the url
David Thielen - 8 Sep 2006 9:53 PM - 3 messages
Hi; When I get an undlanled exception and need to pass info (like the exception) to the error page - I don't want to pass that in the url. Is there a way to pass it so the user does not see it? ...
Score DataGrid Mystery
GaryDean - 8 Sep 2006 4:15 PM - 2 messages
I have a situation where characters are somehow getting stripped from a textbox in an ItemTemplate in a cell of a DataGrid. In the itemDataBound event I am moving data from columns created at run time into other columns, created at design time, I have set up with Textboxes. ...
Score WAP, VS2005 keeps changing my user control types!!
Tim_Mac - 6 Sep 2006 12:00 PM - 4 messages
hi, i'm using a web application project in VS2005.  i have a User Control Template.ascx in the '~/UserControls' folder with the following signature: public partial class GpTemplate : System.Web.UI.UserControl I have the user control registered in web.config as follows: ...
Score asp to asp.net conversion
John - 10 Sep 2006 2:23 PM - 4 messages
Hi I have a pure asp app which I need to integrate into an asp.net app in terms of the asp.net membership/roles/login that asp.net app uses. I understand there is no way for a pure asp app to share session etc. with asp.net i.e. ...
Score possible to remove Viewstate hidden field?
Stimp - 10 Sep 2006 4:01 PM - 4 messages
Is it possible to prevent the <input type="hidden" name="__VIEWSTATE">  field from being generated in an aspx page? I'm running off Framework 1.1 The field is messing up a process that I need to run, so simply clearing ...
Score asp to asp.net conversion issues
John - 10 Sep 2006 4:29 PM - 3 messages
Hi I am trying to convert my asp app tp asp.net and I have a few issues; 1. I have the following code for a db connection; onn = New ADODB.Connection conn.Open("PROVIDER=SQLOLEDB;DATA SOURCE=mysqlserver;UID=username;PWD=password;DATABASE=mydb") ...
Score Adding a System.Web.UI.WebControls.Panel to a DataGrid Cell
kito - 7 Sep 2006 8:26 PM - 3 messages
I have the following problem. I have a list of products in a Database. Now I would like to list them on a DataGrid, but in a special manner. In the first cell of a row in the DataGrid I would like to put the ...
Score Getting value from FormView
BB - 25 Aug 2006 7:50 PM - 9 messages
Hi,      I am using FormView Contol, TextBox (Hidden ) and Submit button whose caption is "View Page" in my aspx page.     Here is what I am tryin to do.When page loads I generate dynamic ...
Score asp with membership/login
John - 10 Sep 2006 6:47 AM - 3 messages
Hi Is it possible to use asp.net membership/login control with pure asp i.e. user logs in using login control and then asp can use it somehow? Is there a code example somewhere? Thanks Regards ...
Score Microsoft Dynamic AX
Seth Bourne - 10 Sep 2006 5:19 PM - 5 messages
I've seen the microsoft product (microsoft dynamic AX). it really impressed me cause it looks like windows form, but it is web form (run on IE). it hidden menubar, toolbar and everything on IE menu, and create the menubar ...
Score How to put a list of items with hyperlinks under a label ?
fiefie.niles - 9 Sep 2006 3:55 PM - 8 messages
I am new to ASP.Net. I use VB.NET as the language and Visual Studio ..NET 2003. On my WebForm I have a label called "Categories". I would like to read all the categories from the database and placed ...
Score Limiting access to fields for web service client
dev - 10 Sep 2006 6:17 AM - 2 messages
Hello, I have a web service that returns an entity (C# class). I  would like to disallow access to some of the members in write access to the WebService clients. Setting them private or protected in the class definition can ...
Score What are the most popular languages for dot net programming?
tom c - 7 Sep 2006 4:36 PM - 13 messages
Would it be correct to say the VB is still the language most used for Dot Net programming, and C# the second most used? ...
Score Weird cookie problem
Todd - 10 Sep 2006 12:18 AM - 2 messages
I'm writing a cookie in one asp.net page, then trying to read that new value in another. Problem is, the saved value disappears when the cookie code calls it! Here's the code... SETTING THE COOKIE ********************************************************* Dim i As String = Request.QueryString("passedVal").ToString ...
Score Detailsview shows real numbers with commata: Error converting data type nvarchar to real!
Curious Trigger - 9 Sep 2006 9:40 AM - 3 messages
Hello, if have an asp.net web page with a detailsview. This detailsview uses a sqldatasource connecting to a sql server 2005 database with a select statement simliar to this one: SELECT warning_threshold, critical_threshold, weight FROM thresholds UPDATE thresholds SET warning_threshold=@warning_threshold, ...
Score ADO.NET problem?
billmiami2 - 9 Sep 2006 10:42 AM - 4 messages
I'm experiencing a strange problem that I believe is related to ADO.NET but I can't say for sure. I have a simple ASP.NET reporting interface to a SQL Server 2000 database.  One report that we run returns a listing of community ...
Score ASP.NET 2.0 connecting to SQL Server 2000
Todd Brewer - 9 Sep 2006 4:38 PM - 3 messages
Windows Server 2000 ASP.NET 2.0 SQL Server 2000 (on a physically seperate server) I moved an ASP.NET 2.0 application from a development server to production, and am getting the following error: System.Data.SqlClient.SqlException: An error has occurred while establishing ...
Score Delayed Code Execution?
Jim in Arizona - 5 Sep 2006 6:23 PM - 6 messages
I realize that by design, web client/server interaction is disconnected.   I'm wondering if there is a way that when a client/server interaction occurs, if there is a way to start a time on the web server which will ...
Score vb.net code for inserting vbcrlf every 80 characters
tom.krier - 8 Sep 2006 5:23 PM - 3 messages
Here's the thing.  I am downloading a tiff image through an http stream, then I am converting it to a byte array, then I convert it to a string which I place in an XML file.  When I place the string in the ...
Score Handlers In Web.config?
Arpan - 9 Sep 2006 5:00 PM - 2 messages
What exactly are configuration section handlers in a web.config file? How would you define them & what for are they used in web.config files? Is it a must for web.config files to have handlers? An example of handlers in a web.config file would be highly ...
Score VB Script Function
Kuldeep - 8 Sep 2006 1:57 PM - 5 messages
Hi All, I have a VB Script function in a separate vbscript file. How do I call this function in such a way that I can pass the necessary arguments into it and fetch the return value. Please Help Regards, ...
Score Assemblies & DLLs?
Arpan - 9 Sep 2006 2:03 AM - 5 messages
Assume that I am creating ASP.NET pages in the C:\Inetpub\wwwroot\ASPX directory. This directory has a sub-directory named \bin where in all DLLs are stored. Are these DLLs which are stored in the \bin directory known as Assemblies? Also is the \bin directory the Assembly Cache? ...
Score VS2005 toolbox is not visible
SenthilVel - 9 Sep 2006 11:10 AM - 4 messages
hi all i am using Visual studio 2005 for my 1.1 developed wab projects. The very first step i converted from 1.1 to 2.0. Till yesday when i clicked on the TOOL BOX menu i was able to see the tool ...
Score Data Acess aplication block
Mukesh - 9 Sep 2006 1:05 PM - 2 messages
Hi I have  Microsoft Enterprise Library 2005  installed on my local system. I m also using ASp.net 1.1 And C3 as coding language , I have MS Sql Server 2000. I am developing a web application in which i am using  data Access ...
Score JavaScript or not JavaScript
Mark Rae - 5 Sep 2006 1:49 PM - 37 messages
Hi, Just had an interesting message from someone who was unable to view one of my sites because they have JavaScript turned off, and expecting me to re-write my site so that they could view it... I'm interested in hearing other people's opinions about this. I use ...
Score ASP.NET 2.0 Treeview No Postback?
Matt MacDonald - 7 Sep 2006 3:00 PM - 4 messages
Hi All,   I have a form that displays hierarchical categories in a treeview.  Ok so far so good.  What I was to do is have users be able to select a node in the treeview as part of filling out the form.  I only want to allow single ...
Score How to deal with different client resolution?
rockdale - 5 Sep 2006 4:38 PM - 8 messages
Hi, How do you guys deal with the different clinet resolution? For example, you have 800*600, 1024*768 and 1280*1024 on client side. We used to put everything into a table with fixed width (the lowest width of your clients'  resolutions) then put everything inside the ...
Score Hi XML problem,:toggle display effect
gauravkg via DotNetMonster.com - 8 Sep 2006 1:23 PM - 5 messages
Thanks to allof u how have given pain to see my problem i have an xml file having this tructure   <specifications>        <row>             <heading>MegaPixels(Effective)</heading> ...
Score Dynamic table and postback
Gregory Gadow - 8 Sep 2006 9:56 PM - 2 messages
If there is a more appropriate forum, please let me know and I will post there. Our field reps can go on to our website and select from several sets of data to create the address we then provide to their clients in company ...
Score Proxy Class Property?
Arpan - 8 Sep 2006 8:38 PM - 2 messages
A class file named "SecureDBWS.vb" exsting in C:\Inetpub\wwwroot\ASPX\Business folder has the following code: Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Web.Services Imports System.Web.Services.Protocols Namespace DBSecuritySettingsWS     Public Class Authenticator : Inherits SoapHeader ...
Score Help with populating a questionnaire!
standon410 - 8 Sep 2006 9:07 PM - 2 messages
Hi, I'm trying to develop a questionnaire...basically a user can pick one of 5 questionnaires they want to use, and based on their choice, those questions will appear in their form. So the database table contains all the questions/radiobutton selections ...
Score Setting cs-username from an ASP.NET site
Sean Carpenter - 3 Aug 2006 5:46 PM - 6 messages
I'm currently in the process of rewriting a site that uses Classic ASP to ASP.NET 2.0.  The old site uses an ISAPI filter to put a custom application-defined value in the cs-username field of the IIS log file. ...
Score Tiered architecture question
Ken Ross - 8 Sep 2006 8:02 PM - 3 messages
I'm in the early stages of working up the design for a large .Net web application and want to make sure that we have the best possible physical architecture to support the logical architecture and implementation. To my way of thinking, that means that no only do we follow a 3-tier ...
Score Grabbing Emails
sck10 - 8 Sep 2006 4:16 PM - 4 messages
Hello, I am working on a new project where I need to:   1. open an email and then create an xml file from the email   2. open the xml file and parse the information. I would like to be able to do the second step using a web page and then ...
Score Upgrading ASP.NET on my web server to the latest version
fniles - 7 Sep 2006 9:42 PM - 3 messages
I have .Net Framework 1.1 on my machine, when I try to create an ASP.NET Web application, it gave me the following error: Visual Studio .NET has detected that the Web server is running ASP.NET version 1.0. The web application you are creating or opening can be ...
Score Access to the path is denied
Mike Collins - 8 Sep 2006 6:04 PM - 4 messages
I am getting Access to the path is denied with the following procedure below. I know I'm showing my ignorance here, but in a different procedure, I am writing an xml file to disk using a DataSet object: ds.WriteXml(@exportPath, ...
Score ASP.NET - Logout from code
JackResteBienSurMaisSeraPas - 23 Aug 2006 12:14 AM - 4 messages
How do you logout from an account from the ASP.NET code? ...
Score eliminating the physical file requirement
PJ6 - 8 Sep 2006 3:15 PM - 3 messages
I want to support web addresses that do not correlate with any physical file, but rather based on my own rules, instatiate Page objects and cause them to render manually. Is this possible? Paul ...
Score Help w/ ObjectDataSource
fingermark - 8 Sep 2006 6:36 PM - 3 messages
I'm using 3 ObjectDataSources.  ObjectDataSource2 depends on DropDownList1.SelectedValue and ObjectDataSource3 depends on DropDownList2.SelectedValue.  I have the gridview and details view in their own view (multiview).  When I select DropDownList1 and then DropDownList2, the GridView will populate correctly.  When I click on ...
Score Master Page prevents using style sheets?
JT - 5 Sep 2006 8:39 PM - 9 messages
Hi, I have done a fair amount of style editing inline in ASP.  I'm now using VS 2005 with a standard web project (not Web Application Project).  This is my first foray into CSS in a style sheet and also my ...
Score application architecture in asp.net
CaptainDeep - 5 Jul 2006 5:44 PM - 9 messages
Hi all, I have couple of questions about architecting web application using asp.net 1. is ther any performance gain in using c# over vb.net 2. best way to handle transactions in .net? using ado level or COM+ 3. I have looked at MS Data Access Application Block - where you return ...
Score Problem with RaiseCallbackEvent
Chris Cap - 5 Sep 2006 8:32 PM - 9 messages
I am getting some strange behavior when using RaiseCallbackEvent.  I have a form that implements ICallbackEventHandler.  During the client callback, a session variable is set that is used on the following page load.  When debugging through using Visual Studio, everything works fine.  When using ...
Score how to synchronize multiple drop down lists?
Ed Dror - 7 Sep 2006 7:17 PM - 3 messages
Hi there ASP.NET 2.0 VB & SQL Express Lest take Northwind  Categories Products as example I create a table that hold these two together and I create a stored procedure like select ProductID, ProductName, CategoryID, from tblCategoryProducts ...
Score Color not displaying in dropdown list
tshad - 7 Sep 2006 4:05 PM - 3 messages
I am trying to add a different color to some of the rows in my dropdown list and this is how it is suggested to do this in a couple of articles. I have a DropDownList call PayDates and I was going to set any row not in my ...
Score Where in the page lifecycle does validation occur?
Paul - 25 Aug 2006 8:04 AM - 4 messages
Hi all, I don't use auto postbacks on my web site to keep it javascript-free and browser agnostic. Whenever there's a postback to my page I'm using the Page_Load event to use the posted data for database updates. ...
Score How do you pass an ascx user control a variable??? Help please
simon - 7 Sep 2006 3:06 PM - 5 messages
hello.  relatively new to vb.net, i'm using VS 2003 and .net 2.0 i have a web app that i'm i have a user control that displays a simple 1 row table as the header of the page.   the user control takes one ...
Score MessageBox
John Baima - 8 Sep 2006 11:56 AM - 4 messages
When I run my ASP.NET app in the debugger, System.Windows.Forms.MessageBox.Show works when running on the server. It does not work when I actually upload my web site to the web server. That is really annoying! I wish it would not work in the debugger! ...
Score Remote Debugging Issue
rlrcstr - 31 Aug 2006 6:35 PM - 8 messages
I'm writing an ASP.NET app, using Visual Studio 2003.  VS is running locally on my laptop, but the web app is running on a remote server.  My laptop is not in the domain.  I do have a domain account.  I had no issue creating the web app on the remote server after authenticating with the domain account, but I can't debug.  It complains that I don't have rights.  My domain account is in the administrators group on the remote machine.  I also have a drive mapped to the remote machine under the domain credentials.  Obviously, I'm logged into my machine with local credentials. ...
Score web net app and Atlas questions
MPA - 8 Sep 2006 9:14 AM - 2 messages
Hi, I am a newbee to web applications and we are planning to rewrite our existing PowerBuilder client-server application into a web application under Visual Studio .Net 2005. My question is about Atlas. 1. Does Atlas only enhance programming with ASP .NET or can sometimes be an ...
Score Misterious IP -> name resolution in Uri.GetLeftPart() method
MP - 8 Sep 2006 11:40 AM - 5 messages
Hi all, we have a very peculiar problem that occurs in just one of our two win2003 servers running IIS6. Details: server 1: win2003 server standard SP1 (the one with the problem) server 2: win2003 server R2 standard SP1 (the one that works fine) ...
Score Google Maps & Master Pages
MeerkatInFrance - 11 Aug 2006 3:27 PM - 14 messages
There comes a time when you know you are not going to be able to work something out yourself, however hard you try. I have reached that moment. I have a master page and a slave page (or whatever one calls it) ...
Score n00b question re= WebClient class
Chris Dunaway - 7 Sep 2006 3:15 PM - 3 messages
I am using the following code to test an .aspx page which has no presentation and only a handler for the Page_Load event.  I am using this code to POST the contents of an .xml file to the .aspx page. ...
Score Strange parse error calling ASP.Net WebService
Robbert van Geldrop - 1 Sep 2006 3:55 PM - 4 messages
By making a call to a webservice I receive the following error page, we did a complete new build but the error still exist: The installation of the webservice is on an win 2003 standard service pack 1 server. Server Error in '/BackupAgentServices' Application. ...

Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers