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 > november 2004 > threads for sunday november 14

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

auslesen von Controls
Posted by Stephan.Klokow NO[at]SPAM ACGT-ProGenomics.de at 11/14/2004 11:57:53 PM
Hallo, ich habe eine Frage bezüglich des auslesens von Controls von Programmen. Ich schreibe an einem Programm, welches ein externes Tool starten soll. Das starten an sich ist kein Problem. In dem externen Programm soll nun ein bestimmer Menüpunkt ausgeführt werden. Dieser idt jedoch nicht über...more >>


Need Microsoft.web.ui.controls.dll
Posted by Ron at 11/14/2004 11:49:27 PM
I can't get the above mentioned dll to compile or run on my win 2k system. it ran ok on my xp pro laptop which died last week. Will someone send me a copy of the item - maybe i can get things to work again. TIA Ronney B ...more >>

different datetime format on the same web server
Posted by Ya Ya at 11/14/2004 11:41:35 PM
I have developed a class library for a web application of mine. When compiling the code of the class library on one development machine and copy DLL to my web server I get dd/mm/yyyy date format when using the Now() function. When compiling the same code on another machine and copy the DLL...more >>

Set Focus inside of user control
Posted by Leon at 11/14/2004 11:25:02 PM
Hi Everybody. Can someone prompt me how to set Focus on any control inside of a user control? Thanks in advance Leon...more >>

Trying localization with Sams Tips&Tricks
Posted by Kenneth P at 11/14/2004 11:23:02 PM
Hi, I have a very good book on asp.net Sams ASP.NET Tips, Tutorials and Code ISBN 0-672-32143-2 and is trying to teach myself from examples from this book Chapter 16. Anyway I come quite close when trying to run one example but then I get this message I don't understand: "This .resour...more >>

ASP.NET & System.Web.Mail
Posted by Peter at 11/14/2004 11:05:01 PM
Hello! Please, could someone advice me with the following questions: Is it possible in ASP.NET to send an email using recepient's alias, eg. windows username? Like in Outlook, it is enough just to type user's username. Is it possible to send an email using distribution lists? Thanks!...more >>

Event delegate parser
Posted by Kirill Osipov at 11/14/2004 10:45:24 PM
Hello everybody. Can anyone help me? I'm writing a server control which raises events. On MSDN I've read a lot about events and saw a bunch of samples illustrating the mechanism of events. Among those samples I've saw a couple of ones on which built-in ASP.NET controls featured event initiali...more >>

