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 saturday august 26

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 in formatting date & time
Posted by psycho at 8/26/2006 11:12:05 PM
in sqlserver in date is stored in a particular format. Date and time are stored in same column. so if i want to display only date or only time in the datagrid is there any solution? ...more >>

GetLocalResourceObject in Master Page
Posted by John Baima at 8/26/2006 9:46:20 PM
I am trying to make a template out of a Master Page + some other things and I wanted to localize everything so I used the Tools | Generate Local Resource command. That removed some of the text, but for the regular text, I edited the default.master.resx file and added some rows. However, when I j...more >>

How to find asp.net 1.0
Posted by ad at 8/26/2006 8:42:26 PM
There is only asp.net 2.0 can selected when I set the asp.net version in IIS. I wnat to set my wep applicaiton to asp.net 1.0. How can I do? ...more >>

Parser error in web.config
Posted by ad at 8/26/2006 8:18:42 PM
I am use VS2005 to develp web applicaiton, it run well in my notebook But after deploy it to a Server. When I start this web application in that server, it showmessage like below. How can I do? ----------------------------------------------------------------------------------------------------...more >>

Distributable asp.net web site configuration tool
Posted by John at 8/26/2006 7:53:51 PM
Hi Is there a distributable version of asp.net web site configuration tool available? I need it to distribute with my app to allow end user client to manage their own users. Thanks Regards ...more >>

inherit from my custom page
Posted by LeAnne at 8/26/2006 7:45:38 PM
I've created a custom Page class (which in turn inehrts from Page class). This class has some generic code which i'd like to include into every page. At the moment, I keep modifying the pages and changing the Inherits line to inherit from my page class. But I'm sure there should be an easier ...more >>

"ASP.NET 2005 custon server control" in "ASP.NET 2003 application"
Posted by Electric Co. at 8/26/2006 7:41:16 PM
Hello, I have two questions: 1.) Could I create a custom server control in 2005 in order to leverage the CompositeControl base class and then use that control in 2003? (fingers crossed but guessing aboslutely not) 2.) How good does ASP.NET 2005 handle a custom composite control inside of...more >>

ListBox and sqldatasource
Posted by walanta at 8/26/2006 7:37:19 PM
Hi, I have a ListBox that bind to a sql source with managed code? I know how to print ListBox1.SelectedItem and ListBox1.SelectedValue. to print two fields from the following select statement. But how can I print other fields in my select statement? I guess it should be ListBox1.something.....more >>



C# Event Raising Problem
Posted by Tina at 8/26/2006 4:50:35 PM
I am trying to raise a custom event in a user control passing custom data arguments. I have done this many times in VB but this is my first time in C#. The code below passes the proper arguments in the this.OnRaiseCFEvent(myArgs); code but in the OnRaiseCFEvent method RaiseCFEVent is alw...more >>

Check TextBox for int or string
Posted by MRW at 8/26/2006 1:10:51 PM
I'm looking for a function that will take the value of a textbox and see if it an integer or string. Basically, I'm trying to add a simple search form with two overloaded functions. If the search term is an int32, then it will run searchA; if it's a string, then it will run searchB. At this ...more >>

SiteMap questions
Posted by Dave H at 8/26/2006 12:35:39 PM
I have to questions about SiteMaps 1st) Is there any way to use a wildcard in the SiteMapNode? I'd like: testpage.aspx?Type=Fruit&SubType=Apple and testpage.aspx?Type=Fruit&SubType=Orange to show resolve the same. The subtype has many possibilities and is passed from the p...more >>

App configured as 2.0, throws event implying running as 1.1 in .net form browser control, works fine in IE
Posted by jeremy at 8/26/2006 8:40:40 AM
I have an ASP.Net 2.0 application running on Windows Server 2003. The application displays properly in Internet Explorer, however, when I use a browser control embedded in a .net form, I get an error and am directed to the Windows Application Event Log. The following message is logged: ----...more >>

POST data by HttpWebRequest - very strange sytuation
Posted by peter at 8/26/2006 5:16:19 AM
Hi, I have very strange situation but first description ;) I have: 1) project in VB.NET, in this f.e. 1 function: Public Function Login(ByVal UserName As String, ByVal UserPassword As String, Optional ByVal ConnectionParamList As String = Nothing) As String this function use HttpWebRequ...more >>

Custom controls settings, best practice question
Posted by Laurent Bugnion at 8/26/2006 12:00:00 AM
Hi, I like to develop custom controls for a number of webpages. These controls are often customizable, so that they can be reused in a number of situations. My question is: What is the best practice for configuring a custom control. As far as I can say, I have the following alternatives:...more >>

Lost html tab from the toolbox
Posted by RC at 8/26/2006 12:00:00 AM
Hi, I have Visual Studio 2003 installed on my machine. Probably somehow I lost my HTML tab from the toolbox. I tried 'Show All Tabs', but nothing there. Does someone know how to restore the HTML Tab? Regards, Roy...more >>


DevelopmentNow Blog