Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Q regarding forms authentication and timeouts
Mike Hofer - 20 May 2006 11:58 PM - 3 messages
Okay, so I finally figured out forms authenticaton, to a degree and I still have one question: If a user walks away from my application, and the cookie expires, and then he comes back, does forms authentication automatically force him ...
Score DataGrid.DataBind() and SortCommand
Alex Maghen - 20 May 2006 6:22 PM - 2 messages
I have a DataGrid on my ASPX and I'm confused about the interaction with the page based on whether the page is just loading or is being reloaded with a call to the SortCommand of the DataGrid: If I do the SQL query and the DataGrid.DataBind() in the Page_Load(), and ...
Score How to use one database connection object per page request
Arsalan Ahmad - 20 May 2006 4:20 PM - 7 messages
Hi all, I am creating a website in which in an Item detail page there are a number of web controls (7 or 8) and what is happening that inside each of control's Page_Load() function I am creating a database object to query data from ...
Score Adding a Data Layer Class Problem
Lance - 20 May 2006 3:43 PM - 1 message
I am trying to add a new Data Layer Class in Visual Studio Express. Just a heads up, but I am new to this technology. In the tutorial I am using, it gives these instructions: "2.  In the TableAdapter Configuration Wizard click Next twice. In the ...
Score Javascript and asp.net
Bart Schelkens - 20 May 2006 3:27 PM - 4 messages
Hi, I found this java-script on DynamicDrive. It creates a popup-window and so it allows me create an MDI-style webapplication. Does anyone know how I can combine this with my vb.net-code? This is the line needed to create the popup : ...
Score Web Site DNS, VS 2005, and Source control
Wayne Sepega - 20 May 2006 3:17 PM - 1 message
We are using windows 2003 standard server, VSS 2005 and VS 2005 (mostly team dev, but some team arch and suite) We run windows 2003 on our development boxes, this gives us the ability to host multiple web sites running on the box at a time, this works great for ...
Score need some advice
Ben - 20 May 2006 3:15 PM - 2 messages
Hi, I come from classic asp and i need some advice for this application. It's about a computer reservation system in a school. I want a page where a student can see his own made reservations, the number and the date of each ...
Score Disable Back Button
Joe Delphi - 20 May 2006 2:43 PM - 10 messages
Hi,          When users log out of my web application, I want to disable the back button so that they cannot "back into" the application after they have logged out.   Can someone tell me the best way to do this? ...
Score System.Diagnostics.Switches ASP.NET 2.0
Paul Hatcher - 20 May 2006 2:09 PM - 3 messages
Has there been a change in behaviour of switches between 1.1 and 2.0. I have a web site that defines a switch and then an application that adds the same switch but with a different value. Under 1.1, this worked and only ...
Score ASP.NET 2.0 Popup window causes parent font size increase?
K B - 20 May 2006 1:50 PM - 2 messages
I don't know if this is an ASP.NET 2.0 issue or not, but I haven't had this happen to me before... When I open a popup window, the font size on the parent window immediately increases to a larger size. ...
Score multi header asp.net gridview
ZeroDev - 20 May 2006 1:44 PM - 2 messages
how can i do a multi header asp.net gridview and if it is Posible to do it as a class to use it any time , i mean Generic way , so ic an include the Header count style etc , ...
Score Error in deploying website
Arsalan Ahmad - 20 May 2006 1:06 PM - 2 messages
Hi, I am trying to deploy my website. But when i try to access the page, I get following errors in event viewyer. So could you please tell what is wrong? Event code: 3005 Event message: An unhandled exception has occurred. ...
Score learn regular expressions
LeAnne - 20 May 2006 1:01 PM - 5 messages
where can i get a concise reference to learn regular expressions in .net? ...
Score vs 2005 toolbox problem
Jeet - 20 May 2006 12:08 PM - 1 message
dear all i am using visual studio 2005 pro. i have a few activex controls developed in vb 6.0 which i would like to use it in vs 2005 web application project. but when i try to add the ocx file through toolbox -add items -com ...
Score Dynamic event handling
navin - 20 May 2006 12:04 PM - 4 messages
Hi, i have posted it before but i got no help... I am developing a quiz application where the answers for the quiz vary in number, so i am creating checkbox and radio buttons depending on the database result. now my problem is i have to check the which controls are checked in a ...
Score 1.1 code on framework v2.0
chandy - 20 May 2006 11:31 AM - 3 messages
Hi all, I am trying to run some asp.net 1.1 code under v2.0 of the framework. I changed the IIS config to use v2.0 of the framework for my web site and I cannot get the site to run.  I thought there was supposed to be ...
Score DataSet in DLL, ConnectionString from web.config
Willy Van den Driessche - 20 May 2006 9:56 AM - 1 message
I put my datasets inside a DLL (I have moved them out of app_code to avoid the clutter).  These are typed datasets for which the code is generated by dotnet. To be able to generate them I have found little else than to add a "setting" ...
Score how to avoid post-back on button (web control) click in asp.net 2.0?
loga123 - 20 May 2006 9:52 AM - 8 messages
Hi All, I have a web page where I would like to do certain activities when user click's a button. I have used button web control on my page. Each time, I click this button....page gets posted. I don't want my page to do "post-back" when i click on button web ...
Score Seperate data content from UI
Mr Flibble - 20 May 2006 9:44 AM - 3 messages
I have data in XML.  I need to be able to present the data in a web page which may be charts, tables and other such like controls.  I need to be able to modify the appearance of this page simply and quickly (a ...
Score .NET Learning Key
chandan - 20 May 2006 9:22 AM - 6 messages
Hello everybody i m a silent member of this group.I m doing .net package now.Can any body help me to get the learning key of .Net. ok byeeeee. ...
Score Vanity URLs (i.e. www.domain.com/VanityKeyword
mxrp - 20 May 2006 8:00 AM - 1 message
Hi all, I've seen a number of articles on Vanity URLs, and I have a real need to create an application that will use them but in a slightly different implementation to the documentation I've seen. For example, from the root of my web site, I want to check if a keyword ...
Score Vanity URLs (i.e. www.domain.com/VanityKeyword
mxrp - 20 May 2006 7:57 AM - 1 message
Hi all, I've seen a number of articles on Vanity URLs, and I have a real need to create an application that will use them but in a slightly different implementation to the documentation I've seen. For example, from the root of my web site, I want to check if a keyword ...
Score Server.HtmlEncode DataBinder
Fossie - 20 May 2006 7:43 AM - 5 messages
Can anyone help with Server.HtmlEncode encoding this? '<%# DataBinder.Eval(Container.DataItem, "CAT_ID", "pageview.aspx?tab=1&catid={0}") %> I've tried using similar to this: <%# Server.HtmlEncode(DataBinder.Eval(Container, "DataItem.Field1").ToString()) %> but get error message BC30455: Argument not specified for parameter ' ...
Score ODS Params from User Control...?
JDC - 20 May 2006 7:16 AM - 1 message
Hi all, I thought I understood the page lifecycle. but I guess not. I have a couple of pages with similar GridViews and each is connected to a ObjectDataSource. Both pages have an identical set of drop-down lists which define the selection criteria for the grid, and the ...
Score About drop down list
Ravindra - 20 May 2006 7:09 AM - 3 messages
Hi all, i want to retrieve the values from database and edit them. I have drop down list for gender. item :male and female.here is the code. con.Open() cmd = New SqlCommand("select * from customers where fullname='" & fname & ...
Score Drop Down List is empty on page_load
news.sbcglobal.net - 20 May 2006 6:48 AM - 2 messages
Can anyone tell me how to fix this so that my drop down list is not empty when the page loads (ASP.NET 2.0).  Thanks!: ------------------------------ HTML ----------------------------- <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"     CodeFile="UserManager.aspx.vb" Inherits="Admin_UserManager" Title="User ...
Score Listbox
Michael Bohman - 20 May 2006 6:19 AM - 2 messages
Hi How can I select and also deselect items in a listbox? I retrieve my data from a database (some names), after that i want to select some names or deselect the selected names. //Mike ...
Score how to open word document and pdf file in aspx page
Vikas Kumar - 20 May 2006 5:14 AM - 2 messages
how to open word document and pdf file in aspx page ...
Score Upgrading to 2005
perspolis - 20 May 2006 4:54 AM - 1 message
Hi I has a asp.net application in 2003 and now I upgraded it to 2005 but it gives me some bad errors :( ...
Score Upgrading to 2005
perspolis - 20 May 2006 4:54 AM - 6 messages
Hi I has a asp.net application in 2003 and now I upgraded it to 2005 but it gives me some bad errors :( ...
Score Getting sample code to work from a 'Wrox' book...
RAB - 20 May 2006 4:11 AM - 2 messages
Hello, I downloaded the VB samples from the 'Wrox book' website at the following address [link],descCd-download_code.html I installed MSDE 2000 I put the downloaded folder in my ...wwwroot folder and did the setup ...
Score online Test
jack - 20 May 2006 3:46 AM - 1 message
Hi all, Im planning to take dot net certification exam. i want to know whether is there  any site which helps you in preparing for exam. like taking line test for 30 mins  so that before taking exam could ...
Score Remote management of ASP.NET web applications
dejavue82@yahoo.com - 20 May 2006 2:47 AM - 2 messages
Hi! I was wondering how one is able to manage ASP.NET apps running on IIS/win2003 remotely. PHP/Apache apps can be configured remotely via linux's remote command line console (I guess). However, since windows isn't based on this idea, how is this possible with ASP.NET/IIS/Win2003 ...
Score Exposing Unmanaged C++ Windows Service code as a ASP.NET service.
shyam - 20 May 2006 2:44 AM - 3 messages
I have a C++ COM based windows service which have more than 30k lines of code and which is stablized over years. We need to take the advantage of the ..NET framework for this project, especially the GUI for this service and the ...
Score How can we access a text box in a "sub" that has been created in another "sub" dynamically
loga123 - 20 May 2006 12:57 AM - 3 messages
Hi All, I am new to .net. I am creating a text box in a "button1"  "click event" dynamically based on user input. Name of the text box and ID of the text box contro are set dynamically in the server side code. ...
Score Dynamic event handling!
navin - 19 May 2006 11:04 PM - 1 message
Hi, I am developing a quiz application where the answers for the quiz vary in number, so i am creating checkbox and radio buttons depending on the database result. now my problem is i have to check the which controls are checked in a ...
Score Hide ASPX Extension
Matt - 19 May 2006 11:02 PM - 14 messages
Does anyone know how to hide the ASPX extension of web pages in ASP.Net 2.0? Thanks, Matt ...
Score ASP.NET web setup, custom actions, windows installer SDK
lyl209 - 19 May 2006 11:00 PM - 2 messages
Hi, I am trying to create a web setup project for my asp.net 2.0 website and I had some problems. It worked fine until I want to add some custom actions into it. As some of you already knew, custom actions get fired ...
Score Session or Request.Form for accessing Sensitive data
Microsoft - 19 May 2006 10:50 PM - 1 message
Is getting sensitive information (ie Credit Card info) from either:     - Session("CreditCardNo")     - Or     - Request.Form(tbCreditCardNo) - From where the card was entered in. What is the most secure method? I have one form that collects billind data, then I send the user to another ...
Score Bind CheckBoxList to Business Object
Larry R - 19 May 2006 10:38 PM - 2 messages
Can anyone tell me how to bind a CheckBoxList to a Business Object (class) using the ObjectDataSource? Thanks in advance.. Larry ...
Score Need to serialize a webform
cbonnot - 19 May 2006 10:23 PM - 1 message
Hello, I need to allow a user to dynamically add some controls by using several buttons. After that, I would like to serialize the whole page in order to be able to load the page whenever. To do this job I created a PlaceHolder as container but when I want to ...
Score Write to content page
Dst - 19 May 2006 10:15 PM - 3 messages
Using Visualstudio 2005, masterpage/contentpage layout. I have a old asp page which i need to display in a content page in a aspx page. I tried this: Get the webpage into a string. In page load do Response.Write(strPage); ...
Score How to add a row to the table web control dynamically in asp .net 2.0 on a button click retaining th
loga123 - 19 May 2006 10:09 PM - 1 message
Hi All, I am very new to .net and trying to develop a small application. I am using asp .net 2.0. I have a table control (server) in my code that has header row like this. <asp:Table id="Table1" ...
Score Bound Dropdown list not filling before load events.
Victoria Bolton - 19 May 2006 10:02 PM - 1 message
I have an insert form that I want to double up as a edit form. I pass an id number by querystring and then in the page_Loadcomplete I call a function that fills the controls on the page with the data from a datareader. ...
Score Changing order on Datagrid
Stephen - 19 May 2006 9:33 PM - 5 messages
Hi, How do i let a user change the order of some parameters on a web page? suppose by default when the web page is loaded, suppose he sees this like on a grid PK    Rule 1        Rule 1 ...
Score Deploy ASP.NET 2.0 Website File Not found
mschelstrate - 19 May 2006 8:56 PM - 2 messages
I upgraded an ASP.NET 1.1 website to ASP.NET 2.0. The site runs correctly on my local machine. I published the website to the Web Server into a virtual directory that I created. When I browse to the site, I am receive error 404, ...
Score Stopping the Server Side code from running ?
Jon Delano - 19 May 2006 8:23 PM - 4 messages
Hi I was wondering if it were possible to somehow stop a page from posting back to the server and running the server side code. I have a datagrid and the first column is basically a button. I have added a javascript function to the button : ...
Score Nested usercontrols - system.page not reachable?
Sue - 19 May 2006 8:03 PM - 2 messages
Web app: asp.net 2003, IE, IIS, VB top: system.page -first level: placeholder --second level: usercontrol ---third level: user control containing a datagrid Datagrid itemdatabound assigns: Dim button As LinkButton = CType(e.Item.Cells(0).Controls(0), LinkButton) e.Item.Cells(1).Attributes("onclick") = ...
Score Help adding a "rank" column to a sortable GridView
rusmo1 - 19 May 2006 7:56 PM - 3 messages
I have a GridvVew in which all of the columns are sortable. I want the first column to display the position of the row in the sorted order regardless of which column I've sorted or which direction it is ...
Score Problems using both Server.Transfer & Response.Redirect
Microsoft - 19 May 2006 7:22 PM - 2 messages
Error for Server.Transfer:     Error: Error Executing Child Request     MSDN: [link] Says to use Response.Redirect but get this error here:     Error: The resource cannot be found. ...
Score Changing default selected value in formview dropdownlist
Ben - 19 May 2006 7:21 PM - 2 messages
I have a formview with a few dropdownlists (software version, database version, etc).  When a software version is selected, the database version dropdownlist updates itself accordingly. When in edit mode, everything works fine - the selected value in each list defaults to the value from the ...
Score Are Stylesheets bugged in VS03s Designer?
Elliot Rodriguez - 19 May 2006 6:45 PM - 1 message
Has anyone else experienced a bug trying to get a style sheet to apply to a page in design view when placing controls outside of a container? I'm using normal CSS syntax for including my stylesheet (link rel etc etc), ...
Score Web Form Panel Position Problem
Burstock - 19 May 2006 6:39 PM - 3 messages
I have a page that uses a Panel server control with a vertical scroll bar. It is in a table on the page that uses a Master page for it basic layout. Occasionally, when the page displays in IE (not tried other browsers), the ...
Score Application_Error and debug mode
John A Grandy - 19 May 2006 6:29 PM - 1 message
In VS05 , I have a breakpoint set on a lineo f code in the Application_Error() event .... In the Page_Load() handler of the default page , I've added some code that triggers unhandled exception int i; int j = 1; int k = 0; ...
Score Are cookies encrypted by default
Thirsty Traveler - 19 May 2006 6:26 PM - 3 messages
If session id is stored in a cookie by default, does anyone know if this cookie is encrypted by default? ...
Score complaint
Support - 19 May 2006 6:25 PM - 3 messages
Hello: I have an asp.net  page that implements a file upload and then triggers a lengthy analysis process located in a SQl Store Procedure (Sproc_ProcessFile). If I call Sproc_ProcessFile from the code behind, the web application times out, because it takes too long, WHICH results in the chain of authority to ...
Score Get DateTimeFormatInfo for user?
Claes Bergefall - 19 May 2006 6:06 PM - 5 messages
I would like to format dates etc in the format that the user browsing the page would prefer according to his language setting. The DateTimeFormatInfo class provides all the information I need, but how do I get an instance of ...
Score nt security
js - 19 May 2006 6:02 PM - 2 messages
hi, I have a .net web applicaiton, how to set it up so valid nt user can access(will popup a window login...) ? how to do that? many thanks. ...
Score The process cannot access the file "" because it is being used by another process.
RSH - 19 May 2006 6:02 PM - 8 messages
Hi, I have an ASP .Net web page that creates a temp directory on the server then it is using the File.Copy command to move a file to a temp download directory, Then I am doing a response.Redirect to that URL. ...
Score ASP.NET 2.0 Custom Controls and Skins
aspnet20vb_mike - 19 May 2006 5:20 PM - 2 messages
I have a Custom Control which inherits from GridView. I call it GridViewSort and it is in a namespace "PDS.WebControls". I add it to the Toolbox, drop it on my WebForm and it shows up and works fine. But when I define a skinID for this Custom Control, I am ...
Score VS 2003 to VS 2005 : System.Web.Compilation.CompilationLock
Gaetan - 19 May 2006 4:52 PM - 1 message
Using the latest VS 2005 "Web project Conversion Wizard" , I migrated a web application from VS 2003 ..Net 1.1 to VS 2005 .Net 2.0.  My application is using a custom IIS application pool since I needed to change the account credentials (I'm not using Network Service). ...
Score How to access ASP.NET Calendar control from javascript?
Ben - 19 May 2006 4:50 PM - 6 messages
I have a javascript code in the ASP.NET page. I want to access Calendar control that is inside ASP page and is "run at server". I try to use following code but it doesn't work. <script language="javascript"> ...
Score ASP.NET Session Lost (SQL State Server)
alex.callea - 19 May 2006 4:28 PM - 3 messages
Hi there, We have an asp.net (1.0) web application running on a 6 nodes web farm (Network Load balancing windows 2003 iis 6.0) using a sql state server (SQL 2000 running on windows 2003). Sessions are generally working quite well but we are sometimes ...
Score Visual Studio 2005 webserver crashing
Owen Blacker - 19 May 2006 3:55 PM - 2 messages
Apologies, first of all, for the cross-posting. I'm getting WebDev.WebServer.exe crashing all the time at the moment, despite having done a Detect and Repair with Visual Studio 2005, but I guess that's not so helpful to you? ...
Score Modifying Form Action Attribute - How?
Matt - 19 May 2006 3:47 PM - 3 messages
I have a client that requires a custom extension to all of the aspx pages.  I have created an HttpHandler to receive the custom extension but where do I capture the response of the form with an action attribute to change the extension.  For example a form is rendered to the browser with <form action="test.aspx"> how would I modify this in the rendering stage to change action to something like <form action="text.xxx">.  ...
Score Newbie Question
Samuel Shulman - 19 May 2006 3:28 PM - 7 messages
1 What is .ascx file (is that the new .css file) 2. I added the text below the this type of file <font face ="Comic Sans MS" size="4" color="green"><li> <%# DataBinder.Eval(Container, "DataItem.title" ) %> ...
Score Parsing text with code and ASP.NET
Steven Berkovitz - 19 May 2006 3:15 PM - 6 messages
I am trying (without any luck) to find a way to parse a string and output its processed results. ie: string text = "This is text from a CMS tool <asp:Label runat=\"server\" id=\"test\" text=\"Hello World\" />"; ...
Score Transaction and TypedDataSEt
liming - 19 May 2006 3:12 PM - 5 messages
Hi, I know it's possible to have transactions with Typed DataSet, but I have yet to find an example of it. For example, I have two typed TableAdapter CommerceDataSet.xsd     CustomerTableAdapater          Insert(@CustomerName) ...
Score config file and custom XML Tags
serge calderara - 19 May 2006 3:12 PM - 4 messages
Dear all, Let say that I have developped a funcionnal library that I distribute for use. That library can be integrated in a project by referencing it and then use it by calling function and setting properties. So far so good. ...
Score DetailsView - selecting which CommandField to show
K B - 19 May 2006 3:08 PM - 1 message
Hi, I have a DetailsView control which I need to use for both Insert and Editing a record.  All works fine except I can't figure out how to specify which CommandField to show.  I have both "New, Insert, Cancel" ...
Score IIS and seting .aspx page as default?
Rob R. Ainscough - 19 May 2006 2:46 PM - 6 messages
I'm having a problem with my web server and application -- I set it up using XCOPY (done this many times before on other servers) but for some reason when I navigate to the site it returns a 404.  I heard a rumor that for ...
Score Session Problems
Andyd - 19 May 2006 2:41 PM - 2 messages
Hi everyone, I have an ASP.NET 2005 application that uses COM interop to talk to a 3rd party application server. basically we submit a search to the app server via COM and wait for results to be returned.  This is working fine in my dev environment, however in teh ...
Score Autocomplete Works in older Web site version, not new
thubba2000 - 19 May 2006 2:17 PM - 2 messages
We have a web application developed using IBuySpy. In older versions, Autocomplete on all web forms works. In our latest version, it stopped working on all clients. I have gone through all the groups and tried a bunch of things. Two ...
Score <customErrors> confusion
Jayyde - 19 May 2006 1:36 PM - 2 messages
New to this so please bear with me... I set up the: <customErrors mode="On" defaultRedirect="~/Unavailable.aspx"> </customErrors> And what it'll do is redirect to the Unavailable.aspx page, but then bring up ASP.NET errors saying how it can't display what's going on and in order ...
Score q: .net 1.1. to 2.0
JIM.H. - 19 May 2006 1:16 PM - 2 messages
Hello, My current application work on .netfgramework 1.1. Should I be expecting any problem upgrading .net 1.1 to .net 2.0? ...
Score Metabase, CacheControlCustom and ASPNET 2.0
Will Holley - 19 May 2006 1:16 PM - 1 message
I have a problem with cache headers which I cannot track down. We are running IIS6 on Windows Server 2003 and ASP.NET 2.0. Our application has an installer which sets up our caching options in the metabase - specifically it sets HttpExpires="D, 0" and ...
Score GridView:HyperLink; how to set CssClass in Skin?
Daves - 19 May 2006 12:41 PM - 1 message
If I put the following in the skin definition nothing happens, the links are still not-black (all other attributes are there) ?? <asp:GridView SkinID="Test" > <Columns>     <asp:HyperLinkField ControlStyle-CssClass="Black" /> ...
Score Adding Images in ActiveX (OCX) control in ASP.Net
jayender.vs - 19 May 2006 12:21 PM - 1 message
Hello, I need to add Images in OCX control .. like this is my code  for creating an OCX control: <object id="Viewer" name="Viewer" classid="clsid:853AAF97-E49C-11D0-A303-0040C711066C" align="baseline" border="0" width=95% height=100%> ...
Score q: call asp page from aspx
JIM.H. - 19 May 2006 12:06 PM - 4 messages
Hello, Can I call a web site with asp pages from and aspx project? Any example will be greatly appreciated. ...
Score Error: "Please specify the assembly explicitly in the type name" while migrating web project 1.1 to
Lucky - 19 May 2006 12:04 PM - 2 messages
hi guys, i got an error while i was migrating one of the webproject developed in 1.1 to 2.0. i got error in one dll reference in global.asax. it says "The type 'Ims.Tmpc.Global' is ambiguous: it could come from assembly ...
Score debugging a web service
Julia - 19 May 2006 11:09 AM - 2 messages
Hi I have developed a small web service in VS 2005. I have also made a small client  (also VS 2005) that are using this service. I know that when I did this using VS 2003 I was able to debug the web service code from the client. ...
Score java scripting
LeAnne - 19 May 2006 10:28 AM - 3 messages
i know this isn't the right newsgroup for this query, but nevertheless. I'm looking for a help file or the like with all details or the functions, and object PEMs available in Java scripting. ...
Score Page.User.Identity.Name
luna - 19 May 2006 9:53 AM - 5 messages
Where does this function get the name from ? reason i ask is, a user wanted their name changing on the domain, i fixe everything else (email,login etc etc) but this function still displays the old name cheers mark ...
Score Forms Authenticiation Cookie Problem
Rick Gamble - 19 May 2006 9:46 AM - 2 messages
I have an app using the ASPNET.MDF approach to handle security. The application works properly security wise if run on the production server, behind a firewall, or outside the firewall only if IE's Internet/Tools privacy tab is set to lowest; "accept all cookies". ...
Score Showing footer in an empty GridView...
Stu Lock - 19 May 2006 9:37 AM - 2 messages
Hi, I've spent the last hour trawling google for this - but all I find are people asking the same question! I have a gridview which is being databound to an empty datasource. I can display the 'EmptyDataText' no problem, but the header and footer do not ...
Score Publish web site wrror
simonZ - 19 May 2006 9:28 AM - 2 messages
When I publish my web site and open the page I get the following error: [NullReferenceException: Object reference not set to an instance of an object.]    izpisTV.OnInit(EventArgs e) +84    System.Web.UI.Control.InitRecursive(Control namingContainer) +316 ...
Score Compiler Error Message: BC2017: could not find library
Henrik Stidsen - 19 May 2006 9:25 AM - 1 message
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC2017: could not find library 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET ...
Score Deploy application
simonZ - 19 May 2006 8:57 AM - 1 message
I would like to deploy my asp.net application. First step is to change Active Solution Configuration from Debug to Release. But in the drop-down list in Visual Studio menu I have only debug option for select. Where I can set release? ...
Score Invalid Characters, Posting XML Data, Webrequest
romiko2000 - 19 May 2006 8:15 AM - 2 messages
Hi Folks, I got a weird problem, I create an XMLWriter to post a document via the webrequest stream and after running a network trace, I notice the data is prefixed with 3 invalid characters! The invalid characters are:   ef bb bf, at the top of the stream, which ...
Score CSS apply only in design mode
spp - 19 May 2006 7:40 AM - 3 messages
I have an web app wich uses a css file. At design mode it works fine but when I preview my pages it's not apply. I use VS.NET 2005. ...
Score IIS Remoting Help!
Spam Catcher - 19 May 2006 6:32 AM - 1 message
Hi all, I have a delemia, I can't seem to remote my objects! I am getting the following error in IIS: System.NullReferenceException: Object reference not set to an instance of an object. .... more stuff The object I am trying is very simple: ...
Score ASP NET server can not response after long job
jacob - 19 May 2006 6:21 AM - 10 messages
Hi everyone: I have a problem in ASP NET. Here is my situation. I developed an ASP NET application. It concerns data statistics. DB is oracle 10g, Web server is IIS 6.0, Server OS is Win2003, Client OS is Winxp, ...
Score determine sql decimal precision in .net
Sam - 19 May 2006 6:09 AM - 3 messages
Hi, I would like to be able to read the scale & precision of a decimal type contained in a sql server table  from vb.net. I would like to set some properties (like width,format) of a gridview's ...
Score Retrieve session from different app domain using Out-Proc SQL session
irfangani - 19 May 2006 6:04 AM - 2 messages
Hi, I have two web applications one in VB.Net and other in C#. I am using Out-Process session state using SQL server. I create a session in VB.Net application. If I access the session in the same application, I ...
Score A serious bug??
ad - 19 May 2006 4:10 AM - 8 messages
am use VS2005 to develop Web application. I put some DataTableAdapters in a ClassLibrary. When the Web Application need to deal with data, it call the methods in the ClassLibrary. It run ok in the VS2005 IDE. But when I deployment my Wep applicaotn to Web ...
Score Reading files in a pages directory
farseer - 19 May 2006 3:52 AM - 2 messages
Hi, I am storing certain files in the same directory as an asp page.  I'd like for that page to be able to read read the names of the files in that directory with a certain extension and create a hyperlink to them. ...
Score Excel and ASP
gotgame0314 - 19 May 2006 3:11 AM - 3 messages
I am new to asp.net and would like to know the easiest way to view an Excel file in my asp app. ...
Score Password Validation
Ron - 19 May 2006 2:56 AM - 2 messages
Hi, I need a regular expression for a login control i am using. It needs to validate a minimum password length of 8. Must consist of 1 upper case character and 1 numeric character and no non-alphanumeric characters. Can some one please show me an example. ...
Score Textbox in User Control error -does not exist in current context
aarepasky - 19 May 2006 2:41 AM - 3 messages
I am using ASP Web 2005 express and I have a textbox in a user control. Now when I try to use it in another user control, I get the error that it "does not exist in current context.  These 2 user controls are each ...
Score Crosstab query output
PW - 19 May 2006 2:22 AM - 1 message
I am trying to create a crosstab report in ASP.  I'm using ASP/VBScript and Access database.  I used Access to create the SQL query, then copied the SQL and embedded it in my ASP like this ... ...