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 2007 > threads for saturday august 11

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

problem with populating a dropdownlist in editTemplate of detailsview
Posted by Jan at 8/11/2007 11:02:22 PM
Hi, i defined a dropdownlist in an EditTemplate of a detailsview like this: <EditItemTemplate> <asp:DropDownList ID="drop1" runat="server"></asp:DropDownList> </EditItemTemplate> I want to populate it in code-behind; i tried this: Protected Sub DetailsView1_ItemCreated(ByVal sender As ...more >>

basic form question - two forms one page. ??
Posted by Aussie Rules at 8/11/2007 10:51:01 PM
Hi, I have an asp.net 2.0 page that has two sections. Each section allows the user to enter a value into a text box, click a button and then perform some function. Each text boxes function is different to the other and takes the user to a different part of the web site after doing some SQL ...more >>

Thread Safety?
Posted by carlos at 8/11/2007 7:58:46 PM
The first application I wrote using asp.net started off rather small, and as a result, the design of the application took a "Rapid Application Development" type of approach. By this I mean that it was simply built using a simple 3 tier architecture, where the interface was created using css and ...more >>

DataImageUrlField in DetailsView
Posted by GaryDean at 8/11/2007 4:59:40 PM
(This issue has already been posted by one of our developers (Tina) but I am reposting it because it's urgent and I have the MSDN subscription so we are guessing I may be more likely to get a response) I can't get an image to show in a DetailsView. I am trying both an ImageField and a tem...more >>

GridView and canceling a link
Posted by pelegk1 at 8/11/2007 4:00:00 PM
i have a GridView with a column : <asp:HyperLinkField HeaderText="Package Id" DataTextField="id" DataNavigateUrlFields="id" DataNavigateUrlFormatString ="Packages.aspx?id={0}" SortExpression="id" > <ItemStyle HorizontalAlign="...more >>

Breakpoints are ignored!!
Posted by Vicente_GarcĂ­a at 8/11/2007 3:20:47 PM
hi, I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I created an ASP.NET Web site and I only have added a breakpoint to test it but the breakpoint are ignored. I am working in debug mode as well. Any one has any ideas? Thanks in advance Vicente. ...more >>

Doubt passing values
Posted by Paulo Roberto at 8/11/2007 1:55:04 PM
Hi, Im using VS 2005 C# 2.0 and I need to open a new window, using JavaScript and pass some values... How can I do that not using the get method QueryString (file.aspx?name=something)... ??? Some alternatives ? Is it possible to be done ? Thanks ! ...more >>

global class (simple question!)
Posted by ma at 8/11/2007 1:43:34 PM
Hello, I want to create a global class. To do this I did the followings: 1- Create a class name test. It has a public variable named mystring. public class test { public string mystring = "hello world"; } 2- Create a global.asax and its coresponding global.asax.cs ( i did it usin...more >>



ASP.NET website for 1 million hits per day
Posted by Hemant at 8/11/2007 11:40:58 AM
I want to make a site that can take up to 1 million hits per day. My site contains dynamic pages. I need to connect LDAP and IMAP server. There is no other database connection. For that I have following questions. 1. What type of machine should I put IIS on? (Configuration) 2. Memory 3. ...more >>

CSS Style question
Posted by rodchar at 8/11/2007 9:06:02 AM
hey all, please take a look at the image below. why would "Hello" "World" links show up in the green content if they are outside the <div class="content">? http://www25.brinkster.com/rodchar/ques200708111154.jpg thanks, rodchar...more >>

Wrap the text in div tag!
Posted by Santel at 8/11/2007 1:49:19 AM
Hi, I would like to wrap the text in div tag according to its width. The text don't have any space. Anyone please suggest me how to do this. ...more >>

how to go back one level up?
Posted by Jan at 8/11/2007 12:50:57 AM
Hi, The asp.net application is in http://myserver/myapp . At a certain moment, the user is into subdirectory http://myserver/myapp/mydir. How can he go back to 'start.aspx' in the 'myapp' directory in javascript? I tried this in javascript: Page.ClientScript.RegisterClientScriptBlock...more >>

Web site vs Web Project: scope difference?
Posted by olduncleamos at 8/11/2007 12:00:00 AM
Hi all, I am running into the following problem that I am just plain stuck. Can't even find a starting point to look: I originally had a "web site" created in VS2005. Within the site I have a helper class (under the App_code directory) called PageHelper. Within the class there are a bunch o...more >>


DevelopmentNow Blog