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

Layout depending on simple results of a calculation
Posted by Badass Scotsman at 4/22/2006 11:01:34 PM
Classic ASP / VBScript question, I don't have access to any classic ASP group, apologies. This may seem a bizarre question, however I would like to be able to assign numerical values to 5 different tables dynamically, for example: <table ID="1"> <table ID="2"> <table ID="3"> <table ID="...more >>


Running ASP.NEt on windows media center OS in Debug mode.
Posted by sameer at 4/22/2006 11:00:01 PM
Hi all, My new computer has Microsoft Windows XP Media Center Edition as the operating system. I am trying to run VStudio 2003 , ASP.NET on IIS 5.0 but every single time i run the source code of my application , it shows me the message "unable to run debugging, please try running it using t...more >>

Interface question
Posted by tshad at 4/22/2006 10:23:59 PM
I am trying to understand why I would use interfaces. In the following example for IPrinciple, I have the following code: ************************************************************ using System; using System.Collections; using System.Security; using System.Security.Principal; namespac...more >>

Image Control
Posted by Rhonda Tipton at 4/22/2006 9:19:59 PM
I am new to aspnet. This should be an easy question. I cannot figure out for the life of me how to make a picture (thumbnail) a hyperlink to the actual picture. All I want to do is click on the thumbnail and have a new browser window open up to display the picture. Any help is greatly ap...more >>

server application not available
Posted by guoqi zheng at 4/22/2006 7:58:02 PM
After I upgraded to .NET 2.0, every a few days, our sites will stop and I get an error message of "server application not available". I tried the event viewer but did not find any information related to this. I am using Windows 2003 standard, any idea where to look for the error? It sounds...more >>

Validation process to cancel New user Wizard step?
Posted by Vear at 4/22/2006 7:37:01 PM
Hi I have created a couple of CreateUserSteps infront of the default one. I use control validators for most of the fields but in the State drop down list I want to make sure the user has chosed a state or prov. The first row in the drop down list is "select state/prov" so I want to make su...more >>

