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 > january 2006 > threads for sunday january 22

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 the Text of ButtonColumn in a DataGrid
Posted by Ben at 1/22/2006 11:46:04 PM
Hi there, I would like to change the text of the ButtonColumn after datagrid binding, depending on the value of a certain field. (eg. Text="Details" for case 1, Text="others' for case 2) Is it possible to do so? <asp:datagrid id="dgList" runat="server" Width="890" BorderStyle="None"...more >>

How to show combo box in GridView of ASP.Net 2005 ?
Posted by Luqman at 1/22/2006 10:49:32 PM
How to show combo box in GridView of ASP.Net 2005 ? Best Regards, Luqman ...more >>

Disable all controls in...
Posted by Edwin Knoppert at 1/22/2006 10:34:34 PM
I have a div which holds controls. I'm looking for a way to disable all controls but *without* setting each control enable state. Same to style>display i'm looking for a disable method. Do i need a container control for this? ...more >>

Date Picker Value
Posted by Seok Bee at 1/22/2006 10:16:02 PM
Dear Experts, Currently I am creating a webform using sp.net 2.0. I would like to create a date picker in my webform. I managed to create a a button to call-up the calendar and using the Calendar control from the toolbox. I would like to know how can I pass the value back to a textbox in my...more >>

Weird date problem!
Posted by Mark at 1/22/2006 6:10:15 PM
Hi, I have a date / time in the following format 1/25/2006 8:00:00 AM When I do the following on my local server Convert.ToDateTime('1/25/2006 8:00:00 AM') I get 1/25/2006 8:00:00 AM which is fine.. However, when I upload the code to my server in the states and do the same thing Convert...more >>

Multiple Paste
Posted by Thom Little at 1/22/2006 5:41:03 PM
I have a form with three textboxes. In an external C# 2.0 application I need to load the clipboard with three pieces of information so I can position to the first textbox in the forma and select paste to paste into all three at the same time. something like ... one\ttwo\tthree or one\nt...more >>

Precompile.axd returns error 404
Posted by Shimon Sim at 1/22/2006 5:39:29 PM
I tried to use Precompile.axd to compile my site but got HTTP404 (The resource cannot be found) instead. I am running ASP.NET Version:2.0.50727.42 .. Any suggestions? Thank you, Shimon. ...more >>

Forms Authentication
Posted by Øyvind Isaksen at 1/22/2006 5:39:05 PM
I'm using Forms Authentication for my users to login to a website. It works good, but there are a couple of files that should not be password protected (such as "forgot password"). My question is: Is there possible to specify some files that should not be password protected? EX: the file "...more >>



Javascript help
Posted by Tina at 1/22/2006 5:26:09 PM
I don't write much javascript so I was hoping to get some direction here on how best to approach a problem. I want to do a tab folder approach where maybe I have some image buttons that look like folder tabs at the top that are client side buttons. For each button I have a panel with diffe...more >>

URL Links in Master Page
Posted by Brett Baisley at 1/22/2006 4:11:48 PM
Hello, I am having trouble figuring out URL's from my master page. Here is my setup. I have a default.aspx and default.master file in the root folder. I have an "images" folder with logos and css files in there. I also have a "html" folder with more pages in there. The default.aspx file...more >>

Uploading images to web server
Posted by Gavin at 1/22/2006 2:12:02 PM
I need some help, I need the code to allow people that visit my website to be able to upload pictures to a file on my web server. I have been able to get close, but not quite there yet. Set fso = createobject("scripting.filesystemobject") Set act = fso.CreateTextFile(server.mappath("test.jp...more >>

File Open and Save dialog poping up while opening PDF
Posted by Satya at 1/22/2006 1:25:18 PM
I am trying to display a PDF file (which I am being passed from a web service as a binary stream) in a browser, but I am being prompted to save the file instead. I don't want the user to be prompted; I just want the PDF to be displayed. Here is the code: Byte binaryData; ...more >>

Exception Hierarchy FAQ?
Posted by clintonG at 1/22/2006 12:28:14 PM
I was wondering if anybody has put together a FAQ documenting the hierarchy of various exceptions? Trying to learn and remember which to include and which order to process exceptions is not entertaining :-) <%= Clinton Gallagher ...more >>

DetailsView edit and insert row widths
Posted by William LaMartin at 1/22/2006 12:01:40 PM
Is there a way to increase the width of the text boxes for the DetailsView in edit or insert mode? When I put the control in either edit or insert mode, the text boxes to type the new text are always much smaller than the available space in the row. ...more >>

Can't send mail?
Posted by brett at 1/22/2006 11:51:19 AM
I'm getting this error when I try to send mail from my local machine: The "SendUsing" configuration value is invalid. Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid Here is the code I'm using: string emailTo = "info@abc.com...more >>

Only allowing certain html tags
Posted by Aaron at 1/22/2006 5:07:35 AM
Hello, I would like to limited what html tags are allowable in inputting into an xml page. Just <a>,<b>,<i>,<font>, <li>, <ul> and <ol>. I am using VB 2005. TIA Aaron ...more >>

XML, where do I start?
Posted by ThunderMusic at 1/22/2006 12:26:17 AM
Hi, I'm doing a custom web control. In this web control, I must load an xml file and parse it to get all the items to add to the control. I will be a menu bar, so I will have to find all the menubar items and their children, et al. For the rendering logic, I have no problem, the problem appea...more >>

ASP.NET 2.0 and Firefox
Posted by Sönke Greve at 1/22/2006 12:12:31 AM
Hi, does anyone know why the Firefoxbrowser requires local logindata when you try to access a local asp.net 2.0 site? Couldn't find anything in the Net. ...more >>


DevelopmentNow Blog