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 > august 2006 > threads for sunday august 6

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

Error CS1595 with web application running in Release mode
Posted by CtrlAltDel at 8/6/2006 11:28:01 PM
I have an ASP.NET application that runs just fine on our servers (Win2003, in dev/staging/prod) when the debug attribute of <system.web><compilation /></system.web> is set to true, thusly: <system.web> <compilation defaultLanguage="c#" debug="true" /> </system.web> However, set the attr...more >>

GridView and master
Posted by Hari at 8/6/2006 11:24:31 PM
Hi All, Is there any way to write a CSS kinda header or table definition in Master Page, so that all GridViews in child pages have the same looks? Regards, Prakash. ...more >>

SQL Server 2005 + SQL Server Express
Posted by farseer at 8/6/2006 11:04:40 PM
Hi, I have SQL Server 2005 installed on my dev system. I am working on an app that i would like to distribute SQL Server with. SQL Server EXpress edition seem to be ideal for this. My questions are: -If i installed Express Edition, Can both SQL Server 2005 and Express Edition coincide peac...more >>

MasterPage and CrossPostBack
Posted by Stan SR at 8/6/2006 8:22:35 PM
Hi, I have a masterpage that contains a textbox and a button (for a search form). I would like to launch to the "Result" page and get the value of the TextBox. how to do that with sessionless ? I m heard something about the crosspostback. I tried it, but it doesn't really work when I su...more >>

multiple database performance
Posted by Howard at 8/6/2006 7:56:40 PM
I have a page that pulls data from 4-5 different databases on the same server. Is there going to be any performance problems that I should be aware of? Thanks, Howard ...more >>

asp:menu and search engine visibility
Posted by John Dann at 8/6/2006 6:39:00 PM
Newbie question: I'm guessing that using asp:menu in an aspx 2.0 web form doesn't allow search engines to index pages via the menu tree. Please can anyone confirm this? Assuming this is correct then what are the suggested ways if improving search engine visibility? I was wondering for example ...more >>

ASP.NET 1.1 datareader already opened : conflict between users
Posted by jason at 8/6/2006 5:24:40 PM
Hi, {asp .net 1.1, sp 2) I am facing problems with multi users accessing the same page. There is a datagrid in the webform. The "datareader already opened error/ object reference not found" errors will occur randomly when multi users are clicking page number (paging), any page number. ...more >>

CSS and Masterpages
Posted by farseer at 8/6/2006 5:15:22 PM
Hello, i have the following stylesheet named Master.css with content as follows: body { font-family: Tahoma,sans-serif; font-size: 150%; background-color:Yellow; } When i include this in my master page as such: <head runat="server"> <link rel="StyleSheet" href="Master.css" ...more >>



Code Behind - who uses it?
Posted by farseer at 8/6/2006 3:48:03 PM
Hi, i was in the book store this weekend checkingout some ASP.NET books. I noticed that many do not use the "new" code-behind model much. Why is this? What do you ASP.NET developers use and why? thanks much. ...more >>

username & password validation
Posted by Dabbler at 8/6/2006 3:03:02 PM
are there special requirements for membership user and password fields other than length restrictiosns? Thanks!...more >>

createuser control
Posted by Dabbler at 8/6/2006 3:02:01 PM
Can the CreateUserWizard control be used by an administrator, e.g. someone setting up membership users but not the end user? Thanks. ...more >>

Style="text-decoration: line-through"
Posted by Klaas at 8/6/2006 2:57:20 PM
I have a dropdownlist. When the user clicks on a button I want the selected listitems text to be line-through. Is this possible in IE? or with some javascript? tia ...more >>

Controls.AddAt appears to be replacing controls
Posted by Chris Hoare at 8/6/2006 2:43:01 PM
The problem is when I add a control using Controls.AddAt(index, control). On the first page postback it appear to work fine but after the first postback the last control in the naming container appears to be replaced with the control that I'm adding in addition to adding the control at the giv...more >>

Read data from the email body
Posted by Eric at 8/6/2006 2:42:36 PM
I wrote a program which read emails from a textfile. I save these emails from inbox. I need hlep how to i read the body of an email from a text file. Dim fso, fil, ts, sContents Set fso = Server.CreateObject("Scripting.FileSystemObject") Set fil = fso.getfile(server.mappath("myemails.txt")) ...more >>

Web Service Issue
Posted by XD at 8/6/2006 11:11:51 AM
Hello Professionals, I have a web service in .asmx file and same thing is compiled in .dlls. If I use .dlls functions in the code, the website works fine at the server. If I use http://www.mysite.com/service.asmx reference, it works very slow and loose the connection with the web-service. ...more >>

Dynamically create and call a function
Posted by MRW at 8/6/2006 9:01:40 AM
Hello! I'm trying to do something very simple. On the bottom of my page, I want to dynamically create and display something like (in hyperlink text): Home | Page 1 and if x = 1 (for example), I want it do display: Home | Page 1 | Page 2 So, when they click "Page 2", it will run a ...more >>

Can I (declaratively) use a form property or variable as a data source parameter?
Posted by yeltsin27 NO[at]SPAM yahoo.co.uk at 8/6/2006 8:42:10 AM
I can see how to use a cookie, control property, form input value, profile, query string or session value as a parameter to a SQL Data Source. However I would like to use a property that is declared on the page (which as it happens is persised in VIEWSTATE). I know I could write the propert...more >>

Redirecting request
Posted by schoenfeld1 NO[at]SPAM gmail.com at 8/6/2006 8:11:04 AM
I have a broken link on my site for an "INSTALL.MSI". How can I redirect all requests for "INSTALL.MSI" to "INSTALL.EXE" by modifying the web.config? Any help appreciated... ...more >>

Very Weird IE Content-Disposition issues
Posted by brian NO[at]SPAM norman.org at 8/6/2006 1:44:04 AM
I have a aspx page that creates a binary file and response.binarywrites it to the browser. To force the file to be saved or opened I use the "Content-Disposition" header. All works fine in Firefox but I have some strange issues with IE where I get the error: "Internet Explorer was not able ...more >>

ASp.Net Performance
Posted by Islamegy® at 8/6/2006 12:00:00 AM
I have a Dynamic Page which alow user to choose User-control from a DropDownList like in DotNetNuke then i load it using LoadControl() method. But i suffer from slow Performance, I was use ObjectDatasource but i replaced it by Async code to call my webservice... I'm sure it's not a problem of ...more >>

Help plz !!!Binding image in gridview dynamically.
Posted by sanju at 8/6/2006 12:00:00 AM
Hi, I am struggling to find a way to bind image to gridview template field based on the bool value of database field. my requirement is .. i have a field "IsNewMessage" in "Messages" table . and i am binding data to gridview "sqldatasource". I want to display "NewMessage.gif" if th...more >>


DevelopmentNow Blog