all groups > asp.net > may 2004 > threads for monday may 31
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
dll from aspx
Posted by ven at 5/31/2004 11:54:19 PM
hello
i`m making a web service based on .net..... i use web matrix to make pages
and code in vbscript... my web pages have .aspx extension and everybody who
have access to server may read my code from this files.... maybe there is
somethin to make a dll or ??? from aspx files that allow to hid... more >>
How to output to excel.
Posted by smen at 5/31/2004 11:31:02 PM
hiye, i've got some data which i've query from the db and how do i get it into ms excel
any body done this before?... more >>
IIS virtual directory scripts
Posted by Veronica Jacobs at 5/31/2004 10:10:14 PM
Does anybody have some good sources of information or sample scripts for
creating virtual directories and web sites on IIS programmatically?
Thanks.
- V.J.
EncryptaSoft
www.encryptasoft.com
... more >>
Trace Listeners in a web app
Posted by Martin at 5/31/2004 8:47:00 PM
Hi,
is it a wise thing to do to place trace listeners (that write to a text
file) into an asp.net application.
I wish to do this for testing so that a user may vist as many different
pages as they like and the trace information for that session will be kept
in a sigle place.
I have imple... more >>
One last attempt...
Posted by EMW at 5/31/2004 8:40:03 PM
I'm really getting frustrated..
I'm trying to create an interactive datagrid to be used in a sort of
planning tool.
In my company we have 25 engineers and they run a 24/7 call duty once a
month.
Every week 6 engineers are on call duty according to a planning.
At the moment an excel sheet... more >>
Rounded corners in menu Table and Bottons
Posted by Francisco J. Jurado at 5/31/2004 8:31:18 PM
Is there anybody who knows how Microsoft programmers get rounded corners in
the windows and bottons wihout using graphical corners (if there any)
Best Regards
... more >>
Thinking the right way?
Posted by Simon Harris at 5/31/2004 8:03:58 PM
Hi All,
I'm new to ASP.Net.
As I understand it, the code and presentation should as much as possible
remain seperate. Code is in the 'codebehind' - Be it a script block at the
top of the page or seperate file. I have a situation where I need to list
the number of related records.
So far,... more >>
Getting Error Messages To Display On Remote Computers?
Posted by cmay NO[at]SPAM walshgroup.com at 5/31/2004 7:58:22 PM
I changed my web.config file to show:
<customErrors mode="Off"/>
But when I get an error I still get the Runtime Error page telling me
I need to change it to the mode value to "Off" to see the error, even
though it already is set to "Off".
Whats the deal? Is there something else I need... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web applications and Linux clients
Posted by EFernandes at 5/31/2004 6:35:57 PM
Hi all,
How can I deploy web applications (ASP.NET) to Linux clients?
I have a large web application fully developed to work with IE 5.5 SP2 but
now I need to use Konqueror, Mozilla, Opera, Netscape or (and I said OR)
other Linux compatible browser.
The problems are, as you know, in the Jav... more >>
web config asp,net applications and web services.
Posted by Martin at 5/31/2004 6:12:54 PM
Hi.
Can somebody tell me if changes made to the web.config file of a running
asp.net web application cause the application to be re-started.
The specific change I had in made was a change to the <trace> element of the
web.config file.
I am under the impression that this does re-start the... more >>
Removing Items From QueryString
Posted by A.M at 5/31/2004 5:35:39 PM
Hi,
When I call
Request.QueryString.Clear();
ASP.NET throws me this exception:
Exception Details: System.NotSupportedException: Collection is read-only
If the collection is read-onle, then why there is a Clear() method?
If I can not call Clear() methid in certain phases of QueryStrin... more >>
IIS Locked
Posted by Jim Heavey at 5/31/2004 5:14:46 PM
Hello, I am running VS.Net on a Windows XP machine. I had to bring down my
machine by turning it off, because it would not come down otherwise. When
I brought it back up, VS.Net locks up when I try to retrieve an ASP.Net
application, it says "Contacting server to open web project xxxx". I u... more >>
Focus On TextBox
Posted by A.M at 5/31/2004 4:36:29 PM
Hi,
Can I configure a TextBox to have focus and cursor on it when page gets
loaded?
Thanks,
Alan
... more >>
Press Enter On A Textbox
Posted by A.M at 5/31/2004 4:33:52 PM
Hi,
Can I configure a TextBox in such a way that pressing enter on it simulates
Clicking on a button ?
Thanks,
Alan,
... more >>
Session State across ASP.NET apps
Posted by Mark at 5/31/2004 3:47:06 PM
Ok, I know that .net inherently does not share session data across asp.net
projects, but is there any decent work around to this.
We already have a big chunk of our application using the asp.net session
object (using state service). I'd like to start breaking out
our functionality into componen... more >>
Server.Transfer working for IIS 5.1 but not for IIS 6.0
Posted by Victor Song at 5/31/2004 3:41:02 PM
Hi
We are trying to stream a file using server.transfer rather than response.redirect. We have it working for IIS 5.0 but IIS 6.0 refusing to let us transfer the file. If we do the less efficient prompt/response technique to the browser both work fine.
We found this article that was only sl... more >>
set ReadOnly to radio button and check box
Posted by Grey at 5/31/2004 3:39:27 PM
How can I set ReadOnly to radio button and check box ??
Million thanks.=20... more >>
Postback
Posted by Sandeep at 5/31/2004 3:26:06 PM
Hi
I have a web page on which i want that if certain action took place then
page should automatic postback to itself
how to acheive this
form.postback
or what
Regards
Sandeep
... more >>
Good tutorial
Posted by Michael Erasmus at 5/31/2004 2:31:02 PM
Hi all
I'm Looking for a good ASP.net tutorial on creating SQL database
applications using visual studio. I need to create a basic database app
where data can be browsed, updated and inserted. This is for a demo for my
boss to convince him to switch to .net. I don't have a lot of experience
wit... more >>
Default Button
Posted by A.M at 5/31/2004 2:09:10 PM
Hi,
How can I have an asp.net button as default button?
Thanks,
Alan
... more >>
Detecting CLient Computers Settings
Posted by Bill at 5/31/2004 1:01:05 PM
I am writing a series of pages that will be used in house in a intranet to hold information about every computer hooked up to it. What I want, is when I go to this page, I would like to have the option to Autodetect things such as Ram, Ram Type, and anything else that I can about it. I already know ... more >>
ASP.NET development process
Posted by Maxim Fridental at 5/31/2004 12:50:16 PM
It is well advertised .NET allows separate developing of web pages by a web
designer and a web programmer. Where could I find recommendations from
Microsoft about the corresponding development process or tools that really
enable such parallel development? I would also like to read some real worl... more >>
file restriction - Forms authentication
Posted by Ed at 5/31/2004 12:41:03 PM
Hi,
I'm have an asp.NET project, and I'm using Forms authentication method. I was wondering if there is a way to deny access to files that are not .aspx...ie: Someone who tries to access somepage.aspx is prompted for a username and password. However, if someone tries to access somefile.pdf, he... more >>
Updating cached application data
Posted by Dave Bartlett at 5/31/2004 12:15:07 PM
I keep certain data in the Application object for performance reasons, but
need to update the data stored there periodically, like once every day.
How could I achieve this?
Thanks
... more >>
Open a new webpage from a Dropdown List item
Posted by Brian Reaburn at 5/31/2004 11:16:41 AM
Hi,
I'm looking for some help. I would like to know how to launch a new IE
browser window when I select an item from a dropdown list. I know this is
possible I've seen many examples of where people have done it, but I can't
find any information on how.
I'm using VB as my page language. Than... more >>
Cannot see datagrid /All web controls - Complete Newbie
Posted by Michael Erasmus at 5/31/2004 10:52:06 AM
Hi All
I 've got a web app that i created in Visual Studio.net. The problem is that
when i run it, i cannot see the datagrid control, or any other web controls
for that matter. I'm running windows 2000 with IIS 5. Any Help?
TIA
Michael Erasmus
... more >>
Very Simple question
Posted by SL at 5/31/2004 8:25:47 AM
Could someone direct to a simple explanation of how to use MS Visual Studio
2003 to design .aspx code?
This code works if pasted into notepad and run as an .aspx file:
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script language="vb" runat="server">
Sub ... more >>
How may I set the focus to a textbox on my ASP.NET webform ?
Posted by Eddie at 5/31/2004 7:45:34 AM
How may I set the focus to a textbox on my ASP.NET webform ?
Probably with Javascript, but I dont know how...
Any exemples ???
Thx
... more >>
Running Virtual Folder on Network Share with a different user
Posted by ASP.NET User at 5/31/2004 7:16:03 AM
Hi
I am in a shop where developers are required to work off of a networ
share. This is so that code and other documentation is backed up nightly. This is outside the realm of Visual SourceSafe which we also use for code control. The network drive is used as the working folder. This is a configura... more >>
Connecting to Database from Windows Control running in ASP.Net webform
Posted by ej1008 at 5/31/2004 7:16:01 AM
HI all
I am having a windows Control running on ASP.Net webform. From this windows control I am trying to connect to database to do some database operations.
Now I am facing problem while connecting to Database from client systems which is having only .net framework without SQL Client Installed... more >>
Need help for treeview in datagrid
Posted by Jigar Shah at 5/31/2004 5:51:03 AM
hello
i want to make a forum in my site which shows message posts and its total replies. So i had put treeview (IE Web Controls) in datagrid. I need help for that. I am attaching events to treeview using delegates. But i still not found proper result
Pls help me. i need it immediatel
... more >>
Word automation
Posted by Veda at 5/31/2004 1:41:02 AM
Hi
I have a word document(template) with some BookMarks. Also for the first time I have inserted some text against those bookmarks in the document through my code and have saved the document. For the next time I need to open the saved document with the text in bookmarks and before opening I may nee... more >>
How to Assign Paramer & Values to a hyperlink column in a datagrid
Posted by YSRao at 5/31/2004 1:26:04 AM
Dear Friends
I would like to know how to assign some parameter and values to the url in a datagrid hyperlink column..
i have datagrid with 5 items and i made the column as hyperlinkcolumn and here i want to pass some parameters and values to the next page along with the url. can any one help me ou... more >>
|