Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Re: Print Page - Remove Headers and Footers
Mike Hofer - 9 Jul 2005 11:34 PM - 2 messages
In <e$V8jZBhFHA.1***@TK2MSFTNGP09.phx.gbl> Mythran declaimed: Actually, I found an ActiveX control that will let you do this from script in your web pages. It's free, and freely distributable, to boot!! :) Check out this URL: [link] ...
Score Q: certificate
JIM.H. - 9 Jul 2005 6:32 PM - 7 messages
Hello, I have a web based application for our internet. I see some sites have https, called certificate. I have the following questions: 1. I am wondering if it is really required to have a certificate if you are keeping some confidential data in your database. ...
Score asp vs aspx
JIM.H. - 9 Jul 2005 6:23 PM - 4 messages
Hello, I have following two questions: 1. Is there a difference between ASP and ASP.NET environment concerning security and any other major issues? 2. We have both dreamweaver and Visual Studio, which one is better to start a new project? ...
Score LDAP search to DataGrid from sample code
Dave - 9 Jul 2005 5:30 PM - 1 message
Could some kind soul please explain to me how i could implement this in a DataGrid. I found the sample here. [link] I'm a complete noob so any help is appreciated. ...
Score Designer Support when Inheriting from a Base Page Class
thechaosengine - 9 Jul 2005 5:06 PM - 4 messages
Hi all, I wanted to put some common security functions into a class that inherits from the Page class and then use the new class as the basis for all my pages. Unfortunately, if I try and inherit from my new SecurePage class and not ...
Score help Dynamic content ??
serge calderara - 9 Jul 2005 5:02 PM - 1 message
Dear all, I am new in asp .net, the whole de of course is making web site. Then I have question relatif to the content of a web site. I have heard people talking about "dynamic content" what dos reeally means? ...
Score IErrorInfo.GetDescription failed with E_FAIL(0x80004005)
ayha1999 - 9 Jul 2005 4:09 PM - 1 message
Hi, Has anybody ever encountered this error? When using the OLEDbDataReader with Access I get the following error: "IErrorInfo.GetDescription failed with E_FAIL(0x80004005)" ayha ...
Score enum data type
guoqi zheng - 9 Jul 2005 3:16 PM - 5 messages
Trying to declare a enum datatype. Below works    Public Enum EnumCharSet         IBM037         IBM437         IBM500    End Enum ...
Score Re : Re: Problem with Response.TransmitFile
Thomas Andersson - 9 Jul 2005 1:28 PM - 1 message
Hi, Thank you very much for the suggestion! Do you have the code in VB format, my project is programmed in Vb… I have tried to use the code below, but it wont work... Dim AbsFilePath As String ...
Score Progress Bar
Chris Kennedy - 9 Jul 2005 8:16 AM - 4 messages
Is there any way of doing a progress bar on a file upload. I have alway used asp with SA File Up but on this particular app there are a lot end users uploading photos which may be quite big, I can see the end users not ...
Score ASPServer Database
jack-e - 9 Jul 2005 4:34 AM - 2 messages
Hi, Instead of using the default ASPServer database to store my session, I want to create a database with a different name? (so I'm not sharing with other sites) I have read something about using Aspnet_regsql.exe - am I on the right ...
Score form submit
SAI - 9 Jul 2005 3:50 AM - 3 messages
In traditional webpage, we use "form submit" (post or get) to submit value between 2 pages. In asp dotnet, the submit button provide the event to do it so I can submit the form. But, how to submit to another page? e.g. Page A to ...
Score common libraray
SAI - 9 Jul 2005 3:47 AM - 6 messages
In old asp, we like to write some "inc" file for including some common shared functions between pages. How to do it in asp.net? should I use .cs file to do it? Besides, should I compile these .cs file? any links for ...
Score What happens to the NOT rendered web control?
Eason - 9 Jul 2005 2:43 AM - 2 messages
I added a web control into this.Controls. But I did not render it in the RenderControl. This control keeps some information that I need when postback. The interesting is when the page posts back, I can get the information kept in ...
Score Clear text passwords and Oracle - arrrrrrgh - please help!
Anonymous User - 9 Jul 2005 1:24 AM - 1 message
Hi, I am working on a mobile application that consists of a number of handheld scanners, an Xml Web service and an Oracle 9i database in a highly secure environment. The .Net Compact Framework application running on the scanners executes Web service methods, which in turn execute Oracle database ...
Score aspnetform and master pages
bm - 8 Jul 2005 11:14 PM - 3 messages
Does anyone know how to get a form's name to be anything other than "aspnetform" when using master pages? Thanks, Brent beta 2 ...
Score create a date
Kurt Schroeder - 8 Jul 2005 10:45 PM - 7 messages
ok, simple question...... i want to set a datetime var with a specific date i try Dim d As DateTime d.date = "05/05/2005" or d = 20050705 and so on,... how do i do it thanks this is a basic basic one for most i guess.. ...
Score hyperlink column in datagrid in web user control
mimi - 8 Jul 2005 10:10 PM - 2 messages
I need 2 different view on spending report for accounting and user.  To accomplish it, I create 2 aspx page AccRpt and UserRpt. I created a web user control called summary.ascx.  In the control, there is a datagrid which contain a hyperlink column to go to spending detail. ...
Score How to set the Attributes of a control in Template
ad - 8 Jul 2005 9:54 PM - 2 messages
Hi, If a control in in web form, I can set the Attributes in Page_load event, like: Button1.Attributes["onclick"] = "return confirm('Are you sure?');"; But If the cotrol is in a  DataGrid's template, if I use the same code ...
Score Displaying images in a repeater from database
marvin - 8 Jul 2005 9:52 PM - 3 messages
Hi, I am trying to display images in a repeater from a SQL database and do some transformations on the image prior to displaying them (such as thumbnail with a shadow). The problem is I can't seem to get the data ...
Score Encrypt sqlconnectionstring on XML files
Luis Esteban Valencia - 8 Jul 2005 9:42 PM - 4 messages
Hello I want to encrypt the sqlconenction string on the xml configuration files.       The problem is the following       I have an application at my company that accesses a sql server local ...
Score question about a Server Control
Kurt Schroeder - 8 Jul 2005 9:35 PM - 4 messages
I need to create a calendar application and i found a control called eventCalendar from Quickwebsoft.com. Can anyone who has used this control give me some feed back on it? thanks kes ...
Score Need Javascript - if user clicks in textbox, label not visible
Sandy - 8 Jul 2005 9:01 PM - 8 messages
Hello - I have a form that when submitted checks the database and if the username is already taken, a label shows indicating same. I need to make that label NOT visible after the user clicks in the username textbox to change the name. ...
Score Accessing Child Controls from a parent datalist or datagrid contro
Moojjoo - 8 Jul 2005 8:57 PM - 1 message
OK fellow developers... I am running into a new problem.  I have developed a datalist Inside the datalist I have a label What I want to do is set the label value using a class I developed.  The ...
Score Yet another listbox question!
zdrakec - 8 Jul 2005 8:47 PM - 5 messages
Hello all: I have two listboxes on a webform, the user selects items from the first (which is, naturally, multi-select), and clicks a button that will copy the selected items into the second box. The code to achieve this is simple: I iterate through the first listbox' items collection, ...
Score Initiating a new Request mid-page?
pmccombs - 8 Jul 2005 8:40 PM - 2 messages
I have a situation where I am migrating some ASP pages to ASP.NET.  A particular page that I have migrated #includes another ASP page that is not going to be migrated. This is unforunate because it causes the two ...
Score Discovering fields in a webform
Sanjay Pais - 8 Jul 2005 8:38 PM - 5 messages
I need to write an application in C# that can accept a WebForm. I am assuming the WebForm would need to be accessed in design mode. I need to recursively iterate through the fields in the form, including the fields in ...
Score <credentials> in web.config
Diffident - 8 Jul 2005 8:25 PM - 1 message
Hello All, My web application uses forms-based authentication which I have set up in the web.config. Now there is a page which needs to be accessed in case of database failure. Now since forms-based authentication uses database, I ...
Score URLEncode doesn't like apostrophes?
darrel - 8 Jul 2005 8:05 PM - 1 message
I'm trying to pass a text string via a querystring. I'm using URLEncode to pass it and URLDecode to grab it. This works, unless the string has an apostrphy in it. Is there a reason that URLEncode/Decode chokes on this? Is ...
Score Can I view a dataset's contents from the debugger?
MattB - 8 Jul 2005 7:51 PM - 4 messages
It looks like I can't (VS.Net 2003) but I want to be sure I'm not overlooking something. Anybody got a good trick to do this? I'm getting some things going on in a dataset and having a hard time figuring out ...
Score gif question
dee - 8 Jul 2005 7:37 PM - 2 messages
Hi, I have a gif image and I would like to change the colors in it. But only the colors that are in the image's palette are accepted. How could I change the palette colors? What program/s can be used to do this? ...
Score Intercept request calls in any application with a windows service?
Luis Esteban Valencia - 8 Jul 2005 7:17 PM - 1 message
Is that possible? To create a a windows service install it on a machine and that when any users in any webform clicks a button the windows service intercept that and make any further processing. Can u you point me to the right direction. ...
Score Print Page - Remove Headers and Footers
Robert Adkison - 8 Jul 2005 7:03 PM - 6 messages
I need to print a web page.  It is my preference that my users just do a File/Print from explorer.  That way my users will get the print dialog that will allow them to select the fax printer.  The only problem with doing this ...
Score Running aspx pages on 1&1, signed library and master pages
Carl Gilbert - 8 Jul 2005 6:53 PM - 2 messages
Hi I am trying to get a site working with some 1&1 web space.  I have the MS Business Pro account which has ASP.NET Support and SQL Server. I am trying to get an online gallery to work but I can not get the ...
Score CS0234 Global does not exist ... but it genuinely does
Bill Johnson - 8 Jul 2005 6:34 PM - 1 message
Server Error in 'DataGrid' Application Compilation Error CS0234: The type or namespace name 'Global' does not exist in the class or namespace 'System.Web.UI.WebControls.DataGrid' (are you missing an assembly reference?) ---------------------------------------- I get the above error ONLY WHEN I create a brand new, empty C# ASP.NET ...
Score ASP.NET v2 LoginView
RedEye - 8 Jul 2005 6:31 PM - 1 message
Hello, I have been looking for a way to add roles to a LoginView control programmatically and it's not working.  I have called the sub at init and load and neither work. Does anyone know what I may be over looking? ...
Score Insert, Update and Delete. Can somebody please help me?
Shapper - 8 Jul 2005 5:30 PM - 4 messages
Hello, I have created 3 functions to insert, update and delete an Access database record. The Insert and the Delete code are working fine. The update is not. I checked and my database has all the necessary records in it when testing it. I get the error "No value given for one ...
Score onSubmit only works for buttons
Tina - 8 Jul 2005 5:16 PM - 5 messages
I have some javascript that I want executed whenever my form is subitted so I put onSubmit= "return myfunction();" in my <form clause on my aspx page. If the user hits a button the javascript executes just fine.  But if the ...
Score Advanced Installation Projects
Luis Esteban Valencia - 8 Jul 2005 4:55 PM - 5 messages
Hello I want to read a little about how to make advanced installation projects. Can somebody point me in the right direction? Any book about it?. ...
Score Can't use attributes.add for checkbox?
Paul W - 8 Jul 2005 4:38 PM - 4 messages
Hi - Why does this code:                 Dim mychk As New CheckBox                 mychk.Attributes.Add("Resid", "R" & 123213) ...
Score Web Forms at run time
Javicho - 8 Jul 2005 4:38 PM - 2 messages
How do I create a form at runtime in ASP . NET???? ...
Score Installation Project must ask for sql server user and password and create database
Luis Esteban Valencia - 8 Jul 2005 4:36 PM - 2 messages
Hello. I did an application it has 3 projects. 1.  Web Project 2. Library of Classes 3.  Database Project-. In the database project there are many scripts that must be executed on certain order. I need to make my webproject to ask the user where they want to install the ...
Score How do I prevent "flashing" when refreshing a web page?
Ray Stevens - 8 Jul 2005 4:00 PM - 4 messages
I know there is a setting that will prevent screen flashing when refreshing a web page but cannot seem to find it. Can someone point me in the right direction? ...
Score Reccomended ways to add data-driven checkboxes/textboxes, etc?
Jim Bancroft - 8 Jul 2005 3:58 PM - 4 messages
Hi everyone, I need to add a few rows' worth of web controls to my page.  It's supposed to work like this: I have a DataTable to loop through, and every row in it requires a corresponding text and checkbox on the form. ...
Score Getting COM components running in ASP.NET to connect to SQL Server databases
Oenone - 8 Jul 2005 3:49 PM - 8 messages
Sorry for the cross-post but I've really no idea where this is best suited. I've an ADO.NET application which connects to a SQL Server database. I have spent the entire morning trying to get it to connect, but eventually got it ...
Score Application_AuthenticateRequest Problem
Alessio Brizi - 8 Jul 2005 3:43 PM - 1 message
Hi to all, I have a problem with the method Application_AuthenticateRequest in the global.asax file. I developed a web application with an url rewriting module, with a private area. In the web.config I set up the authentication mode to forms and I have no ...
Score Strange question on .NET and Oracle connection
Diffident - 8 Jul 2005 3:29 PM - 3 messages
Hello All, I am trying to redirect users to a standby webpage in case our application is down due to database server failure. To facilitate this I am opening a test connection within a try/catch block in application_beginrequest event of ...
Score Form fill causing problem
tshad - 8 Jul 2005 3:17 PM - 1 message
MSN has a toolbar that has a Form Fill function that will try to fill form fields on forms when they come up. The problem is that it causes problems with some forms and functions. I found this out this weekend.  If you have your address set up in your Form ...
Score How to allow Visual Studio to open projects on a server?
mjpmsa@yahoo.com - 8 Jul 2005 3:08 PM - 3 messages
What permissions are necssary to allow developers to open an ASP.Net project so that they can compile it through Visual Studio?  They can do this fine on their local machines, but not on a somewhat locked down server that they are accessing through shares.  I'm investigating what ...
Score ASP.Net and error messages from submitting a MCMS posting
jademoon - 8 Jul 2005 3:07 PM - 2 messages
I am having problems since we built a new Exchange Server 2003 (member server) and removed the Exchange 2000 (member server) from out network. The error comes about when an MCMS Author "submits" a web page. Using the MCMS Workflow, this hooks into smtp and delivers mail to the ...
Score ASP.NET - unable to persist data between postbacks
Owen - 8 Jul 2005 3:02 PM - 2 messages
Firstly, if this is the wrong newsgroup for my question, please direct me elswhere and accept my apologies!   It's a question about ASP.NET but also uses VB.NET classes. This is a little strange, but I feel I'm missing an obvious answer.  Perhaps ...
Score Re: How to find a last day of the following week?
Tom John <> - 8 Jul 2005 2:34 PM - 1 message
On Mon, 9 May 2005 15:33:29 +0100, "Mark Rae" <m***@mark-N-O-S-P-A-M-rae.co.uk> wrote: Date.Now.AddDays(-Date.Now.DayOfWeek).AddDays(14) Hope this helps Tom ...
Score Accessing a remote file over the network
Gopi - 8 Jul 2005 2:32 PM - 3 messages
Hi all, I need to find the size of a file which is located on a remote unix box.I have been given Samba mount acces for the shared folder through which i can access the file. I am using Fileinfo object to find the attributes of the ...
Score with recompilation
Britney - 8 Jul 2005 2:22 PM - 2 messages
hi all,       Sometimes I noticed that when I use WITH RECOMPILE inside stored procedure, the performance is better (more consistent), why? ...
Score Error Uploading Files
matthew - 8 Jul 2005 2:09 PM - 3 messages
Windows XP Pro IIS 5.1 I am using the cookie cutter code from [link] to try to upload a file. THe issue is (I believe) that with XP Pro the Permissions are not set the ...
Score Accessing attributes from javascript
Mantorok - 8 Jul 2005 2:06 PM - 2 messages
Hi all I'm adding some controls in Page_Load and want to add an attribute: control.Attributes["example"] = "test"; However, can I access this attribute from javascript? Thanks Kev ...
Score Public Withevents Changing to Protected
Mike Voissem - 8 Jul 2005 1:36 PM - 8 messages
Every time I change a web user control(place a new object on it, or just change an objects properties), all of my Public WithEvents change to Protected WithEvents.  Anyone have an idea of why this might be happening? ...
Score IHttpHandlerFactory interaction with VisualStudio
John H Clark - 8 Jul 2005 1:27 PM - 6 messages
I am building an IHttpHandlerFactory to process all requests to folders in my site. When an attempt to access internal folders is detected the request is rerouted to an error page. All other attempts are processed using return PageParser.GetCompiledPageInstance(url, pathTranslated, context); ...
Score Dropdownlist headings
jack-e - 8 Jul 2005 12:58 PM - 4 messages
Hi, Senario: i have a dropdownlist which is bound to a lookup table. question: how do i insert headings into the dropdownlist which cannot be selected, without altering the selected values of the other bound items? Thanks. Jack ...
Score Method not allowed
Luis Esteban Valencia - 8 Jul 2005 12:49 PM - 1 message
Hello I got this program and this error. Unable to complete web request. Web Exception error: Error en el servidor remoto: (405) Método no permitido Its supposed to send xml messages to a biztalk assembly and then it should ...
Score Getting values from user control added to DataGrid
Moojjoo - 8 Jul 2005 12:49 PM - 4 messages
I created an user control (.ascx file) with a DropDownList (DDL) with the following code behide: public string Selected_dept_value()        {            string dept_value = dept_dropdown.SelectedValue; ...
Score How to get ASP.NET to find DLLs in different paths
Oenone - 8 Jul 2005 12:45 PM - 8 messages
I'm sure there's an obvious way to do this, but I'm missing it so far. I have an ASP.NET application that relies on several DLLs to work. Currently in order to get my site working I have to put them all in the bin/ folder ...
Score Layout with user objects is messed up
Jimmy - 8 Jul 2005 12:19 PM - 2 messages
Hi I am trying to get a nice layout for my user objects and other webcontrols. I have an asp:table with all the webobjects in here but it still looks messy.. Any tips? ch Jimmy ...
Score Javascript on asp:radiobutton
Neo - 8 Jul 2005 12:10 PM - 2 messages
Hello All, This one has me stumped, but before going to write a code, i want to be sure of the solution. I have a asp:radiobutton group on a page, and on click of any of the radiobutton, i need 4 asp:dropdown boxes to be filled in on the client ...
Score ASPServer
jack-e - 8 Jul 2005 11:25 AM - 1 message
Hi, Instead of using the default ASPServer database to store my session, I want to create a database with a different name? (so I'm not sharing with other sites) I have read something about using Aspnet_regsql.exe - am I on the right ...
Score Custom field validators not firing in Firefox or Netscape
John Abbler - 8 Jul 2005 11:09 AM - 6 messages
I'm currently testing doing some testing with other browsers and have found that my custom field validators aren't firing with Firefox or Netscape, but they work fine with Ie. Here's the code I'm using: <asp:CustomValidator id="vld1PaymentType" ...
Score DataBind to DropDownList Problem "The IListSource does not contain any data sources"
Assimalyst - 8 Jul 2005 10:48 AM - 11 messages
Hi, I'm attempting to use a data reader to load data from a single table, tblCountry, with two columns, countryNo (the Key) and countryName, into a DropDownList box. Here's the code: protected System.Data.SqlClient.SqlConnection conn; protected System.Data.SqlClient.SqlDataReader drCountry; ...
Score Access to WebControl from client?
MilanB - 8 Jul 2005 10:15 AM - 3 messages
Hello I use DropDownList (webControl) for choosing user account type for my site. I set desired value, and disable control, in order to disable user to modify it. Is there any possibility to user can modify this control from client site ...
Score How do I do that? (a9.com)
dhnriverside - 8 Jul 2005 10:10 AM - 1 message
Hi guys Just been looking at A9, and I want to do something similar to the way their tabs work. They've got a number of tabs (About Tools, Your History, etc). and when you click the tab, it doesn't refresh the page, only the bit below the tabs. ...
Score Virtual / Dynamic Folder
Ben Harper - 8 Jul 2005 9:42 AM - 4 messages
How can I create a virtual, or dynamic folder? I want to serve up images on request, where the image url contains all the information needed to display it. These images must be generated on the fly. Thanks, Ben ...
Score Validation of Doubles - the European way
Kloofy - 8 Jul 2005 8:54 AM - 1 message
Hi, I have a problem with a RangeValidator which is set to ValidationDataType.Double. While the Validation works with using decimal comma instead of point, it doesn't  support points which are used to separate every third digit (e.g. 1.000,00). ...
Score newbee questions on web garden
Danny Ni - 8 Jul 2005 8:01 AM - 2 messages
Hi, I have questions: (1) To establish web garden, a machine must have mutiple processors. Right? (2) To use ASP.Net session in a web garden environment, process model must be out-of-process, not in-process. Right? (3) How do I change an ASP.Net web application to out-of-process state ...
Score Forms auth problem
Tumurbaatar S. - 8 Jul 2005 8:00 AM - 1 message
My app Web.config contains:     <authentication mode="Forms">       <forms name="myauth" loginUrl="default.aspx" protection="All" timeout="1" />     </authentication> And default.aspx shows login/password form, checks posted values ...
Score HTTPS
Aurelio - 8 Jul 2005 7:28 AM - 2 messages
I need some of of the pages of my web aplicattion work under the HTTPS protocol. How can i do it? ...
Score .NET proficiency jumps in demand
Patrick Olurotimi Ige - 8 Jul 2005 7:24 AM - 1 message
[link] hmain.78abb8a4.html *** Sent via Developersdex [link] *** ...
Score Url rewrite question
Patrick.O.Ige - 8 Jul 2005 7:07 AM - 1 message
There  is a URL http://localhost/test/reply.aspx?post=9 and its re written to http://localhost/test/reply9.aspx But when the mouse is over the link http://localhost/test/reply9.aspx  i still see QueryString link below the browser. ...
Score Writing a BLOB by UPDATE
Maury - 8 Jul 2005 6:58 AM - 2 messages
Hy, It's possibile to EXECUTE an SQL (UPDATE) command in ASP.NET to write a Blob object (for example an image) into my database? By now I'm using a disconnected approach, but I need an SQL approach.... thanks ...
Score difference between html table and asp:table
Beffmans - 8 Jul 2005 6:16 AM - 2 messages
Hi I work with .net 1.1 and i wanted to know the difference between a html table and a <asp:table>? Which one is better for a consistent layout of your asp.net pages? ch Beffmans *** Sent via Developersdex [link] *** ...
Score with out using system.management
Yoshitha - 8 Jul 2005 5:38 AM - 4 messages
Hi to get the cpu id i'm using the system.management class. is it possible to get the cpuid with out using system.management ? if poosible can anybody tell me how to get. thanx in advance Yoshitha ...
Score How to display blank instead of &nbsp; in BoundColumn if null
Calvin KD - 8 Jul 2005 5:37 AM - 2 messages
Hi everyone, Can someone show me how to display an empty string in a boundcolumn of a datagrid when the data source item is NULL. Datagrid by default displays the   and that's BAD!!!!! I've tried the following in the ItemDataBound event but it gave me an ...
Score regular expression validator
niju - 8 Jul 2005 4:39 AM - 2 messages
Hi I have a text box which takes either 8 or 10 digit number. I am using a regular expression valuator to validate the text box. I also want to be able to remove any white space from the text box. Is there a way to do ...
Score ASPState
jack-e - 8 Jul 2005 4:26 AM - 1 message
Hi, Instead of using the default ASPServer database to store my session, I want to create a database with a different name? (so I'm not sharing with other sites) I have read something about using Aspnet_regsql.exe - am I on the right ...
Score web.config documentation is where?
clintonG - 8 Jul 2005 3:41 AM - 4 messages
Specifically, the <clear /> and <remove /> elements are documented where? <%= Clinton Gallagher ...
Score Custom Page member
Tumurbaatar S. - 8 Jul 2005 2:51 AM - 4 messages
Hi! The situation is: 1. In Page_Load, I open a database connection which is closed on handler finish. 2. In Button_Click, I do same thing again as above. So during one request, a db connection opens/closes 2 times. I think this is ...
Score Using user controls in datagrids
Moojjoo - 8 Jul 2005 2:18 AM - 3 messages
I was wondering if anybody in this forum has tried the following: <edititemtemplate> <uc1:department_dropdown id="Department_dropdown2" runat="server"></uc1:department_dropdown> </edititemtemplate> This produces a dropdown and then when a user goes to update I have the ...
Score How to force outofmemory exception throw
Ricky Chan - 8 Jul 2005 1:48 AM - 2 messages
In the production environment, it always occurs and the worker process did not recycle automatically. Therefore, it make the system service break to client. In development environment, we write a program to loop sth and force outofmemory throw. however, when the w3wp exceed physical mem, ...
Score Referencing main asp dll from HttpModule
craigkenisston - 8 Jul 2005 1:04 AM - 3 messages
I have an asp.net application. This have a very special class that I use all over the site code. I also have an HttpModule which has been working quite fine. Now, due a strange requirement I need to read some properties from my ...
Score Can I add a custom class to the HttpContext (ASP.NET 2.0)?
Steve Franks - 8 Jul 2005 12:26 AM - 4 messages
Is there a way I can extend the HttpContext or one of its subclasses to include a property that exposes a custom class of mine to all ASP.NET pages? More specifically, I'd like to use a HttpModule to initialize an instance of ...
Score Checkbox not getting set
tshad - 8 Jul 2005 12:06 AM - 5 messages
I can't seem to get my checkboxes to get checked for some reason. I have 2 Datagrids and they are named Datagrid1 and Datagrid2. My code is: *******************************************************************************   theGrid = DataGrid1   if (sendor.id = "CheckAll2") or (sendor.id = "UnCheckAll2") then theGrid = ...
Score Specified cast error on an integer datatype
.Net Sports - 7 Jul 2005 11:55 PM - 2 messages
I have a datagrid codebehind script that takes data from sql dbase and displays it in a footer row as a total. One column has amount_dollars (which works fine), while another has new sales (which is "newstotal"), but I'm getting an error (System.InvalidCastException: Specified cast ...
Score Can't connect to local machine with anything except IE Other browsers can't connect without password
Otis Mukinfus - 7 Jul 2005 11:52 PM - 4 messages
What to do to fix this?? Otis Mukinfus [link] ...
Score urgent-codebehind not working
samir dsf - 7 Jul 2005 11:47 PM - 1 message
hi i thinks its a very strange problem.I had been running my file ServerList2.aspx and i see the output(when i do f5). i am using this file serverList2.aspx on hte left side of a main page (using frames and ...
Score dotnet time out? aspnet links working intermittenly after DNS failure
TurboT - 7 Jul 2005 11:38 PM - 1 message
We had a an intermittent problem with the aspnet links on our external website.  It seemed to be related to the following, but I was wondering if there is some timeout, or caching parameter which could cause these symptoms.  Let me explain: ...
Score Why does my OnItemDataBound get fired twice?
Girish - 7 Jul 2005 11:00 PM - 3 messages
Hello all, Im wondering why my OnItemDataBound gets fired twice here. I got this sample code from somewhere online.. and when I put a break point in the method... it hits the method twice for each row rendered... Any insights?? ...
Score Crystal Reports error running a web form.
BostonSQL - 7 Jul 2005 10:22 PM - 1 message
The error message is as follows: 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: BC30451: Name 'employee' is not declared. ...
Score Display disabled radiobutton as Enabled
Mateo - 7 Jul 2005 9:48 PM - 2 messages
Hi, is there a way to display a disabled radiobutton as enabled? (without enabling it of course). In other words, how can I lock a radiobutton without dimming it? My problem is that when the radiobutton is disabled I don't like the way it ...
Score is there a way to use an Attribute for ObjectDataSource's SelectMe
Kestas - 7 Jul 2005 9:40 PM - 1 message
Is there a way to use an Attribute for ObjectDataSource's SelectMethod, and not a method ? An attribute returns some a datatable, but I can't set this attribute as value of SelectMethod.  I would like to avoid writing a wrapper method. ...
Score Yet another Browser Back question
zdrakec - 7 Jul 2005 9:29 PM - 8 messages
Hello all: I note in my application, that when I use Server.Transfer("somepage.aspx"), when the new page is loaded, and I click the Back button on the browser, that the previous page, when it displays, does not appear to have its Page_Load event fire. Neither ...
Score Dropdownlist post back problem in user control
jonathanyan@gmail.com - 7 Jul 2005 9:25 PM - 1 message
Hi all:    I am dynamically creating two dropdownlist controls in a user control, the data of the second dropdownlist control depends on the selected value of the first dropdownlist control, the first dropdownlist control has a post back event, in which it will bind the ...
Score Upload/Download Newbie Question
Jim Heavey - 7 Jul 2005 9:16 PM - 1 message
Hello, I am following along with an example of how to do uploads and download from your application. The download seems to wok just fine, but the upload does not.  Each time I attempt to upload, I get  and exception with the error message being "{"Logon ...
Next »