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 > february 2004 > threads for sunday february 29

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

A good book on ASP.NET & JavaScript
Posted by Asaf at 2/29/2004 11:54:05 PM
Hi, Is there any good book on C# ASP.NET with JavaScript? Thanks in advanced, Asaf ...more >>


Page Security
Posted by Z D at 2/29/2004 11:03:41 PM
Hello, I'm trying to create an ASP.NET page that ONLY allows access if its linked-to from another specific server. I know the IP address of this server. I was wondering how I'd go about setting this up in a secure way? I considered using HTTP_REFERER but I found that its easy to spoof thi...more >>

Error : Unable to start debugging
Posted by Brijesh at 2/29/2004 10:46:05 PM
Hi When I try to run an asp.net project or windows application project in debug note, I get the following error messag "Error while trying to run project: Unable to start debugging The debugger is not properly installed, Run setup to install or repair the debugger I tried both the approach, Un...more >>

Uniformal look for all pages
Posted by Sasha at 2/29/2004 10:15:32 PM
Hi, What is the best way to enforce uniformal look on all of my aspx web pages? I know it is done through Master pages in ASP.NET 2.0, but what can I do in ASP.NET 1.1? Should I creat just one base page and just inherit all of my pages from it? Thank you for your help, Sasha ...more >>

Login (newbie)
Posted by Saber S at 2/29/2004 9:30:27 PM
I'm completely mixed things between session,state, login, validation, ... I want to make a simple login page, and pre-defined users in DB can login and signout, where can I find a good and simple tutorial about that? tried searching many times, but didn't got a simple thing. ...more >>

Bar code scanners on a web application ?
Posted by Mike Smith at 2/29/2004 9:24:43 PM
Can i have a web application to interact with a bar code scanner attached to the clients pc ? Would i have to download some form of active-x component to do so ? or would the scanner just be like a keyboard and would work seamlessly ? Its basically for the user to scan an item and fill in the cod...more >>

Navigate to specific location on page
Posted by Linda Wienholt at 2/29/2004 9:06:30 PM
Hi I am trying to link to a specific location on a page using a named anchor. I also have some parameters attached to the query string. I am having problems getting the page to display the correct portion of the page when it loads I have a few named anchors on the page using the following form...more >>

Web form and Arabic characters...
Posted by Greg at 2/29/2004 8:36:41 PM
I'm having trouble displaying and passing arabic characters from my web form. I've added requestEncoding="windows-1256" responseEncoding="windows-1256" to my web.config but it didn't help. I also added <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> to the top of the...more >>



Pros and Cons about automatic increase in MS SQL 2000
Posted by Benny at 2/29/2004 7:58:40 PM
Hello experts, Currently I am writing a database web application using viusal studio .net with C#. Just wondering when come to the database design, what are the pros and cons about setting the primary key field to automatic increase? Thanks, Benny *** Sent via Developersdex http...more >>

Change text color in the listbox control
Posted by SOS at 2/29/2004 7:19:35 PM
Hi everybody ! i have a list box that contains some items, how can i change the font color of some of this items ? Thanx ...more >>

Why compile a Web Application
Posted by Jarod_24 at 2/29/2004 6:52:45 PM
I've been working with a ASP.Net Web application project and it' ASP-NEt pages and the classes that you create seems to work without compiling the project. so my question is: why compile it? The whole thing is then reduced to a .dll file and i don't wee how you're gonna be using that as a website...more >>

Netscape and windows controls
Posted by Chris Leffer at 2/29/2004 6:48:30 PM
Hi. The article found at (http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx) teaches that hosting windows controls in a web page is a responsibility of IE. Can any version of Netscape or other browsers, hosts this kind of control? Regards, Chris Leffer *** Sent v...more >>

WEBCONTROL?
Posted by Patrick.O.Ige at 2/29/2004 6:30:12 PM
Can anyone tell me how i can create my own .dll file to use in a WEBCONTROL? I need a ContextMenu control that i would like to have it linked to a Datasource(e.g XML file) Can anybody help me with this! ...more >>

WebControl !!
Posted by Patrick.O.Ige at 2/29/2004 5:40:41 PM
Can anyone tell me how i can create my own .dll file to use in a WEBCONTROL? I need a ContextMenu control that i would like to have it linked to a Datasource(e.g XML file) Can anybody help me with this! ...more >>

Unable to start debugging on the Web Server.
Posted by Richard B. Lewis at 2/29/2004 4:38:21 PM
Hi, I'm getting this message ever since I applied W2KSP4 on my server (which is both my local machine development environment and my web server). I've been through the "Things to Check" help on this error and am about 80% sure I'm OK with all the points mentioned. Per KB 821255 I have also...more >>

