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 > december 2003 > threads for saturday december 13

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

looking for forums for .net, where I can download many scripts.
Posted by Eitan at 12/13/2003 11:24:24 PM
Hello, Where can I find good forums that includes many scripts for .net ? Thanks :) ...more >>


Deployement
Posted by Prince at 12/13/2003 10:58:27 PM
I just did a search on Deployment from Jan. 1, 2003 to Decmber 2003 and read each post to no avail. Here is my problem. I don't know if the problem is on my side or the websever host. I created a web application using VS.NET. It's a very basic app with database access in the Global.asa...more >>

openning window from the current window.
Posted by Eitan at 12/13/2003 10:55:40 PM
Hello, I want open a new page (on the same window), by using some vb script (I am in aspx file). How can I do that ? Thanks :) ...more >>

about Postback
Posted by Shalva at 12/13/2003 9:34:33 PM
Hi, when I submit page from client-side script window.navigate("abc.aspx") the IsPostBack property of Page always is false. why ? Thanks, Shalva ...more >>

How to intercept OUTGOING browser data
Posted by _max_ at 12/13/2003 7:30:01 PM
HttpWebRequest() allows 'pseudo-browser' simulation to intercept incoming HTML for 'screen scraping', etc. But how would you do the opposite: Programmatically find out what a browser is sending to a website? (Probably via POST) I'd imagine this is done often, so maybe I'm just missing som...more >>

Multiple project solution newbie question?
Posted by Bruce W.1 at 12/13/2003 7:19:13 PM
I setup a solution with multiple projects (2 of them) just like it says here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q307467 The subdirectories will contain real .aspx pages, not just User Controls or components. They are distinctly different parts of this one web applicat...more >>

web.config authentication problem
Posted by Mr. x at 12/13/2003 6:42:34 PM
I have in the web.config file something like this : <configuration> <system.web> <authentication mode="Forms"> <forms name=".ASPXAUTH" loginUrl="main.aspx" protection="All" timeout="1" path="/" requireSSL="false" slidingExpiration="true"> </forms> <passport redirectU...more >>

OT: asp.net developer needed
Posted by John at 12/13/2003 5:35:15 PM
Hi I am looking for an India based asp.net developer for some on/off, small/medium projects. Thanks Regards ...more >>



DataGrid and SQL Server
Posted by DarkWing at 12/13/2003 3:20:26 PM
Hello Every one i had a question i am setting up an DataGrid with use of MS SQL server in my sqlserver i have 2 tables 1-UserList(which containes Employee's Name)(has 13 elements,eg 13 employees) 2-ScheduleSetting(Which Containes Employees hours of avilbilites to work)(has 13 elements) ...more >>

Validators Don't Work after Moving Code to Production Server
Posted by Mike D at 12/13/2003 3:04:20 PM
Hi, I have a form that has a number of validator controls. Everything works fine in my development environment. When I move the application to my production server, all validator controls stop working (client and server side!). I have 1 additional validation test that I perform manually ...more >>

problem of changing values for tableCell element
Posted by Mr. x at 12/13/2003 2:54:14 PM
Hello, I have the following aspx code : <form id = "main_form" runat = "server"> <asp:Table dir = "rtl" runat = "server"> <asp:TableRow> <asp:TableCell id = "inner_message">&nbsp;</asp:TableCell> </asp:TableRow> </asp:Table> </form> How can I change the contents of the va...more >>

IIS and ASP.NET version 1.1
Posted by JerryW at 12/13/2003 12:46:19 PM
When I try to open an existing .NET 2003 solution, I get the error "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services." There is a Knowledge Base Article - 825792 - that descr...more >>

ASP.NET and non-IE browsers
Posted by William LaMartin at 12/13/2003 11:25:14 AM
I have a couple of web sites that need to be developed in the coming months, and I am in a quandary as to whether to use ASP.Net or fall back on the standard HTML editor (FrontPage) along with ASP. I hesitate to use ASP.Net because in my tests, people using Netscape and some "fringe" browsers r...more >>

Unrecognized database format
Posted by timmso at 12/13/2003 9:29:17 AM
I'm using Ado.net in an asp.net project with an Access backend. Whenever I try to do a simple Select or Update, I inevitably see the error "Unrecognized database format". I'm using Access 2000. Here is some code for an aspx page: Sub Page_Load(Source As Object, E As EventArgs) Dim strCo...more >>

HttpRequest.Params in C# : Get Value of Key
Posted by brow318 NO[at]SPAM hotmail.com at 12/13/2003 8:39:55 AM
I am attempting to fetch the value of a paramter passed in on the http request url. Example: http://localhost.mypage.aspx?ID=12345 In the URL above I am wanting to retrieve the value of the key ID. When I execute the code below I am getting the entire URL and not just the value of the key...more >>

techniques needed --> moving from asp to asp.net
Posted by jqpdev at 12/13/2003 8:31:09 AM
Hello all, I've been developing web apps using Borland's websnap technology which is built upon asp technology. I'm tranisitioning to ASP.NET VS.NET and need some techniques/best practices to assist in the transition. I've created my apps/sites using a chunking method based on a template. ...more >>

Reference a user control in another project
Posted by mg at 12/13/2003 7:07:42 AM
Is there a way to reference a user control in one project from within another project? <%@ Register TagPrefix="HDR" TagName="WebUserControl1" Src="http://localhost/App2/WebUserControl1.ascx" %> doesn't work...more >>

Creating Server control's Control Array
Posted by vivek at 12/13/2003 4:53:35 AM
Hello Every body, I am tring to make an array of server controls with array indes can change dynamically. But I was not able to get the refrence of the control outside the scope in which they were created. can any body help me by sending a piece of sample code. Regards Vivek...more >>

Debugging ASP.NET on Remote Server
Posted by Steve Wark at 12/13/2003 1:50:54 AM
I have a Windows 2003 Web server on which I was debugging remotely with no problems. I then moved this server to a different domain and now remote debugging will not work, the error is; Auto-attach to process '[372] w3wp.exe' on machine 'CSS5' failed. Error code 0x80070005 (Access is denied...more >>


DevelopmentNow Blog