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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|