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 > april 2005 > threads for sunday april 10

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

IE Stored Passwords Disappear After A Few Hours
Posted by Elroyskimms at 4/10/2005 10:58:27 PM
I've posted this question a couple of times before, but everytime someone tries to help, it seems they completely misunderstand the problem I am having and offer a solution to a different problem. I have a web site written entirely in ASP.Net. There is a login page, which has 2 text boxes... o...more >>


Finding a Control in a Datagrid
Posted by jack-b NO[at]SPAM humlog.com at 4/10/2005 10:18:58 PM
Hi, I have a datagrid and I'm wanting to access one of the hyperlinks which is located in Template Column i.e. <asp:TemplateColumn HeaderText="Action"> <HeaderStyle Width="100px"></HeaderStyle> <ItemTemplate> <asp:hyperlink ID="DeleteHyperlink" runat="server" NavigateUrl="m...more >>

visual studio 2003 questions
Posted by Steve Richter at 4/10/2005 10:01:04 PM
using visual studio 2003 for my asp.net projects ... Once I undock the property window to get a better look at things, I cant dock it back where it came from. Can someone tell me how to redock the property window? When I copy HTML snippets from another page the code behind class is not auto...more >>

spoiled by visual web developer 2005
Posted by Steve Richter at 4/10/2005 7:23:22 PM
I have discovered that my web appl developed using the visual web developer 2005 freebie will not work on my godaddy.com web hoster. So I am using Visual Studio .Net 2003 Enterprise Architect dated April 2004 from an expired MSDN subscription. Visual Studio .NET 2003, is that the latest Visua...more >>

Microsoft TreeView: Microsoft.Web.UI.WebControls.dll
Posted by david at 4/10/2005 7:13:02 PM
I have download IEWebcontrols.exe and run it, which build a folder named IE Web Controls. It is supposed that it contains the file Microsoft.Web.UI.WebControls.dll in Biuld sub folder according to the ReadMe.txt. But I can not find this file. What is wrong with them? David...more >>

Update Access Memo field from ASP.NET
Posted by Matt at 4/10/2005 6:57:02 PM
I'm having difficulty with trying to update a Access memo field through an SQL statement where the value I'm trying to pass is longer than 255 characters. The field is being truncated. I'm using a simple INSERT INTO sql command. Anyone know a way around this? Sample strSQL = "INSERT I...more >>

Help With Business Objects
Posted by Sparky Arbuckle at 4/10/2005 4:38:36 PM
How do I successfully pass a value my Business object (.vb) to my .aspx page? Right now I am trying to use this: Imports System Imports Microsoft.VisualBasic Namespace ASDFComponents Public Class ValidateISBN Public res As Boolean Public checkISBN as string Pub...more >>

