all groups > asp.net > april 2005 > threads for sunday april 3
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
Web.Config (location path=)Question
Posted by Patrick Olurotimi Ige at 4/3/2005 11:59:28 PM
I have a Virtual directory FORUMS and the a folder CORP under that
Directory.
And i want to add a location path to this folder in web.config but after
trying the below code it doesn't seem to WORK!!
Am i missing something ??
<location path="/Forums/CORP">
<system.web>
<cu... more >>
ASP .NET with Active Directory
Posted by eman0023 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 4/3/2005 11:36:01 PM
Hi,
I'm new with .net technology, currently I'm developing an application
by using ASP .net, I want to link it with the Active Directory on the
Domain Controller. I know that I should add Directory Services as a
reference, but my problem is that I don't know how to start
translating the appli... more >>
Hiding Email address
Posted by me at 4/3/2005 11:05:22 PM
Is there code out there to truly hide email addresses from view source or
spiders(crawlers etc).
TIA
Aaron
... more >>
declaration of web user control
Posted by vikram at 4/3/2005 10:17:21 PM
I have made a web user control (.ascx). Now i want when
user drags it on any aspx page , its declaration in the
code behind should come automatically like this :
Private Withevents <UserControl1> as new <UserControl>.
How can i achive this ?
thanks... more >>
online test using timer inasp.net
Posted by id santhosh via .NET 247 at 4/3/2005 10:14:21 PM
(Type your message here)
i will have to conduct a online test using timer? how can i implement?
please send some codes also..please help..
--------------------------------
From: id santhosh
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>+1JdgFR4s0S... more >>
switching from ASP to ASP.NET
Posted by TB at 4/3/2005 9:33:49 PM
Hi all:
After programming in VBS / ASP for a couple of years, I would like to make
the switch to VB.NET / ASP.NET.
I would therefore appreciate any recommendations for books that can take me
through the process, step by step.
As far as I understand, a new version of ASP.NET is on the wa... more >>
Select HTML Question
Posted by Patrick Olurotimi Ige at 4/3/2005 8:56:26 PM
On selecting a dropdown menu of a select element i want users directed
to another page .
I don't want users to click on a button?
Any ideas?
*** Sent via Developersdex http://www.developersdex.com ***... more >>
global.asax
Posted by Justin Morris via DotNetMonster.com at 4/3/2005 6:39:08 PM
i am starting to develop some websites using ASP.NET, and would like
clearification on global.asax and web.config.
I have several variables that are specific to certain websites, Admin
Email, Company Name, Company Phone, Address...so on. I would like to store
these some place and call them ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Masterpage and postback
Posted by Joseph James at 4/3/2005 6:38:13 PM
Hi all,
I am very new to ASP.net. As I was going through new features of =
asp.net, I came across Masterpage and I tried to use it. But when I =
tried to access a control from client side java script (for postback =
purpose), I found that the controls name was changed (appended with =
ctl00_Con... more >>
How to have some Microsoft Ads in my website
Posted by Ray5531 at 4/3/2005 5:59:21 PM
I just wondered if I could have some Microsoft related flash (like the
Windows Server system flash in http://www.4guysfromrolla.com/) in my
website to fill my empty pages with.I have three questions in regards to
this:
1) Ligally ,Can I do this or not?
2)How can I get the component?
... more >>
Free ASP.NET Web hosts
Posted by Schultz at 4/3/2005 5:07:28 PM
does anyone know of a free asp.net web host(s) that offer the following
at least 10 MB space
subdomain or something like www.hostname.com/myTitleHere
FTP or Zip File Upload
MS Access Support
ASP.NET 1.1 VB
thanks!
... more >>
Datalist Question
Posted by Manny Chohan at 4/3/2005 1:51:05 PM
Hi guys, I want to bind datalist to a table in database. I only want to
display 4 values per row. Would datalist be a good choice or is there any
other control that i can use? The number of elements returned from database
can vary.
Can someone please post code on how this can be done? I am u... more >>
Error handling / logging?
Posted by Olav Tollefsen at 4/3/2005 12:47:43 PM
I would like to catch all run-time errors that occur on my ASP.NET web site
and log all the error information in order to be able to go through the log
files and then fix the problems that occurs. It would also be nice to be
able to send an e-mail with error / stackdump information when an err... more >>
Can a user control have sub controls?
Posted by Steve Richter at 4/3/2005 12:39:04 PM
Can a user control have something similar to the BoundColumn sub
control of the DataGrid?
<mycontrols:Grid id=Grid1 RunAt=server>
<Columns>
<mycontrols:GridColumn Name="fld1" HeaderText="xxx">
<mycontrols:GridColumn Name="fld2" HeaderText="efg">
</Columns>
</mycontrols:Grid>
... more >>
Another simple question - passing variables
Posted by Brad at 4/3/2005 11:25:02 AM
I have another hopefully simple question. I am so used to writing VB .Net
windows apps that there are some things in ASP .Net that just does not easily
cross over. I know how to pass variables to another form, but how would I do
this from one page to another? I am not finding a simple solut... more >>
Fade Out Location ,Menu and Personal Bar
Posted by Martin at 4/3/2005 10:37:02 AM
Hello @ll,
I build an Intranet App and our User have really low level computer skills.
Now there is a problem that every User see the normal Browser Bars like the
adress bar. But I want to show the User the Page as a normal Computer Program.
Perhaps is there a possibillity to fade out this bar... more >>
Handle end session for win authentication
Posted by Nay at 4/3/2005 10:23:01 AM
Hi
When we use forms authentication I set the time and a url for login page
after configured amount of time, via web.config.
But, what is the best practice to do it after configurable amount of time,
or after session end when it is a windows authentication
... more >>
Is there a way to easily add many existing files to an asp.net project?
Posted by Robert Jones at 4/3/2005 10:21:48 AM
I have an asp.net web site that I want to develop further, but I don't have
the Visual Studio project files for the site.
I have all the source files for the site (aspx, cs etc) and the site itself
is running quite happily on my development web server, however within Visual
Studio the only ... more >>
ASP.NET paging help
Posted by asad at 4/3/2005 5:21:01 AM
Hello friends, i'm bit confused about paging in ASP.NET pls tell me how can i
do paging my database results in ASP.NET without using Datagrid server
control pls help me out.
Thanks
Bye... more >>
Image size question
Posted by dgk at 4/3/2005 4:55:17 AM
I have an app that has many subdirectories containing one or more
images (jpg, gif, bmp). When the user selects a directory, my plan is
to show the images if there are only one or two, or show thumbnails if
there are more and allow the user to click on each thumbnail to view
it full size.
Rig... more >>
|