Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 2003 > threads for sunday november 9

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

What is the best ASP.net-C# Tutorial Site?
Posted by Glendon at 11/9/2003 11:32:06 PM
Hi Guys The best "ASP.net using C#" tutorial site I have found so far is http://www.asp.net. Most of the others focus on VBScript. Does anyone know of any other really good tutorial or course sites for "ASP.net using C#" ? Thanks, Glendon. --- Outgoing mail is certified Virus Fre...more >>

Why i cannot bind the event handler of the control that i dinamically added ?
Posted by Umut Tezduyar at 11/9/2003 11:21:34 PM
public class WebForm1 : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { } protected override void OnPreRender(EventArgs e) { LinkButton btn = new LinkButton (); btn.Text = "Click me!"; btn.Click +=new EventHa...more >>

client system font size
Posted by VR at 11/9/2003 11:07:10 PM
I designed an ASP.NET page and in the IDE design view the page looks just fine. It also looks fine when I view it in the browser on my development PC. When I look at the same page, using the same browser (IE 6.0) on a different system, it's all messed up -- some labels overlay text boxes,...more >>

_vti_cnf folder in the bin folder-- a problem?
Posted by William LaMartin at 11/9/2003 9:33:08 PM
For several weeks I have been trying to track down the cause of disappearing session and application variables. At the site that gives me the problem--a Microsoft FrontPage site--I note that there is a _vti_cnf folder inside the bin folder. And in this folder there is a file called WebTest.dll....more >>

Pop Up?
Posted by ll at 11/9/2003 8:06:29 PM
I set the ValidationSummary control's ShowMessageBox property to display error message in a dialog box. But I found it only works with IE, Not Netscape. Did someone have it work ever? Thanks. ...more >>

Dynamic Editing
Posted by Demtri at 11/9/2003 8:06:10 PM
Hi, I need to create an ASP.Net form that will allow one to edit data in various tables. What I need is the following: When a user initially arrives to a form they are provided a drop down list containing text values representing the names of several tables (5-10 total). Upon selecting a table na...more >>

ASP.NET RS-232 Data from Client
Posted by Julio Delgado at 11/9/2003 7:42:43 PM
I am planning to develop an ASP.NET application to collect information and stored in SQL 2000 but there is piece of the information that is comming from and RS-232 device a Weight Scale any Ideas how to handle that. Thanks ...more >>

ASP.NET controls in Office 2003 style?
Posted by gicio NO[at]SPAM web.de at 11/9/2003 7:09:23 PM
Hi!! I'm looking for some ASP.NET controls in Office 2003 web access style. Mainly an Outlook 2003 web access calendar control. Is something like this anywhere available? Regards, Gicio ...more >>



Visual.NET is not working
Posted by Kunal Bhadra at 11/9/2003 6:28:42 PM
Hi, While I am trying to debug a program it is giving The following error: "Error while trying to run project: Unable to start debugging on the web server.Would you like to disable future attempts to debug ASP.NET pages for this project?" I have added my account to the debugger user...more >>

Setup ASPNET account
Posted by James McGivney at 11/9/2003 6:06:08 PM
I am using chapter 9 from "ASP.NET programming with C#" by Duthie of Microsoft Press. I have VS.net running on WindowsXP pro, I installed IIS and the net framework. I believe I have activated MSDE as I display an icon in the lower right that says "Running \\JIM - MSSQLServer". The icon has...more >>

.NET Framework Data Provider for SQL Server
Posted by Doug at 11/9/2003 5:32:15 PM
We are using the .net framework data provider for SQL, but have hit a problem that we have not been able to solve regardless of the timeouts or conncetion pooling settings on the server. We more times than not get this error: Timeout expired. The timeout period elapsed prior to obtaining...more >>

Templated column cannot access datasource column
Posted by buzlite001 NO[at]SPAM rogers.com at 11/9/2003 5:27:29 PM
Hello All, I am having a lot of difficulty trying to bind a templated column, that is programmatically created for a datagrid, to a datasource column. I have a datasource containing 2 columns, ID and VALUE. I would like to create a templated column in the datagrid that is bound to the VAL...more >>

calling cs method from javascript
Posted by Benny at 11/9/2003 4:52:48 PM
hello all, currently im working on an asp.net web application using c#. im able to calling a javascript funtion in the .aspx page from the .aspx.cs page method. however, now i want other way round. how can i call a .aspx.cs method from a javascript funtion in the .aspx page? thanks, be...more >>

Setting Crystal Report parameters via a form problem
Posted by cf_rich NO[at]SPAM hotmail.com at 11/9/2003 3:06:43 PM
Hi, I'm new to ASP.Net and Crystal but I've been playing with some samples and have run into a problem. If I put all my code into the Page_Init sub of a single form and run that form, the Crystal report runs fine. Now i am trying to create another web form where I can input parameters, h...more >>

how to create an IIS virtual directory programmatically?
Posted by Matt at 11/9/2003 2:13:25 PM
I want to write a web hosting application. But how to create a IIS virtual directory programmatically in ASPX page?? please advise! Thanks! ...more >>

Extending page time out length.
Posted by Ken Dopierala Jr. at 11/9/2003 2:04:42 PM
Hi, We have a report that takes a long time to generate. The web page keeps coming back with a time-out error because it is taking too long to generate the page. How can I increase the timeout time limit? Now it seems to timeout around 2 minutes and I would like it to wait 5 before errori...more >>

custom control?
Posted by ll at 11/9/2003 11:53:24 AM
I try to write a custom controls contain two dropdownbox.. I have two questions here, please advice. 1. Using ¡°Programmatic Composites¡±, the CreateChildControl method is called very early in the control¡¯s lifetime. Where is the place to initialize the value for the dropdownbox( for example,...more >>

asp sql learning resources
Posted by SuperGumby at 11/9/2003 9:37:33 AM
basic assistance, sample pages, that sort of thing. got some links please? TIA -- Who is this guy anyway? http://supergumby.dyndns.org and what is his opinion? http://imho.dyndns.org ...more >>

.replace of extra line feeds
Posted by jason NO[at]SPAM cyberpine.com at 11/9/2003 7:54:52 AM
Hello. I just converted some data to to sql2000 into a TEXT type field. I needed to remove all tabs from the data and now want to remove extra lines too. As we know, SQL2000's replace function does not work on TEXT types. So I've written a simple asp.net program (with very high timeouts) that...more >>

cannot run the IBuySpy Store application
Posted by simon at 11/9/2003 7:07:46 AM
Hello All, I downloaded and installed the IBuySpy Store application successfully. Then I brought it up with Visual Studio.NET and tried to run it. I assume that the default.aspx is the start page, correct? But when I run it, it was asking me to either open it or download it. Why? I select...more >>

P.O. Box Validation -- Hans?...Steve(Guru)?
Posted by Simple Simon at 11/9/2003 6:46:03 AM
Hi, I need some help getting this P.O. Box regular expression to work, or a new expression entirely. I got this one from a Google Groups search. It seems to work at: http://regexlib.com/ but not at runtime. I need to check if a P.O. Box exists in an address text box...UPS won't ship some it...more >>

duplication?
Posted by ll at 11/9/2003 3:05:34 AM
Hi, I have build a web application, and need to build another one similar. How to duplicate the existing one(will rename it)? Thanks. ...more >>

how to join up a string and a integer to be a object name ?
Posted by THY at 11/9/2003 2:53:45 AM
Hi, Assuming that I have 5 textboxes, they are textbox1, textbox2, textbox3, textbox4, textbox5. and now I am on a for loop as below. but how can I make it join the word "textbox" and my i value together and be a textbox object ? it should be something like that, but I dont know the real co...more >>

Timer in the web application on servre site.
Posted by Vasil Buraliev at 11/9/2003 12:20:39 AM
Would you tell me please is it posible to make some code somewhere in web application where this code will be called or started after some time? For example. I wanna my web applicaiton to check let's say every12 hours which day it is on the web server than let's say if it's monday... to do someh...more >>


DevelopmentNow Blog