Reliable file uploads
Posted by Buddy Ackerman at 4/10/2005 2:53:12 PM
I seem to have a lot of complaints from users about file upload problems to my site (developed in ASP.NET). The issue is not related to setting the maxRequestLength or any security issues. Most of the complaints come from Mac users. I don't know if it's just that they have slow upload speed (...more >>



Regex to strip evil HTML tags
Posted by Daniel M. Hendricks at 4/10/2005 1:09:15 PM
I'm looking for a function/regex in C# to strip unwanted HTML tags from comments posted to my web site. Previously, it was written in PHP and I used this function to strip unwanted tags: function removeEvilTags($source) { $allowedTags='<b><i><blockquote><ul><ol><li><br><a>'; $so...more >>

What's going on?
Posted by Wayne Wengert at 4/10/2005 10:51:29 AM
I have a radio button list set to autopostback. When I click on one of the buttons in that list the SelectedIndexChanged event fires but the value of the selected index is -1 (no selection)? How can that be? Wayne ...more >>

Order of Events
Posted by Wayne Wengert at 4/10/2005 7:24:25 AM
I have an aspx page with multiple radio button lists and I am all tangled up in the processing logic. I suspect that I do not understand the correct order of the various events. I have autopostback enabled on the radio button lists. When the user clicks on a selection in one of the radio butto...more >>

Need help with order of page events and adding dynamic button controls.
Posted by seanmayhew NO[at]SPAM gmail.com at 4/10/2005 7:19:37 AM
I have a form page that that while editing saves the data to an xml doc before submitting to db. On each page unload it saves the xmldoc as the user can add multiple items to the company like product types etc. So for instance Im adding a fruit company while adding a fruit company I allow t...more >>

deploying applications that share dll's with asp.net & vb backend
Posted by Bill at 4/10/2005 6:43:02 AM
I have a asp.net application that shares DLL's with some backend vb.net programs. In my test environment everything works like a champ. When I need a DLL I point in to the project, do the build and everything works great. It seems though when I try to move all this to a prod server odd things...more >>

showing ASP.NET thumbnails
Posted by asad at 4/10/2005 5:15:02 AM
Hello friends, i have a directory in which my uploaded images are stored i want to create thumnails of these images dynamically and show these thumbnail how can i do this pls tell me about that. Thanks...more >>

There was an error generating the XML document.
Posted by Raed Sawalha at 4/10/2005 2:25:03 AM
Hello when I serialize an object an error generated using this function public string SerializeObject(object oClassObject,System.Type oClassType) { XmlSerializer oSerializer = new XmlSerializer(oClassType); System.Text.StringBuilder strBuilder = new System.Text.StringBuilder(); System.IO.Text...more >>

Default.aspx on all folders
Posted by Oleg Ogurok at 4/10/2005 12:44:51 AM
Hi all, In my ASP.NET application, I have folders: / /main /test There is a Default.aspx in the root (/) folder, which shows if I type http://server/. There is also Default.aspx in /main folder. However, I get a File Not Found error when I try to browse to it as http://server/main. It on...more >>

my namespace wont reference!
Posted by dhnriverside at 4/10/2005 12:01:01 AM
HI guys I've just written my first independent namespace for my library (yay me!). However, on trying to add it to my website project, it causes an error when I look at the website. It compiles ok though... The error message is... "The located assembly's manifest definition with name ...more >>

does anyone knows how to move the bottom of current page, after i press the "button"
Posted by Alan Ho at 4/10/2005 12:00:00 AM
Cheers~ ...more >>

Separate Webserver and SQL Server -- error when connecting asp.net app to a database
Posted by Ann Marinas at 4/10/2005 12:00:00 AM
Hi all, I would like to ask for some help regarding separating the asp.net webserver and the sql server. I have created an asp.net application for a certain company. Initially, we installed both the iis and sql server in a single machine. Not too long ago, the machine had some hardware p...more >>

Correct way to Redirect for Login
Posted by LK at 4/10/2005 12:00:00 AM
Hi, I have a UserControl which is embedded onto the header of all my web pages. When I click Signin, I want the user control to record the page I was on (the full url if possible), and then redirect to the signin page. When the user has signed in, I want to redirect back to the originating...more >>

Using labels within datagrid template headings
Posted by John at 4/10/2005 12:00:00 AM
Hi all, Am I allowed to use labe;s within the datagrid heading section? Each time I drag a label onto the design, I can set the properties and such (including runat=server) but the code-behind refuses to accept/acknowledge it's existence. Am I just doing something wrong and if so, what? ...more >>

what do i need to do to be able to professionally develop in .NET
Posted by Peter at 4/10/2005 12:00:00 AM
Can i simply use Web Matrix to develop ASP.NET applications professionally, & not need to worry about my self with licensing issues? I just need to be able to develop professionally for my clients in ASP.NET & Web Matrix is sufficient, but need to know if I need to get anything else done legal...more >>

Does any idea codes that can print out the datagrid in webfrom?
Posted by ¶©¼z at 4/10/2005 12:00:00 AM
Thanks all ...more >>

Using HeaderTemplates
Posted by John at 4/10/2005 12:00:00 AM
Hi all, How do I reference objects (e.g. labels) within the HeaderTemplate of a TemplateColumn? Regards John. ...more >>

Redirect to a bookmark serverside
Posted by Anders K. Jacobsen [DK] at 4/10/2005 12:00:00 AM
Hi. I have a basket which i located a the bottom of the page. The basket can be shown / hidden by pushing a bottom a the top. This posts back to server and i hide/show a usercontrol containing the basket. Sometimes the contents is to long the the basket is not visible ( the page is ti long)...more >>


DevelopmentNow Blog