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 > january 2005 > threads for sunday january 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 31

DIV with automatic line feed
Posted by Raed Sawalha at 1/9/2005 11:59:01 PM
Is it possible to make the following div to generate automatic line feed when user start writing and reaches the DIV bounderies like in textarea, the case I have when type a continous chars without white space it wont give a new line but when feed a white space it give an automaic new line :-...more >>


old DOS days question
Posted by Chris at 1/9/2005 8:09:02 PM
I'm manually compiling some .vb files and I am moving them to the Microsoft.Net>Framework>v1.1.4322 directory so that when I run vbc.exe to compile all the files I need they are in that directory (i.e. system.dll, etc.). I used to be able to, years ago, in DOS "PATH" to a directory so that it...more >>

Small problem ... but i don't see the answer :(
Posted by Nick Van Dyck at 1/9/2005 6:24:14 PM
Hello! This is the code, the error is described below. string tmp_value_1 = txtName.Text; string tmp_value_2 = txtMessage.Text; OleDbConnection dbConn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;data source=..../T4.mdb"); OleDbCommand dbComm = new OleDbCommand(); dbComm...more >>

Hide url
Posted by Alberto at 1/9/2005 6:22:10 PM
In my url I have some parameters but I'd like the user doesn't see them. How can I hide them? Thank you ...more >>

Session expiration
Posted by Vishal at 1/9/2005 6:20:38 PM
Hello, can anybody tell me how I can extend the session expiry time? Is it done via code or via IIS? Sorry I am new and dont know about this. ...more >>

Displaying Files
Posted by MichaelR at 1/9/2005 4:37:30 PM
I have an aspnet application in which I would like users to be able to display certain files - they are pdf files. For security reasons, these files are located in a directory that is not available to my users as a url. What I've tried doing is building a .aspx page that has access to the fi...more >>

HTTP: content information
Posted by gemel at 1/9/2005 2:33:46 PM
Is there any way in VS that I can examine the constructed HTTP request or response packets? John L...more >>

Help, can't reference new dll?????????
Posted by Chris at 1/9/2005 12:55:02 PM
In VS 6.0 it was easy to create a new dll, compile it, and all the vb runtime files were nicely added to it via the references that you gave. Then in an ASP page youjust referenced, after registering it, like: dll = sbsuserinfo class = cluserinfo function = CheckLogin ' Let's ...more >>



ASP.NET Book, C#, no code-inside
Posted by Edward W. at 1/9/2005 12:19:22 PM
Sorry, I know the book topic comes up often, but here's what I'm looking for ASP.NET; (1.1 DNF hopefully) C# as the main language of the book Code behind - not code inside I have ASP.NET unleashed, yes it's a good book, but above is what I'm trying to find. Thanks ...more >>

DateTime
Posted by Jim Heavey at 1/9/2005 11:25:01 AM
If you have a text input field and you place a "comparevalidator" to ensure that the field contains a date.... is there a method which allows you to easily convert this into a date? If I use the DateTime constructor, I have to pass the Year/Month/Day to the constructor, but the CompareVali...more >>

window.open
Posted by (rbutch NO[at]SPAM coair.com) at 1/9/2005 10:49:39 AM
hey guys i've got a question as to why something is happening. basically building a web application, and i want to open up another .aspx form, but not close the one i have. so, i assign a button this. MyButton.Attributes.Add("onclick", "window.open('MyForm.aspx');") it works great ...more >>

time consuming issue with a HttpWebRequest and StreamReader
Posted by z. f. at 1/9/2005 10:20:44 AM
Hi,=20 i have a vb.net windows application that makes HTTP requests with the = framework's HttpWebReqeuest object. i have about 10 different requests that takes between 30 to 500 for the = Request.GetResponse function to execute. this is acceptable. problem is that for 1 of the 10 urls i req...more >>

creating dll for my project
Posted by Chris at 1/9/2005 9:17:04 AM
I'm trying to create a dll (vb) that I can add to my ASP.NET project, thus encapsulating and protecting (from viewing) the code (class). In VS 6.0 this was easy, create a project as a dll and write your code then save and compile. Register it, then my asp pages would see the objects and I was...more >>

Label
Posted by sara at 1/9/2005 7:53:01 AM
Hi to all i have a data entry web form with a lot of labels that is aligment i want to justify the text of those label to be of same width as a newspaper the labels are htmlcontrol thanks ...more >>

How to hide/show a div?
Posted by Miguel Dias Moura at 1/9/2005 3:04:59 AM
Hello, I have an image and a div named "content" in an ASP.Net / VB web page. I need to create something like an on/off (visible/hidden). 1. When I click the image and the div is visible, the div becomes hidden. 2. When I click the image and the div is hidden, the div becomes visible. ...more >>


DevelopmentNow Blog