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 sunday august 5

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

Change gridview from Update to Normal mode.
Posted by pvong at 8/5/2007 11:40:25 PM
VB.NET How do you change a gridview from Update mode to normal mode? I'm usually dealing for Formviews and there is a ChangeMode option but I don't see one for Gridviews. ...more >>


ClientScript.RegisterClientScriptInclude -
Posted by Dariusz TomoƱ at 8/5/2007 10:50:34 PM
Hello, I'd like to include JS from C# code (ASP.NET 2.0). I'm trying not directly from i.e. default.aspx.cs code but from a class belonging to DLL, which is referred in my project. The code is as follow: Page.ClientScript.RegisterClientScriptInclude(Page.GetType(),"swfobject.js","swfobj...more >>

How to show lookup text in asp.net
Posted by Thammarat charoenchai. at 8/5/2007 10:45:03 PM
Hi. I'm newbie to asp.net now i can use gridview to show data from sqldatasource. But I wonder How to show lookup field data. like get parameter from querystring name "pid" (ProductID) and show ProductName in webpage to user? anyone help me & thanksyou sorry about my english :D ...more >>

Authentication How to
Posted by ThatsIT.net.au at 8/5/2007 10:43:05 PM
I want to not display or display parts of a page depending on authentication. I have a work around for this that I used in classic asp. I set permissions of a text file, then ask if user has permission on that text file, if the do I show data. But wondered if ASP.Net would let me do this in ...more >>

discussion: has someone built an super-enhanced dataLIST control
Posted by kenfine NO[at]SPAM nospam.nospam at 8/5/2007 10:31:20 PM
I use a variety of controls made by a variety of vendors, including Microsoft. In general the level of development on gridview-like presentational controls is very impressive. Telerik, Inc's r.a.d.Grid is spectacular, and the ASP.NET 2.0 GridView is not too shabby. In contrast, the level...more >>

newbie SQL Server 2005 connection question
Posted by SpaceMarine at 8/5/2007 9:48:11 PM
hello, i have a SQL Server instance running on a server. i have an ASP.NET application running locally on my dev machine. in my app's web.config i have this connection string: <add key="connStr" value="server=MYSERVER; database=MyDb; Integrated Security=SSPI;" /> ....however, this con...more >>

label displays in 2 lines
Posted by Ganesh at 8/5/2007 8:37:34 PM
Hi There, I use formview control, i placed a label called phone no in the table column. The cell got enought space to hold all value of phone no. But what happens if ther is any space in the phone number it splitted into 2. i cant figure out this problem. is it bug in the vs.net 2005 and ...more >>

GridView and Edit of current row
Posted by Bill Gower at 8/5/2007 4:04:49 PM
I have a GridView with an edit button. When the user clicks 'Edit', I want to display the information in a form and allow the user to edit the information. I have a RowCommand event in which I take the data from the row and update form controls. How do I know in the RowCommand what the cu...more >>



Insert Graphic
Posted by dancer at 8/5/2007 12:27:17 PM
Using ASP.net 1.1 I have a graphic I sliced in Photoshop. I would like to insert that into an asp.net file. Who knows how? ...more >>

Getting "The resource cannot be found" using href=
Posted by Tony Girgenti at 8/5/2007 10:48:33 AM
Hello. I have an ASP.NET 2.0 web site with a master page that works fine when i test it in VS2005, but when i upload it to a live isp site, it gives the error at the end of this post for one of the links. Here is the line that has the link: <div class="readmore"><a href="/CoyneWebServices...more >>

Gridview - Pull value from one cell in one row
Posted by pvong at 8/5/2007 10:17:35 AM
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net. I have a simple gridview and when the user hits the Edit link, the gridview changes to edit mode. I replaced the Textboxes with labels and I turn off the Update command because I want to write my own update command. ...more >>


DevelopmentNow Blog