Caching a Large DataSet
Posted by George Durzi at 2/29/2004 4:21:05 PM
I maintain a list of companies in my application. The first time the company table is accessed, I create a dataset and stick it in the Cache. When the company table is modified, I expire the cached item, recreate the DataSet, and stick it in the Cache again I get excellent performance when running...more >>

Referencing an object in another browser instance. Possible?
Posted by theintrepidfox NO[at]SPAM hotmail.com at 2/29/2004 4:07:29 PM
Hello Group I'm having a bit of trouble figuring this out. I'm grateful for any hints. Let's assume I'm have a webapplication with two .aspx pages, Page A and Page B. Page A consists of a textbox (textbox1) and a HTML Button control. Page B consists of a datagrid control. When the but...more >>

ASPMAIL
Posted by Chris A. at 2/29/2004 3:13:54 PM
Trying to use the following to sendmail... ASP/IIS don't give me any problems or errors, but no mail gets sent either. Dim objMailer Set objMailer = Server.CreateObject("ASPMAIL.ASPMailCtrl.1") objMailer.SendMail "my.smtp.com",strTo,strFrom,strSubject,strBody Set objMailer = Nothing Does t...more >>

how to create static pages
Posted by Blue Man at 2/29/2004 2:14:33 PM
what's the best methos to create static archive pages (like DotText) instead of dynamic with query? i mean like http://mydomain/archive/mytitle.aspx not http://mydomain/index.aspx?postid=13 ...more >>

Datagrid won't sort
Posted by DC Gringo at 2/29/2004 12:12:56 PM
I have a datagrid that won't sort. The event handler is firing and return label text, just not the sort. Here's my Sub Page_Load and Sub DataGrid1_SortCommand: -------------------- Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put...more >>

How to ?
Posted by Laurent Jordi at 2/29/2004 11:57:14 AM
Hi, I'm building cross technologies projects. I mix ASP, ASPX, HTM files BUT... I don't know how to add new kinds of new template files for exemple simple asp page (in Visual studio .NET 2003) Do someone can help me ? Thanks LJ ...more >>

Array Contents to XML
Posted by Steve Bishop at 2/29/2004 11:08:35 AM
Could anyone give me an example of sending an array's variables to an XML document all within a subroutine. I'm thinking of a basic example capturing a form fields values into the array. Help appreciated. Thanks *** Sent via Developersdex http://www.developersdex.com *** Don't just part...more >>

Datagrid with fewer records than page size is ugly
Posted by Charlie Dison at 2/29/2004 10:41:08 AM
I am using a datagrid bound to a Dataset. The problem is when the dataset has fewer records than the page size for the height, the cells grow automatically. Thus the datagrid with one record grows the cell heights between the one data row and the header row to match the whole datagrid height. Is t...more >>

Get html that Control render
Posted by Yanir at 2/29/2004 10:36:10 AM
Hi How can I get the HTML that a server control represent as an text/XML may be there is a common way to serialize it to a stream ...more >>

How to detect user's intention when onunload fires?
Posted by feng at 2/29/2004 9:36:02 AM
I want to use onunload to capture user's action when he clicks on the "x" button to close the browser. Here is how I do this: <SCRIPT FOR="window" EVENT="onunload"> myScript(); </SCRIPT> While myScript() does get called when "x" gets clicked, it is also get called when the user leaves t...more >>

Can I terminate session programticly?
Posted by feng at 2/29/2004 8:52:05 AM
Hi, In stead of waiting for Session_end to fire, I would like to kill the current session using my code behind depending on certain conditions. Can this be done? how? Thanks...more >>

Marshal in Asp.Net
Posted by Elton Rabello at 2/29/2004 7:56:08 AM
Hi I developed a component using 'Queue', it works fine at a Windows application, but i call it at the Asp .Net and return the error 'System.Runtime.InteropServices.COMException Can I use the Marshal object at Asp .Net? If not what can i do to do some background process I call at this way Pr...more >>

Copying an entire solution
Posted by tempframeworkfan NO[at]SPAM hotmail.com at 2/29/2004 7:52:17 AM
Hello. If I created a .NET solution called say MySol, how can I make a copy of this *entire* solution (project folders, files, everything) and create a second copy of this somewhere else on my hard drive, so that I can begin working on a radical change, while at the same time leaving the orig...more >>

Reduce The Size Of Your ASP.NET Output
Posted by sunil NO[at]SPAM volcanomail.com at 2/29/2004 6:32:17 AM
Dear All, I just read an article on how to Reduce The Size Of Your ASP.NET Output... http://www.codeproject.com/aspnet/WhitespaceFilter.asp Though IIS6.0 also provides a Compression feature, it is not bug free... The above mentioned article provides a very basic approach...are there some m...more >>


DevelopmentNow Blog