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 > july 2004 > threads for saturday july 24

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

RSS Search
Posted by 9icj4u613jeqrx8 NO[at]SPAM jetable.org at 7/24/2004 10:44:31 PM
Hi! I'm looking for ideas on what would the best approach to design a search system for a RSS feeds. I will have some 50 RSS feeds (all RSS 2.0 compliant) stored locally on the web server. Now I'm wondering what would the best method to allow searching of these RSS files. Since the search will c...more >>


Relative URL
Posted by Alan Roberts at 7/24/2004 9:00:17 PM
Hi How do I refernece links so that they work on both my development and live servers? On my development machine, my web site exists in a virtual directory so a relative link such as '/images/image1.gif' that works on my live server doesn't work (because it points back to the root of my websi...more >>

RequiredFieldValidator - changing font color of label?
Posted by Ed West at 7/24/2004 8:43:26 PM
Hello, I have a simple form with some input boxes. After validation if one fails, then I would like to at the top of the page say something like "The following fields in red are required" and then change the label in front of the textbox or dropdown list to red... is this possible with a...more >>

Populate dropdown list
Posted by Mark Goldin at 7/24/2004 4:30:42 PM
How can I populate a dropdownlist with data from a database using Microsoft.ApplicationBlocks.Data ? Thanks ...more >>

sending fax problem
Posted by ronaldo at 7/24/2004 4:09:13 PM
Is it possible to send fax by using asp .net only? ...more >>

View State Misunderstanding
Posted by Philip Tripp at 7/24/2004 3:49:52 PM
I've read numerous sources stating that view state can be disabled per control, and per page, but can't seem to keep web form controls from remembering their state on a postback. I'm using VS.Net 2002, .Net Framework 1.0 SP2. I create a new project, and add a new web form to the project. On...more >>

Submission of modal dialogs
Posted by Mark Rae at 7/24/2004 2:57:19 PM
Hi, I'm opening an ASP.NET page using the JavaScript window.showModalDialog method. This page has a submission button on it which, when clicked, opens a new window, which is pretty much as expected. However, I want it to keep the submission within the modal dialog. Looking round the net, it se...more >>

convert ~/ paths
Posted by JohnZing at 7/24/2004 12:46:00 PM
hi how do i convert the following path "~/images/aaa.gif" to 1. http://www.mysite.com/images/aaa.gif 2. images/aaa.gif Thank you...more >>



Print Setup
Posted by Shakeel at 7/24/2004 12:24:46 PM
Hello All Is there a way to remove the page url (footer of the page) from printing when printing a report from asp.net. I know I can manually remove this from file-->Page Setup and deleting "&u&b&d". But can I do this programmatically.. Any help will be appreciated ...more >>

Free webservices? People favourites...
Posted by Mark at 7/24/2004 12:18:14 PM
I like the free webservices available on this page http://www.webservicex.net/WS/links.aspx Does anyone else have any other free webservice links? Regards Mark -- ---------------------------------------------------------------- -**- www.byteboss.com : EZ website builder ...more >>

IsInRole always false
Posted by JIM.H. at 7/24/2004 11:49:56 AM
Hello, username=user.identity.name trueFalse=User.IsInRole("myDomain\Administrators")? First line return user name as administrator but second line returns false? What might be the reason? Or how does isInRole work? Thanks, Jim. ...more >>

setting a form control from javascript
Posted by Andy Fish at 7/24/2004 9:31:30 AM
Hi, I want to generate a value with javascript and include it in the form postback for a web form. based on my previous web development experience, I think I need an <input type=hidden> on the page. However, to fit in properly with the web forms paradigm, I would like this to be a proper as...more >>

Reading a http page
Posted by Ali.M at 7/24/2004 8:16:18 AM
Hi, What is the shortest way to read contents of an http page into an string? Thanks, Alan ...more >>

number of row returned
Posted by JIM.H. at 7/24/2004 6:22:36 AM
Hello, What is the easiest way to run a select SQL string and find out the number of row returned. If you give a code example it would be helpful? Jim. ...more >>

multi Data Grid
Posted by TENZEEL. at 7/24/2004 4:23:01 AM
Hello All. I want to reperesent the Master and Child data in Data Grid in Asp.net. In Master Data row it only shows the key value. and in detail after the master row it shows the value againt that key value. Then again master value and then its detail. plz send me the code and way. tahnx tenz...more >>

Error reading special character '{' hexadecimal value 0x7B in xml
Posted by Pushpendra at 7/24/2004 3:14:01 AM
I am storing the encrypted password in xml file which I have saved in unicode format. While I try to read the xml file and create a dataset from it, it shows me the following error System.Xml.XmlException: The '{' character, hexadecimal value 0x7B, cannot begin with a name. The xml tag that I wa...more >>

pdf conversion using c# and asp.net
Posted by dawood at 7/24/2004 2:15:03 AM
Hi, I want to convert my html page into pdf using c# in codebehind and asp.net. Iis there any assembly or something in .net to do so. I tried itextsharp library but it is saving the pdf file in hard drive I dont want to do in this way, actually am generating reports for my web project thats why i...more >>

pop up window using javascript
Posted by mahsa at 7/24/2004 12:53:02 AM
hi how can I open this link in new pop up window using javascript? <asp:HyperLink id="HLink_Amex" runat="server" NavigateUrl="images/cvv_amex.gif">Amex?</asp:HyperLink> -- mahsa...more >>


DevelopmentNow Blog