ASP.NET Exception Handling
Posted by Brad Baker at 4/22/2006 7:12:16 PM
I'm trying to create a custom ASP.NET custom error page however I am having some problems. Here is what I have done: 1) I've created a page called default.aspx with the following code to stimulate an error: <script language="c#" runat="server"> public void Page_Load(object sende...more >>

Crazy trouble on date
Posted by Budd at 4/22/2006 6:30:54 PM
Hi everyone i got a problem on date, it is... 1, i get the date from calendar component 2, compare today and selected date is equal (compare method) 3 count the number of day between this 2 date but i cannot find any method to count the number of day between this 2 date just like.....more >>



2.0 simple problem: comment is parsed by compiler
Posted by R.A.M. at 4/22/2006 6:24:44 PM
Hello, (Sorry for my English, it's not my native language...) Could you explain me simple problem? I have little experience. I commented part of .aspx page and tried to rebuild the project. Unfortunately I receive errors in commented asp: elements, for example: 'ASP.formularzewww_aspx' doe...more >>

2.0: asp:Button click at server
Posted by R.A.M. at 4/22/2006 5:16:03 PM
Hello, I have very simple problem which I present here second time, because I haven't got a solution. I need to process asp:Button click at server. I have written (my experience is little) in .aspx: <asp:Button ID="GoTo" runat="server" Text="Go To" OnClic...more >>

does cookie authentication use validation?
Posted by Daves at 4/22/2006 4:08:02 PM
how is it; when an user uses cookies to skip login on my web site, does his authentication include a validation against database, that is does the memebership call the validate() function or is the user's idendity and session just set from cookie's parameters? ...more >>

can I have brain dead security?
Posted by codefragment NO[at]SPAM googlemail.com at 4/22/2006 2:33:08 PM
Hi Assume I want to make an asp.net application that, shows one item, when you click on it it directs you to paypal and asks for a few details, then returns.What do I need to understand about security? From my perspective security is an issue where if you don't know about a single detail ...more >>

2.0 Calendar Control - SelectedDate = NULL???
Posted by K B at 4/22/2006 1:31:33 PM
Hi, I have a calendar control inside an EditItemTemplate. All works great except when the date field in the db is Null. I get the 'cannot cast string to datetime type' error. I haven't figured out which event on the DetailsView control, if any, will allow me to check for Null, then perhaps ...more >>

asp.net 2.0 issue
Posted by param NO[at]SPAM community.nospam at 4/22/2006 1:11:42 PM
Hi all, I am seeing a very serious recurring problem that occurs whenever I update my asp.net 2.0 website. Everytime I copy new files over, I have to re-start the iis service by issuing an iisreset command and sometimes I have to delete the temporary asp.net files. If I dont do that, I get the...more >>

DataGrid Edit/Update problem
Posted by thebison at 4/22/2006 1:06:59 PM
Hi all, I hope someone can help with this relatively simple problem. I am building a timesheet application using ASP.NET C# with Visual Studio 2003.As it is only a protoype application, my database has been made in MSDE. My problem is to do with a DataGrid. I have successfully coded the Da...more >>

PP:Displaying Default Images when required does not exist
Posted by prabhupr NO[at]SPAM hotmail.com at 4/22/2006 12:14:05 PM
Hi All I have this requirement which I dont know how to (brain dead), may be somebody can shed some light. We have Photos (saved as JPG's) in file system, the naming convention is <PhotoID>.jpg where the PhotoID matches the ID in a SQL Database table column. In the UI we used <img> tag t...more >>

Which version of IIS?
Posted by Tarun Mistry at 4/22/2006 10:35:50 AM
Hi guys, a very quick and simple question. What version of IIS is needed to run ASP.NET 2.0 applications (bare minimum)? I can't find the info on the MS site. Thanks for any help, Tarun ...more >>

How do I use forms authentication on specific directories?
Posted by Darrel at 4/22/2006 10:26:15 AM
My app has an 'admin' folder. This is the only directory i need to apply forms authentication to. Googling seems to indicate that the solution is to just give the admin folder it's own config file and set the authentication rules there. However, when I do that, I get this error: -------...more >>

Dim a graphic.
Posted by UJ at 4/22/2006 9:45:30 AM
Is there any way to take a graphic and 'dim' it on the screen so that it looks disenabled? TIA - Jeff. ...more >>

Simple Beginner Question (I believe)
Posted by pvdg42 at 4/22/2006 9:07:06 AM
VS 2003, C# if the language matters. Scenario: Two page project, text box content on the start page is loaded into session variables to be displayed in a greeting on the second page. Works fine the first trip. If upon return from the second page to the start page, the user enters new data i...more >>

cannot creat web application
Posted by sssnbj at 4/22/2006 8:02:55 AM
hi, i just installed visual studio.net and when i try to create a web application i get the following error: The web server portlet encountered the following error when attempting to create or connect to web project located at the following URL: http\\localhost\\webApplication1 :server or ad...more >>

Format
Posted by Wallace at 4/22/2006 3:01:25 AM
Hai All, I am working in asp.net... I need to format a number in the following manner... number = 500 After formatting i need the number as string as " 500" that is 5 spaces before number... If give the number as 2, then i should get as " 2" i.e 7 ...more >>

Does asp.net 2.0 callBack need to send a lot of data to server?
Posted by atzhuqj at 4/22/2006 1:57:02 AM
These days I'm working with a web project.I use asp.net 2.0 callBack to refresh the web page without postback,but I found the client have to send a lot of data to server,that is not so EFFICIENT for me,because I need to frequently callback the server.Is there any solution to reduce the data? ...more >>

Extracting zip file with asp.net 2.0
Posted by Moistly at 4/22/2006 1:53:44 AM
I wish to be able to extract/ unpack a zip file which has been uploaded to the server. Does anybody know how I would go\about this using either DeflateStream or GZipStream. Or would it be better to use a 3rd party component. Thanks ...more >>

Atlas Problem(DragDrop )
Posted by Ram Patel at 4/22/2006 12:00:00 AM
Hi, this is regarding asp.net Atlas DragDrop problem. 1. in atlas DrapDrop section , we define drop Zones and draggable items. lets say we have two drop zones : Zone1 , Zone2 In Zone1 Draggable items are : item1 , item2 In Zone2 Draggable items are : item3 , item4 ...more >>

How to add a underscore to indicate users what is the shorcut key of Button?
Posted by ABC at 4/22/2006 12:00:00 AM
How to add a underscore to indicate users what is the shorcut key of Button? Under Winform, our can add & symbol on label to indicate what is the shortkey of button, in ASP.NET, how should I to do that? ...more >>


DevelopmentNow Blog