all groups > asp.net > march 2005 > threads for monday march 28
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
DirectoryService Query... Help
Posted by Tim::.. at 3/28/2005 11:59:03 PM
Hi can someone please tell me how I change this directory service query so
that it searches through each record in the active directory and returns all
the accounts!
At the moment I can only get the query to return one account at a time!
I presume I have to create some kind of loop on the ... more >>
OnClick Attribute in CheckBoxList
Posted by Nemo at 3/28/2005 11:53:03 PM
Hi.
I Have a CheckBoxList and I would like the add the onclick attribute. But
when I add the attribute only the first one in my list get the onclick
attribute.
Here is my code.
protected CheckBoxList myCheckBoxList;
private void Page_Load(object sender, System.EventArgs e)
... more >>
precompile the web from
Posted by gladiator at 3/28/2005 11:47:01 PM
Hello EveryOne:
I am in a ASP.NET team,developping web appplications.What does
"precompile the web form" means ? we have a plenty of assemblys in the
project,does the above method make sense to save time?If i want turn off
just-in-time compilation after deploying the web ap... more >>
Safari and Firefox on MAC OS X
Posted by gabe garza at 3/28/2005 10:34:44 PM
This isn't a ASP.NET question, more of a HTML code question.
I noticed that on Safari and Firefox on a MAC that when tabbing thru
controls that it bypasses a combobox, but with IE on the MAC I can tab to a
combobox.
Does anyone know if there's another setting on the combobox that has to be
... more >>
Form Loading
Posted by jack-b NO[at]SPAM humlog.com at 3/28/2005 9:57:51 PM
Hi,
I have a question relating to form redirection.
Senario: I have an .aspx page (page1.aspx) with a user control. On
this user control there is a hyperlink which opens a new window
(page2.aspx)that displays a table of results. This is fine but I also
want to redirect page1.aspx back to th... more >>
to store or not to store an image
Posted by Rudy at 3/28/2005 9:27:02 PM
Hello all!
I am amazed how many posts I have read to store an image in SQL, and just as
many against it. So I learned how to store an image in a SQL db and retrieve
the image. A little tricky, but not too bad. But then I thought I wanted to
try the other way, by putting the file location ... more >>
File access on server
Posted by cnickl at 3/28/2005 7:29:47 PM
I want to read the content of a text file on a server using an ASP.NET
script. Something like this:
My script is on www.whatever.com/readfile.aspx
The file I what to read is on www.somethingelse.net/File.txt
Of course I can’t use any File system functions like File.OpenText(…)
because... more >>
ASPNET - Themes
Posted by Dianna at 3/28/2005 7:27:13 PM
I am trying to set the 'Theme' on the page directive and I receive a message
that 'themes are not supported on the page directive'.
All the examples I see of this are setting this in the page directive:
<%@ Page Theme="BasicBlue" %>
Is this correct?
Any help would be great,
Dianna... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Parser Error - pls help
Posted by VB Programmer at 3/28/2005 6:34:47 PM
If I run my ASP.NET solution locally it runs perfectly. I uploaded it to my
website and I keep getting this error on load..
Any ideas? Thanks.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An... more >>
Group By Question
Posted by Manny Chohan at 3/28/2005 6:07:02 PM
Hi Guys, i have records in database and each belong to certain region(about
5-6 regions i believe). Now in sql, we can execute query using group by
command to retrieve records grouped by region id. Now i need to display in vb
..net aspx page. I can execute query for each region however is ther... more >>
Trapping 'compile' errors when aspx page is rendered.
Posted by Bill at 3/28/2005 6:03:02 PM
Despite our best efforts occasionally in an aspx file, something like <%=x%>
where x is not defined sqeaks by and I get the ugly asp error message. I want
to be able to identify this particular error and issue a pretty message. I
use the global.asax on application error to handle generalized e... more >>
Duplication of html generated from htmlwebresponse
Posted by msnews.microsoft.com at 3/28/2005 5:00:38 PM
AOA
I am using httpwebrequst and httwebresponse classes in order to execute an
html page. The html generaed is then emailed.
My problem is that
I am calling the GenerateHtmlText() method which is using httpwebrequst and
httwebresponse classes
This method is called in a loop
In first iterati... more >>
customErrors config question
Posted by Matthias S. at 3/28/2005 4:37:23 PM
Hi there,
in my customErrors defaultRedirect-Page I'd like to know what the
failing status-code actually was, eg. 404 (file not found), so that I
can display a message accordingly. any ideas how to get hold of it?
Any help is greatly appreceated.
--
/Matthias... more >>
What is the best way to clone a project?
Posted by VB Programmer at 3/28/2005 4:36:17 PM
What is the best way to clone a project to a BRAND NEW PROJECT on my dev
machine? Copy Project doesn't seem to work well.
Example: I have a ShoppingCart template VS.NET solution. I want to make a
totally new, separate solution called ShoppingCart2. Any ideas?
Thanks.
... more >>
New controls in ASP.NET 2.0
Posted by Paul Aspinall at 3/28/2005 3:55:07 PM
Hi
Does anyone know if any new controls will be added in ASP.NET 2.0??
Thanks
... more >>
datalist and OnItemDatabound
Posted by MattB at 3/28/2005 3:52:26 PM
Hey all. I think this should be a simple question for many of you. I
have a simple guestbook type of page I'm making with asp.net/vb.net.
It's generally going well, but I want to give visitors the option of
hiding their email addresses. I've got a boolean field in my (very
simple) table to i... more >>
Problem authenticating to sql server from asp.net
Posted by wendygt NO[at]SPAM hotmail.com at 3/28/2005 3:34:53 PM
I have a development webserver currently running 6 asp.net web
applications, a webservice, and a scheduled service that are under
Integrated Windows Authentication and that carry the credentials all
the way to the sql server database that is on another server. I have
had no problem with this sc... more >>
MouseOver events
Posted by EMW at 3/28/2005 3:31:17 PM
Hi,
For my ASPX page I've created code that will generate a JPG image based on
information in a xml file.
It's a planning thing en it will show names of people and for each day of
the month an filled rectangle if they are working or not. If there is some
special comment for this, it is als... more >>
e-commerce solutions, / OSCommerce equivalent??
Posted by Paul Aspinall at 3/28/2005 2:25:49 PM
Hi
Can anyone recommend a good ASP.NET based e-commerce solution.
I have seen OSCommerce, which is free, but not ASP.NET based. Does anyone
know of anything comparable for ASP.NET?
Thanks
... more >>
Huge HTML output perfomance
Posted by George at 3/28/2005 1:46:40 PM
Hi,
I have a report which shows all records from database into the browser.
The final HTML comes out about 5 Meg.
It takes 1 minute 5 seconds for transfer to show up when i hit the page =
with IE
The trace info shows that output was done within 1 second and then i =
guess it took so much t... more >>
CompareValidator not working where a RangeValidator is
Posted by hooterbite NO[at]SPAM yahoo.com at 3/28/2005 1:33:24 PM
The range validator works, the compare validator doesn't.
Dim txbNew As New TextBox
txbNew.ID = "txb" & arStyles(i)
Dim rvNew As New RangeValidator
rvNew.Text = "Must be a number greater then 0"
rvNew.ControlToValidate = "txb" & arStyles(i)
rvNew.EnableClientScript = False
rvNew.MinimumVa... more >>
ASP.NET in real world (on internet).
Posted by George at 3/28/2005 1:30:13 PM
Hi,
I have moved my application to production. It's a webserver on Internet. =
Can you guys point me to any articles that describe on how to tune up =
ASP.NET/IIS Win2003 for real world.
I came accross such articles in a past but did not save them.
thanks
George.... more >>
Closing DataReader ? : Releasing Memory
Posted by Arsalan at 3/28/2005 12:48:22 PM
I have a function which return datareader
Public Shared Function ReturnDReader(ByVal query As String) As
OleDbDataReader
Dim Connection_String As String =
System.Configuration.ConfigurationSettings.AppSettings("strConn")
Dim conn As OleDbConnection
Dim cm As OleDbCommand
Dim dr As OleDbDa... more >>
Using a c# assembly client side while disconnected
Posted by Andrew Bagby at 3/28/2005 12:29:02 PM
Hi,
I have created a c# assembly that I want to use from IE. There is no UI,
just some methods that I want to call from client-side script.
I've referenced the assembly as follows:
<object id="objTest" classid="dlltest.dll#dlltest.dllTest" width="100"
height="100" viewastext></object>
... more >>
SqlClient.SqlException: Timeout expired.
Posted by Matt at 3/28/2005 12:17:07 PM
I'm having an issue with returning a large amount of data into a dataset.
When the query returns thousands of lines of data (in Query Analyzer it can
take 2 minutes) I receive the following error:
Message: System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---... more >>
question about proper way to show an IList of objects?
Posted by Flip at 3/28/2005 11:44:11 AM
I have created an object and added a bunch of them to an IList. What is the
suggested way to display them using ASPX? I'm currently doing it the old
ASP (or worse, the JSP) way of coding up an html table and scriptlet tags
iterating through the IList calling the getters.
But that seems a ... more >>
My Threading Timer Doesn't Fire
Posted by Daniel Maycock via .NET 247 at 3/28/2005 11:43:19 AM
I can't get my threading timer to show a splash screen panel for six seconds, then move onto the next panel. The timer just doesn't tick (this is aparent when I set the time to wait to 100 and it never fires off the sub)
I've tried using java, I've tried using the system timer - this is my last h... more >>
Problem "cloning" a project...
Posted by VB Programmer at 3/28/2005 11:42:39 AM
I had a project called Test1. The url when I test it is
http://localhost/Test1
I wanted to totally clone a seperate project called 'Test2'. So I did a
project/copy project to Test2. (In other words, this is a totally new
project, not effecting Test1 at all.)
When I open Test2 and run ... more >>
How to install ISAPI filter for Url Rewriting?
Posted by Serg at 3/28/2005 11:37:09 AM
How do I install ISAPI filter in IIS? I need ISAPI filter to process folder
paths such as http://MyUrl/folder1/folder2/folder3
There is no "ISAPI filters" tab in my IIS.
Thanks!... more >>
paging problem
Posted by Brad at 3/28/2005 11:35:24 AM
Why would this not work?
//
Private Sub nNext_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles nNext.Click
dgTopTen.CurrentPageIndex += 1
dgTopTen.DataBind()
End Sub
\\
I get this error message here: Invalid CurrentPageIndex value. It must be >=
0 and < ... more >>
Disable Cookieless Sessions on Single Page?
Posted by xenophon at 3/28/2005 11:28:08 AM
I have specified in web.config to use cookieless Sessions. On one page
I do not want to use them because of the way they obfuscate the page
address. How can I turn it off for the page?
Thanks.
... more >>
Installing ASP.NET application on IIS running on port 8080
Posted by Punit Singhal via DotNetMonster.com at 3/28/2005 10:50:41 AM
Hello,
I have built a ASP.NET application and created a installer with the help of
deployment wizard given in Visual Studio DotNet.
But I am unable to install the application when IIS is running on port
8080, it gets installed when IIS is running on default port 80.
The problem I faced ... more >>
Pop-up Window
Posted by hecsan07 at 3/28/2005 10:47:02 AM
Can someone help me? I want to create a pop-up Window from ASP.NET. I am
using C#. I am a very beginner developer. Please help.
HS... more >>
Platform Application Testing
Posted by Mythran at 3/28/2005 10:43:28 AM
An application I am writing needs to be as clean as possible for 3 major
platforms and 4 browsers for those platforms. These are (platformats
first): Microsoft Windows, *nix gui environments, and Macintosh along with
Microsoft Internet Explorer, Mozilla, Opera, and the one for the Mac (don't ... more >>
How to implement a 'Select directory' dialog?
Posted by Jay at 3/28/2005 10:29:37 AM
I'm hoping someone can help me here.
I'd like to implement a Select Directory dialog for an intranet utility
I'm writing. I tried a couple approaches that didn't work out:
* I tried the WinForms FolderBrowserDialog control, but this of course
didn't work.
* I tried HtmlInputFile control, but... more >>
Tabs in ASP.Net
Posted by SouthSpawn at 3/28/2005 9:51:53 AM
I am looking for a way to add tabs to my asp.net pages. I saw an
application that had tabs on it. It seem as they did it with javascript,
because when you click on each tab. It didn't post back to the server to
load the tab information.
Any Suggestions?
Mark
... more >>
input type="file" grabs ENTIRE file path in IE?
Posted by darrel at 3/28/2005 9:12:16 AM
I have an input type="file" field that I am using to accept a file upload.
This works, but I'm having problems with the filename property.
In firefox, this:
MyInputField.postedfile.filename
returns the filename...and just the filename. Which is what I want.
In IE, however, this returns ... more >>
Dynamic Session State Mode inside of Web.Config
Posted by Beach Bum at 3/28/2005 8:50:31 AM
Is there a way to dynamically choose what session state server inside
of web.config similar in the way you can change options inside of the
appSettings using the file attribute of the appSettings tag? We are
using the following setup for our development machines and we would
like to use a separ... more >>
Layering Images in ASP.Net 1.1
Posted by Paul Keegstra at 3/28/2005 8:17:05 AM
Hello,
I am working on a configurator application that needs to have a changing
visual representation of the product being configured. I have a base image
representing the 'core' requirements for the product and the user is able to
select from a variety of optional equipment.
I need t... more >>
javascript debugging
Posted by Bill at 3/28/2005 8:15:06 AM
1. I find that debugging does not work if the JavaScript you wish to debug is
included in your program via src="blah". All of my programs use this because
I have many common scripts that are used throughout my application. It also
gives a very limited amount of security to prying eyes.
2. ... more >>
EXECUTE permission denied on object 'getUniqueCities', database 'd
Posted by david at 3/28/2005 8:07:05 AM
I am using MS ASP.NET course matrial in Model 16.
I have the above problem.
I have setup user machin\ASPNET as Reeder and Writer for doctors database
More informatin are in following
System.Data.SqlClient.SqlException: EXECUTE permission denied on object
'getUniqueCities', database 'doctors... more >>
Something like phpMyAdmin but for MSSQL?
Posted by Edgardo Rossetto at 3/28/2005 7:26:10 AM
Hello.
I'm desperately looking for somethign like phpMyAdmin but written in
ASP.NET for MSSQL. can anyone recommend me a software?
I'm also looking for a bug tracking system.
Can anyone point me out some software?... more >>
file uploads problems
Posted by julio at 3/28/2005 5:39:06 AM
I comment a new problem that we have, or that today we realized, and that is
driving crazy to us.
The subject is with file uploads. And I suppose that it has to do with
automatic updates of Windows updates, because in the only automatic machine
that does not do updates, it is in the only on... more >>
signing an assembly
Posted by AVL at 3/28/2005 4:51:03 AM
Hi
I need some clarification on signing.
what does it mean--signing an assembly?
where is ti used? How is it used?... more >>
No. of connections available for Per Seat License
Posted by Ben at 3/28/2005 1:57:02 AM
We have a MSSQL with per seat license of 20. The MSSQL is sitting in the same
machine as the asp.net.
Does that mean that the the no. of connections and Max Pool Size are limited
up to 20 only?
Thanks,
Ben... more >>
|