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 > february 2005 > threads for saturday february 19

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

.NET SDK for v2.40903?
Posted by Loane Sharp at 2/19/2005 10:30:27 PM
Hi there The latest versions of the .NET SDK and redistributable appear to be v2.40607. To run SQL Express 2005 I need to have v2.40903 installed, which does not appear to have an SDK. If this is correct, has anyone found a way around it? Best regards Loane ...more >>


ASPState
Posted by Janos Horanszky at 2/19/2005 10:27:14 PM
Hi Gurus! Error: Unable to connect to SQL Server. I am having difficulties identifying a problem regarding the ASPState database that is bieng used by 2 applications (cms based). (two node SQL2KESP3a cluster on Win2003E) There is a 30 minute timeout specified for the session_ids and we are ...more >>

What is Web.Config file
Posted by Arsalan at 2/19/2005 9:53:50 PM
what is web.config file, what is it used for? can u show me practical usage, just one line of code shud be sufficient ...more >>

Class attribute with asp controls
Posted by E. Zackatackali at 2/19/2005 8:54:08 PM
Hello, Is it possible to use the class attribute with asp:XXX controls? I notice that when I try to do this (so that I can use stylesheets with these controls), Visual Studio reports an error that there is no such attribute as class. Thanks, EZ ...more >>

can homepage be index.aspx?
Posted by ALI-R at 2/19/2005 8:47:59 PM
My home page of my website is named index.aspx ,when I upload it to the host ,I get 403 forbidden error,If I put an index.html there that link that aspx file,eveything works perfect? my second questions is that how can I get rid of the name of my homepage,it's now www.x.xom/index.aspx ,is t...more >>

Apache mod_rewrite
Posted by Peter Morris [Droopy eyes software] at 2/19/2005 8:32:40 PM
Hi Apache has a mod_rewrite option, so that mysite.com/mypage.aspx?id=123 becomes mysite.com/123.html How can I do this with ASP .net? -- Pete ==== Read or write articles on just about anything http://www.HowToDoThings.com My blog http://blogs.slcdug.org/petermorris/...more >>

(Long)Showing Multiple DB Columns in a DropDownList
Posted by Schultz at 2/19/2005 8:28:56 PM
I posted a message about this a few weeks ago, and my question is how to show values from Multiple DB Columns in a DropDownList (VB.NET 03 and Access 2k). The format works, however it repeats the same first value for the entire contents. How can I fix this? Thanks! My code is as follows: D...more >>

How to get the text in html tag.like<div...><font...>Text</font></
Posted by Nicky at 2/19/2005 8:05:01 PM
hi, all I know we can do this by some jscript. But is there a way to do it in asp.net c# code? In our project, users could sumit a piece of html code and I need to remove all html tag out. What's the better way to do this? Thanks and have a wonderful holiday!...more >>



Large number of files...
Posted by Lionel at 2/19/2005 7:41:42 PM
Hi, I have to create a website with keywords to find pictures. I will have more than 500.000 jpeg files. I work with II6 on a windows server 2000. Is it better to put the whole 500.000 files in the same directory, or is it better to create for example 1000 directories with 500 files ? Talk...more >>

