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 > may 2006 > threads for saturday may 20

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

learn regular expressions
Posted by LeAnne at 5/20/2006 11:01:45 PM
where can i get a concise reference to learn regular expressions in .net? ...more >>


Determining whether the current item is the last one from inside ItemDataBound
Posted by Nathan Sokalski at 5/20/2006 10:17:35 PM
I have a control that I want displayed in all items except the last one. I figured the best way to do this was to determine whether the current item was the last from within the ItemDataBound event using code such as the following: If e.Item.ItemIndex=(numberofitems-1) Then mycontrol.Enab...more >>

Dynamic SiteMapPath? Is it possible?
Posted by Ranginald at 5/20/2006 10:14:29 PM
Hey, I was wondering if it is possible to generate a sitemap path dynamically/and or from sql server. I have a master/detail page and I was wonderng if there is a way to generate the site map on the detail page based on the passed parameter from the master page. Thanks! ...more >>

DataList.DeleteCommand event is not getting fired
Posted by Nathan Sokalski at 5/20/2006 9:37:09 PM
I have a DataList that has an Button as one of the controls in it's ItemTemplate. The Button has a CommandName="delete" attribute, but when I click it the DeleteCommand event doesn't even get fired. I have checked everything I could think of, but everything looks correct to me. Here is the r...more >>

How to use one database connection object per page request
Posted by Arsalan Ahmad at 5/20/2006 6:20:19 PM
Hi all, I am creating a website in which in an Item detail page there are a number of web controls (7 or 8) and what is happening that inside each of control's Page_Load() function I am creating a database object to query data from database (using MySQL database). So it means that for each ...more >>

need some advice
Posted by Ben at 5/20/2006 5:15:54 PM
Hi, I come from classic asp and i need some advice for this application. It's about a computer reservation system in a school. I want a page where a student can see his own made reservations, the number and the date of each reservation, and where he can check a checkbox beside each reservation...more >>

Q regarding forms authentication and timeouts
Posted by Mike Hofer at 5/20/2006 4:58:35 PM
Okay, so I finally figured out forms authenticaton, to a degree and I still have one question: If a user walks away from my application, and the cookie expires, and then he comes back, does forms authentication automatically force him back to my logon page? Or does the session just expire? Or ...more >>

System.Diagnostics.Switches ASP.NET 2.0
Posted by Paul Hatcher at 5/20/2006 3:09:00 PM
Has there been a change in behaviour of switches between 1.1 and 2.0. I have a web site that defines a switch and then an application that adds the same switch but with a different value. Under 1.1, this worked and only my sub-application reported values against the switch. Under 2.0 I get...more >>



Error in deploying website
Posted by Arsalan Ahmad at 5/20/2006 3:06:22 PM
Hi, I am trying to deploy my website. But when i try to access the page, I = get following errors in event viewyer. So could you please tell what is = wrong? Event code: 3005=20 Event message: An unhandled exception has occurred.=20 Event time: 5/20/2006 8:51:24 AM=20 Event time (UT...more >>

DataGrid.DataBind() and SortCommand
Posted by Alex Maghen at 5/20/2006 11:22:01 AM
I have a DataGrid on my ASPX and I'm confused about the interaction with the page based on whether the page is just loading or is being reloaded with a call to the SortCommand of the DataGrid: If I do the SQL query and the DataGrid.DataBind() in the Page_Load(), and then I do it AGAIN insid...more >>

Seperate data content from UI
Posted by Mr Flibble at 5/20/2006 10:44:03 AM
I have data in XML. I need to be able to present the data in a web page which may be charts, tables and other such like controls. I need to be able to modify the appearance of this page simply and quickly (a requirement being a two day turnaround). Ultimately I need a page where the user can ...more >>

Disable Back Button
Posted by Joe Delphi at 5/20/2006 7:43:35 AM
Hi, When users log out of my web application, I want to disable the back button so that they cannot "back into" the application after they have logged out. Can someone tell me the best way to do this? JD ...more >>

ASP.NET 2.0 Popup window causes parent font size increase?
Posted by K B at 5/20/2006 6:50:20 AM
I don't know if this is an ASP.NET 2.0 issue or not, but I haven't had this happen to me before... When I open a popup window, the font size on the parent window immediately increases to a larger size. Any ideas greatly appreciated! TIA, Kit *** Sent via Developersdex http://www.d...more >>

multi header asp.net gridview
Posted by ZeroDev at 5/20/2006 6:44:01 AM
how can i do a multi header asp.net gridview and if it is Posible to do it as a class to use it any time , i mean Generic way , so ic an include the Header count style etc , ...more >>

Dynamic event handling
Posted by navin at 5/20/2006 5:04:23 AM
Hi, i have posted it before but i got no help... I am developing a quiz application where the answers for the quiz vary in number, so i am creating checkbox and radio buttons depending on the database result. now my problem is i have to check the which controls are checked in a button clic...more >>

1.1 code on framework v2.0
Posted by chandy NO[at]SPAM totalise.co.uk at 5/20/2006 4:31:37 AM
Hi all, I am trying to run some asp.net 1.1 code under v2.0 of the framework. I changed the IIS config to use v2.0 of the framework for my web site and I cannot get the site to run. I thought there was supposed to be no problem running 1.1 compiled code on the 2.0 framework? The error I ge...more >>

how to avoid post-back on button (web control) click in asp.net 2.0?
Posted by loga123 at 5/20/2006 2:52:28 AM
Hi All, I have a web page where I would like to do certain activities when user click's a button. I have used button web control on my page. Each time, I click this button....page gets posted. I don't want my page to do "post-back" when i click on button web control. is there any way to acc...more >>

.NET Learning Key
Posted by chandan at 5/20/2006 2:22:03 AM
Hello everybody i m a silent member of this group.I m doing .net package now.Can any body help me to get the learning key of .Net. ok byeeeee. ...more >>

Server.HtmlEncode DataBinder
Posted by Fossie at 5/20/2006 12:43:21 AM
Can anyone help with Server.HtmlEncode encoding this? '<%# DataBinder.Eval(Container.DataItem, "CAT_ID", "pageview.aspx?tab=1&catid={0}") %> I've tried using similar to this: <%# Server.HtmlEncode(DataBinder.Eval(Container, "DataItem.Field1").ToString()) %> but get error message BC30455:...more >>

Upgrading to 2005
Posted by perspolis at 5/20/2006 12:00:00 AM
Hi I has a asp.net application in 2003 and now I upgraded it to 2005 but it gives me some bad errors :( ...more >>

About drop down list
Posted by Ravindra at 5/20/2006 12:00:00 AM
Hi all, i want to retrieve the values from database and edit them. I have drop down list for gender. item :male and female.here is the code. con.Open() cmd = New SqlCommand("select * from customers where fullname='" & fname & "'", con) Dim dr As SqlDataReader dr = cmd.ExecuteReader ...more >>

Drop Down List is empty on page_load
Posted by news.sbcglobal.net at 5/20/2006 12:00:00 AM
Can anyone tell me how to fix this so that my drop down list is not empty when the page loads (ASP.NET 2.0). Thanks!: ------------------------------ HTML ----------------------------- <%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="UserMan...more >>

Listbox
Posted by Michael Bohman at 5/20/2006 12:00:00 AM
Hi How can I select and also deselect items in a listbox? I retrieve my data from a database (some names), after that i want to select some names or deselect the selected names. //Mike...more >>

how to open word document and pdf file in aspx page
Posted by Vikas Kumar at 5/20/2006 12:00:00 AM
how to open word document and pdf file in aspx page ...more >>


DevelopmentNow Blog