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 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 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 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 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 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 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 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 - 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 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 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 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 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 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 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 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 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 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 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 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 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 Building other sln (to build references)
Sajjad Akhter - 19 May 2006 1:46 AM - 6 messages
Hi, We have a quite a big test/automation frameworkd which is used be testers to write their tests. Right now all of the framework is built by seprate solution and tests (those using the framework) refer to the binaries. ...
Score User control accessing outside control
tshad - 19 May 2006 1:35 AM - 4 messages
I am trying to put together a user control (.ascx). Can you access an outside control from it? My control: login2.ascx **************************************************************** <script runat="server"> Sub Page_Load(sender as Object, e as EventArgs)   if not IsPostBack      myBody.Attributes.Add("onLoad","document.forms[0].UserName.focus()") ...
Score SqlDataSource
Victor Rodriguez - 19 May 2006 12:48 AM - 2 messages
Is there a way to pass a SqlDataSource from one page to another having captured data on the first one but not sent it to the server until the second page has capture some other data? thanks, Victor ...
Score GridView: Calculated Field
sck10 - 19 May 2006 12:13 AM - 2 messages
Hello, I am using the following DataSource with a GridView.  My question is how do I show the calculated field in a GridView for the following: RevenueQtr01 + RevenueQtr02 + RevenueQtr03 + RevenueQtr04 AS strActualRevenue ...
Score Datasource doesn't generate data
sck10 - 19 May 2006 12:10 AM - 2 messages
Hello, I have two datasources.  The first one pulls data from a Stored Procedure. The second one from an SQL String.  They both get there parameter value from a GridView (ControlID="gvSearchList").  I've tested the stored procedure ...
Score Generic Message Page
Giovanni - 18 May 2006 11:55 PM - 2 messages
Dear Friends,      I'd like to build a generic message page whereby several parameters would be passed to it (Title, Header, Message, etc...).  It would display this information in several labels and allow the user to continue or redirect ...
Score Postback,Master page,User control problem
yoknows - 18 May 2006 11:37 PM - 2 messages
Hello .Net Gurus.  This is my first post here so I apologize in advance if I have not provided the right information.  I hope someone has seen this problem before and can tell me what I am doing wrong.  I have ...
Score Hot to handle "Directory not found" from ASP.NET?
Casper Stendal - 18 May 2006 10:58 PM - 2 messages
Is it some how possible to handle a "directory not found" error through ASP.NET (or ASP), without having to make speciel a setup for the application in IIS, when it comes from an URL without extension, like this: [link] ...
Score SDK VS RUNTIME LIBRARY
Kevin - 18 May 2006 10:27 PM - 4 messages
Wondering what the difference is.  As it is I have an application on a share which doesn't run if we install the 2.0 runtime.  But when the SDK is installed it works fine.  Wondering what kind of issues would ...
Score Line break in GridView Header Text
sck10 - 18 May 2006 10:12 PM - 3 messages
Hello, I have the following for a GridView.  How do you break the HeaderText into two lines.  I tried using: HeaderText="Revenue <br /> Impact", but that doesn't work.  Any help would be appreciated. ...
Score Need Control type
Dave H - 18 May 2006 10:03 PM - 2 messages
If I pass a WebControl to a function, I want to get that controls 'type', and then loook at the other properites avaiable for that type, like ..Checked, vs .SelectedIndex. How can I get the type? Thanks, Dave ...
Score Web services and firewalls
Joe - 18 May 2006 9:45 PM - 2 messages
To my understanding a web service uses port 80. We have a number of clients that are having a problem connecting due to their firewalls. Is there something I can do to correct the problems? Is it possible that the response ...
Score Second Super Simple Question (Which I cant get!)
Badass Scotsman - 18 May 2006 9:24 PM - 5 messages
Hello, I have some "runat server" form drop downs on the page, for example: <asp:DropDownList  ID="TypeOfParrot" Runat="server" name="TypeOfParrot" class="textbox"> <asp:ListItem Value="">Please Select</asp:ListItem> <asp:ListItem Value="Cockatoo">Cockatoo</asp:ListItem> ...
Score Populate Dropdown from SQL Server
Jerry - 18 May 2006 9:20 PM - 4 messages
Hello everyone! I'm trying to populate a dropdown list from SQL Server but it's not being populated. I've tried all sorts of suggestions and examples that I found from Google but I just can not get it to work. I am able to ...
Score Math.round question
Richard Cranium - 18 May 2006 9:02 PM - 2 messages
Using the number 1.015 [many numbers having a 5 at the third decimal point could be used but not all] ***************************** the following script returns 1.02, which is correct var T; var S=new String(Math.round(parseFloat(1.015).toFixed(2)*100)); ...
Score Membership & Roles in 2.0
Demetri - 18 May 2006 7:35 PM - 3 messages
I have several questions regarding the Membership and Roles mechanism in ASP.Net 2.0. 1. In the box, it comes with SqlMembershipProvider, which uses SQL Express 2005. What if I want it to use SQL Server 2005 Enterprise (not express) ...
Score .NET Membership - Domain Authorization doesn't work with roles
00_DotNetWarrior - 18 May 2006 6:50 PM - 2 messages
I am trying to setup a  simple authenication to protect my application. I am using Windows authenicated (enabled in IIS) and I am running .NET 2.0 If I am using users, it works:       <authorization> ...
Score What is "Protected" doing?
Tina - 18 May 2006 5:30 PM - 5 messages
This is an issue regarding what exactly is accomplished by using "Protected" when defining a variable.  It seems it does much more than just applying Protected status to a variable. I have an ascx control named HeadingBar.  I have dragged it onto an aspx ...
Score Re: Encrypting confidential data including foreign keys
Alexander Kuznetsov - 18 May 2006 3:43 PM - 2 messages
you can use built in database security to accomplish your goal ...
Score SqlDataSource
Victor Rodriguez - 18 May 2006 3:41 PM - 4 messages
Is there a way to pass a SqlDataSource from one page to another having captured data on the first one but not sent it to the server until the second page has capture some other data? thanks, Victor ...
Score ADO.NET Timeout Exception - I have tried everything
Sorcerdon - 18 May 2006 3:39 PM - 2 messages
Hello! I am looking for someone who has solved this multi-million people's problem. EVERYONE seems to ahve this problem. Im a creating a data set and populating it with a call to a store proc. Its a complex stored proc with the end result as an insert to a temp ...
Score Renaming App_Code.dll
Martin Simard - 18 May 2006 3:27 PM - 5 messages
Hi all, Is there a way to rename the App_Code.dll generated from the code that belongs to the App_Code folder? We are developping several web applications that we are merging in a single application on our production server. This works great with the new ...
Score can the error dialog be disabled?
ChainsawDude - 18 May 2006 3:00 PM - 2 messages
When my asp.net application has a severe error, a dialog appears that says "aspnet_wp.exe application error" with more details and two buttons for OK and debug.  This happens on XP but not windows 2000 server. The problem is that it blocks aspnet_wp.exe until the dialog is dismissed. ...
Score Using a Custom Server Control inside an ItemTemplate in DataList
Charlie@CBFC - 18 May 2006 2:51 PM - 3 messages
Hi: When using templated columns in DataList, ASP.net server controls can be inserted.  Rather than using the base ASP.net server controls, I would like to use one of my own custom server controls.  Example:  I have custom server ...
Score ViewState: Save & Load From database
Irene - 18 May 2006 2:30 PM - 2 messages
Hello all! I'm creating a web site in ASP.NET (VB.NET). One of the requirements was to allow users to create orders going through several steps. A must have is to have an option to save the work in any phase (any step) and to be able to ...
Score how to submit form data from non asp.net page to asp.net page
Dica - 18 May 2006 2:18 PM - 3 messages
i'm trying to set up a general forms processing page that reads through all the form fields and email the user the field name + value. the user should be able to author the forms page itself using plain html. the page_load ...
Score Regular HTML vs ASP.Net controls
Ryan - 18 May 2006 2:11 PM - 9 messages
Regular HTML vs ASP.Net controls Anyone use regular html instead of asp controls?  why? For one, if you have some code needed on 10 pages, building the piece of code in a method makes the most sense. is it good to mix? ...
Score touchscreen asp.net vs vb.net....
Ryan - 18 May 2006 1:51 PM - 2 messages
Can someone give me an idea how they would approach a touchscreen application... and why you would use web over windows... and vice-versa? If an application is webbased, you could set up a kiosk so the web application was full screen using javascript.... and if you didnt have ...
Score XPath question
Joe - 18 May 2006 1:24 PM - 4 messages
Hello All: In XPath, if I want to request all nodes which have an attribute of 'path', I could code: xmlDoc.SelectNodes("//@path"). What if I want all nodes that do not have a path attribute?  Does anyone know the XPath for this?  I've tried: ...
Score bizarre! aspnet 2.0
Vai2000 - 18 May 2006 1:05 PM - 2 messages
Hi All, I have been an expr. asp.net 1.0 developer. When I built my asp.net 2.0 site I don't see no dll in the bin directory...What's up with that? even after I inserted some events on the .cs file the page worked fine.... ...
Next » 2 3 4 5 6 7 8 9 10