Insert Current Time of SQL server to database thr ASP.net
Posted by j NO[at]SPAM son.c at 2/19/2005 6:50:22 PM
I have a datetime field in table. I want to insert the current time of database server to the table thr ASP.NET (C#). I have dataset to do the insert: DataSet1.TableNameRow rowNew = (DataSet1.TableNameRow)DataSet1.TableName.NewRow(); rowNew.DateTimeField = System.DateTime.Now; (rest of ...more >>

Pascal-style "types"
Posted by Adam at 2/19/2005 6:31:04 PM
Hi, It is possible, in VB asp.net, to have something along the same lines as Pascal "types"? By that, I mean something like (in Pascal) Type TOrganisaztion = (customer, supplier, other); Var organisation : TOrganisation; <later on in code> if (organisation=customer) t...more >>

Converting to codebehind ?
Posted by PL at 2/19/2005 4:37:43 PM
Other than doing it manually is there a way to convert pages using inline code blocks into codebehind ? Thank you PL. ...more >>

urgent help needed: aspx standard controls not being rendered as html at runtime
Posted by Timo at 2/19/2005 4:20:13 PM
Over the weekend, I am installing a website on a laptop so our sales staff can give a demonstration on Monday at a potential client site. Things are not working as expected. I'm hoping what's wrong will be apparent from the symptoms below. I created a virtual directory beneath the Default Web ...more >>

POST size ?
Posted by WJ at 2/19/2005 3:35:20 PM
I use POST method to send a payload of three "Name,Value" pairs to an aspx page. The 2nd pair with a value of a string type and is 700 bytes long. However, the string is truncated to 360 bytes (approx.) by the time it reaches the destination page. I thought POST would cary a higher payload....more >>

Controls Collection
Posted by et at 2/19/2005 3:13:51 PM
you used to be able to do: dim ctrl as Controls for each ctrl in myform 'do this next Now I cannot do that. How can I do something for every control on a form or a page. ...more >>

Integrating with eBay listing/bidding services
Posted by LP at 2/19/2005 12:58:05 PM
Hello, I am thinking about developing an application on my own free time (web or maybe even windows client) that watches eBay listings, places last seconds winning bids, etc. I am sure someone has already thought of this or done it. Is there any Web Services for this purpose. I looked on Ebay si...more >>

File or assembly name System.Xml, or one of its dependencies, was not found?
Posted by Olav Tollefsen at 2/19/2005 12:38:28 PM
I get the included error message when trying to run my ASP.NET application under Windows Server 2003 (with all updates installed). How can I troubleshoot this? Olav File or assembly name System.Xml, or one of its dependencies, was not found. Description: An unhandled exception occurred d...more >>

Building the datasource for DropDownList
Posted by Corobori at 2/19/2005 11:04:51 AM
I am looking for a sample showing the following: I have one form (say frmProducts) where there is a dropdown list containing products. My users want to make this dropdown list more usable by applying a filter. This should work like this: open up a new window (frmProductsFilter) containing 2 ...more >>

Populate datagrid from XML file using where type query
Posted by gn NO[at]SPAM dana.ucc.nau.edu at 2/19/2005 9:06:44 AM
I am able to populate a datagrid from an XML variable using the following: Try Dim ds As New DataSet ds.ReadXml(New StringReader(HttpContext.Current.Application("var").ToString)) dataMeet.DataSource = ds dataMeet.DataBind() ...more >>

Using Session.add() with ado
Posted by Spencer H. Prue at 2/19/2005 8:53:02 AM
Hello!, I have a using system.web.sessionstate directive one the top of each of two web pages. On the first page I have the dataadapter, dataconnection, and dataset (also in the component tray). I have used Session.Add(). Session.Add("dadapter", sqlDataAdapter1); Session.Add("dset", ds); ...more >>

Line References on Errors?
Posted by Wayne Wengert at 2/19/2005 8:28:30 AM
When I get runtime errors the stack trace includes a pointer to a specific line in the code but that line often seems to point to the line that makes a call to a subroutine while the error is somewhere in the subroutine? Is there a way to get the actually line nbr that caused the error? Wayne ...more >>

How to bring aspx code (in HTML view) to the aspx.vb code-behind?
Posted by Paolo Pignatelli at 2/19/2005 8:23:07 AM
I have an aspx code behind page that goes something like this in the HTML view: <asp:HyperLink id=HyperLink1 runat="server" NavigateUrl='<%#"mailto:" &amp; DataBinder.Eval(Container.DataItem,"StoreEmail") &amp; "&amp;Subject=" &amp; DataBinder.Eval(Container.DataItem,"ProductName") .... ...more >>

Columnwidth datagrid webform
Posted by Willem at 2/19/2005 5:01:05 AM
Hi, I'm using a datagrid on a webform with 4 visible and 1 invisible columns. When clicking a button I want to make the invisible column visible. I use the code DataGrid1.Columns(4).Visible = True All fine, but the problem is that the columnwidth changes of all the columns. I would b...more >>

Set particular web page as startup page
Posted by Spencer H. Prue at 2/19/2005 4:33:01 AM
I am looking to set a particular web page as my startup page. That Is when the program starts I want to have a particular web page loaded instead of the default page. How do I specify this? Thanks. -- Spencer...more >>


DevelopmentNow Blog