Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > october 2004 > threads for saturday october 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Restricting access to certain pages
Posted by Justin at 10/30/2004 10:42:01 PM
I am trying to create an admin area for a web site using the authentication tags in the web.config file the problem is I do NOT want to restrict access to the entire site. How do can I require authentication for some pages and not others? Thanks, Justin....more >>

Strange Phenom
Posted by rodchar at 10/30/2004 10:10:03 PM
Hey all, I deployed an asp.net app that has only 2 forms in it to a hosting service. When I surfed to it on from xp machine that app worked fine. However, if I surf from a pc that has win98 on it but all the latest service packs on it, i can get to the first form but when i select a record ...more >>

keeping a variable value on postback
Posted by Darrel at 10/30/2004 9:13:13 PM
I'm dimming a string at the top of my page so I can use it in several different subs on the page. I'm setting the text in one sub and then reading it in several. I'd like to also use this varable on postback. The catch is, since I'm dimming it at the top of the page, it resets itself on pos...more >>

Encryption for stored procedure, is it possible?
Posted by Guoqi Zheng at 10/30/2004 8:47:12 PM
Dear sir, I am about to finish a new asp.net application, I used a lot of ms sql stored procedure. Those stored procudure I think is the most important part of the application. Now I am about to distribute this application to clients. I definitely don't like them to look at my stored proced...more >>

Problem Binding Propertyless Class to a Repeater
Posted by chris NO[at]SPAM gastin.com at 10/30/2004 7:34:45 PM
I am consuming a web serivce from Amazon.Com. I have the following class which was autogenerated by VS.NET when I created a Web Reference to http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl AmazonWebService.com.amazon.webservices.Item As you can see from the code s...more >>

error setting headerimageurl in asp:TemplateColumn
Posted by Manny Chohan at 10/30/2004 6:33:01 PM
Hi guys, i have the following code in Datagrid: <asp:TemplateColumn HeaderText="Delete" headerImageUrl=../../Images/i.p.delete.gif"> <ItemTemplate> <asp:CheckBox ID=Chk1 Enabled="True" runat="server" /> </ItemTemplate> </asp:TemplateColumn> when i run the page, i get the following error:...more >>

packaging a project into a component
Posted by Tina at 10/30/2004 5:12:17 PM
I have a project with one aspx page and one Crystal Report. If you pass the page a web datagrid it will print a report consisting of the datagrid headings and contents in report format. I would like to package this into a component or a control so that a developer could enable Grid Print c...more >>

indenting dropDownList items when pulling from XML
Posted by Darrel at 10/30/2004 5:06:10 PM
I have the hierarchical menu structure for my site stored in an XML file. I have a page where a person can select from a list of all pages from a dropDownList. I'd like the list to echo the visual hierarchy of the menu. So, I'd like it to look like this: Home - Secondary - Secondary ...more >>



problem iterating through controls on a web form.
Posted by Milsnips at 10/30/2004 4:11:22 PM
hi there, i have a strange problem. I want to programatically loop through each control on a page, but am having issues. my test example: 1. header.ascx - the ascx control finds all the child controls no problems 2. default.aspx - i dont find any controls that are placed directly on...more >>

How to detect browser close
Posted by Lord2702 at 10/30/2004 3:26:01 PM
Sat. Oct. 30, 2004 3:25 PM PT I want to detect, if user has close the browser, (after logging to my site), that user has closed the browser. How to achieve it ? I want to know this close action on my server-side code. Because if he logout by clicking on Logout/ Sign-Off button it simple to get...more >>

Datagrid
Posted by Manny Chohan at 10/30/2004 2:27:01 PM
Hi Guys, I have set the column size in datagrid to particular %age. Some of the text going in those cells exceed the column size and therefore wraps into the second line. Is there any way i could explicitly cut the rest of the line so that it fits in one line? Thanks Manny...more >>

Dynamically add a control to web form
Posted by Test Message at 10/30/2004 11:47:14 AM
I need to dynamically add an html control to a web form. What I have, thus far, adds the control to the page, but only places it after the closing "</html>" tag. System.Web.UI.HtmlControls.HtmlInputHidden h = new HtmlInputHidden(); h.ID = "FIELD1"; h.Value = "Value1"; Page.Con...more >>

Another form of encryption "Not SSL"?
Posted by Leon at 10/30/2004 11:43:00 AM
How can I encrypted data sent across my website from web forms without using SSL? Such as on Login the user enter "EmailAddress" & "Password" and Simply Registration Form in which the user creates a Password, FirstName, LastName, etc. I see site like Careerbuilder and Monster allow user to re...more >>

session setup page
Posted by Joe at 10/30/2004 11:31:13 AM
I have a page I created that says "Session setting up, please wait...". I use this page to setup all the information needed for the users session (this could take 10 seconds or so). The problem I'm having is that the page never displays. Is there a way to get the page to display? I tried doi...more >>

Default web.config authentication settings?
Posted by clintonG at 10/30/2004 11:21:47 AM
When VS.NET creates a web.config file it writes a default <authentication mode="Windows" /> entry. Let me see if I got this right... 1.) It does so because I am running locally and my local Windows user account is being used by VS.NET leaving me a bit confused as when an application is run ...more >>

Desperately need help finding connection leak
Posted by Lior at 10/30/2004 10:32:02 AM
Hi, I have an ASP.NET website that crashes under heavy load. I use a SQL Server DB. I get around 5500 hits per day. I keep getting the timeout expieried connection pool error. Sometimes it even throws and error about a DataReader connection being already open even though I only use Data Sets...more >>

Storage of Application Variable
Posted by Pradeep Kumar C at 10/30/2004 10:02:49 AM
Hi, Where the application variable's are stored in case of WebFarm scenario. Is it handle the application variable also like session variable like out process? Regards, Pradeep ...more >>

error page problems
Posted by gh0st54 NO[at]SPAM hotmail.com at 10/30/2004 8:30:19 AM
Hi I'm trying to set an error page so that when a user tries to reach http://www.domain.com/folder they get sent to my error page because the page requested is not managed by .net_isapi i can't use the web.config to do so i tried to set my 404 default page to an asp page (404.asp) w...more >>

Collection Class's
Posted by JJ at 10/30/2004 8:30:01 AM
Hi, I noticed in a sample app source code that the app made use of a class for example a user class and then had the user objects that got created stuffed into a user collection. I was wondering why do they do this if the user object that was created existed for the life of the object why...more >>

Namespace in vb.net 2003 Question?
Posted by Leon at 10/30/2004 4:09:17 AM
I'm Creating multiple custom unique namespaces within the same web application. Using VS.net do I still have to compile each namespace into an assembly separately using the vb.net 2003 command prompt, then reference the assembly to the web application. *Remember I'm creating the namespa...more >>

KHost.exe - Program eror
Posted by Kenneth P at 10/30/2004 3:27:01 AM
Hi, This is perhaps not the right forum to discuss this matter but it's about the sample library of VS.NET2003. I have a swedish OS Windows 2000 Professional and accordingly all messages are given in swedish. So if some swedes are watching this thread, they'll understand, to the rest of...more >>


DevelopmentNow Blog