Validating only one of two controls
Posted by Darrel at 11/14/2004 10:42:00 PM
(whew...I'm full of questions tonight!) I have two textBoxes that I need to validate. One's a phone number and one's an email address. I need to only validate one of them, though. (ie, only email or only phone are required). How can I do this? I've set up a custom control the checks both o...more >>



How secure are session variables?
Posted by VB Programmer at 11/14/2004 10:18:06 PM
I often use session variables to store the user's security level, and other important info. How secure are session variables? Can someone decrypt it and get the information? (This would be especially important to know if the session vars contain things like credit card numbers.) Any bett...more >>

setting an ASPX variable from ASCX
Posted by Darrel at 11/14/2004 9:58:10 PM
I've figured out how to read a variable in one ASCX file from another. Works great. I now would like to have one ASCX file set a variable in its parent ASPX or another ASCX file. Can that be done? I can't read the variable from the ASCX or ASPX file, because the control that is setting the ...more >>

WebForms......
Posted by Nish at 11/14/2004 7:36:32 PM
Is there any website which exclusively discuss about WebForms like http://www.windowsforms.net/ Thanks, nish ...more >>

I'm Envious of the nice ASP.NET gradient toolbars
Posted by Dotnet Wanderer at 11/14/2004 7:23:06 PM
Hello Friends, Its time for me to show how cool UI can be in .NET. This is a call for help on how to create those beautiful looking gradient tool bars like this site: http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.framework.aspnet I would appreciate any ...more >>

Connection String
Posted by WStoreyII at 11/14/2004 6:49:05 PM
I am making a asp page that will run on my computer by iis. But the problem is the database in on a web server. I can not seem to get the connection to work for it though here his the connection and the error. Any help please. Connection: "Provider=Microsoft.Jet.OLEDB.4.0;Data So...more >>

aspx variables
Posted by Armando Ruiz at 11/14/2004 5:53:10 PM
Can anyone tell me how do I retrieve a variable sent the following way in the page requested webaddress/page.aspx?varName=someValue I know how to retrieve it in .asp; i just wonder if this is the same case with asp .net I want to retrieve it so that I can use it on page.aspx -- AR...more >>

How to grab a variable from a user control from the parent page
Posted by Darrel at 11/14/2004 3:43:34 PM
I have a usercontrol that sets some public variables. I can grab this variable from another usercontrol like this: ctype(Page, templatePage).UC_getVariables.globalMenuCategory This works fine because the control setting the variable is processed before the control reading the variable. ...more >>

Highlighting Selected row on Edit Mode
Posted by Patrick.O.Ige at 11/14/2004 3:09:06 PM
Hi Guys, Is there a way to Highlight selected row when 'm on Edit mode in a datagrid? ie. clicking on Edit button i want the row selected and highlighted with a different color. Any ideas? ...more >>

Pre-Interpreting a Request
Posted by Alex Maghen at 11/14/2004 2:59:02 PM
Hi. I have an ASP.NET (in C#) application. Most of the application works the way they usually do: an .aspx is requested and the code for that .aspx processes the request, etc. But undere one (and ONLY one) of my directories inside the application (site), I need to parse the requesting Url B...more >>

Apache + ASP.NET
Posted by Andrea Sansottera at 11/14/2004 12:42:18 PM
Sapete darmi un parere sull'utilizzo di ASP.NET su Apache? Se non sbaglio il progetto Mono ha sviluppato un modulo open source. Qualcuno lo ha già utilizzato e sa darmi un parere? Immagino che sotto Linux/BSD i principali problemi possano essere dati dalla parziale implementazione del .NET...more >>

Database Connection Management
Posted by OL at 11/14/2004 10:35:08 AM
Hello All, I need help understanding DB connection mgmt. Scenario: - 3 separate Web application - IIS 5 or 6 - dynamic pages for most part - DB Backend is Adaptive server Anywhere from sybase (max 10 concurrent connections) - Single machine: win 2k server + IIS + DB engine (80GB HDD, ...more >>

run batch file in client side
Posted by freetorn2002 NO[at]SPAM yahoo.ca at 11/14/2004 10:00:51 AM
Hi, I want to run the batch file from the client side. I was able to do it in the server side by using process. But i want to run from the client side , like we do in asp using createobject("wscript.shell"). I tried the same code by using the html control and the client side code, but it give...more >>

how to INSERT data into a table in SQL express2005 using ASP.Net2.0
Posted by Pratik Gupte at 11/14/2004 9:09:05 AM
I have created a database in .mdf format, but I am unable to insert data into its tables. Can anybody help how to insert data using ASP.Net 2.0 using SQL Server 2005 Express edition in windows integrated security mode. thx ...more >>

Caching with ASP.NET, can I use page directive programmatically
Posted by Leo Muller at 11/14/2004 8:53:49 AM
I am impressed by the caching performance of .NET. However, there is one major obstacle that I haven't managed to solve yet. What I want to do is the following: I have a normal site, and a preview site. The normal site should have maximum performance, thus uses caching. The preview site is ...more >>

redirect and thread execution
Posted by Robert Sorger at 11/14/2004 8:03:02 AM
I have a problem with thread execution after calling response.redirect() in a web form. Basically, I want the thread to continue to work (e.g. do some long database work) but want to redirect immediately to another page, so that the user does not have to wait. I tried the wollowing exem...more >>


DevelopmentNow Blog