all groups > asp.net > september 2005 > threads for saturday september 10
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
How to relatively reference the path in c# asp.net
Posted by Annie at 9/10/2005 11:08:28 PM
hi guys,
I have a path of eg: http://localhost/MobileShop/MobileImages but it
doesn't work if i access it removely of course.
I can do something like http://192.166.1.1/MobileShop/MobileImages ... but
it is not a better choice.
How can I reference it relatively based on the path of the ... more >>
No code snippets built in yet for C# ASP.NET 2.0 beta?
Posted by Steve Franks at 9/10/2005 9:22:23 PM
I'm using VS.NET 2005 beta 2 and am excited about the idea of using code
snippets. This is a nice time saver. For example I need to read all text
from a file, and see that with a simple command VB.NET will do this for me
nicely.
However in order for this to work it must be in VB.NET, and ... more >>
How to change Global.asax to code-behind
Posted by ad at 9/10/2005 9:17:22 PM
The Global.asax is code-inside with default.
How to change Global.asax to code-behind?
... more >>
forms authentication
Posted by z f at 9/10/2005 4:39:57 PM
Hi,
In forms Authentication, if a page was redirected to a login page, and the
login was successfull, but the logged in user is not included in the
required roles for a directory using web.config with forms authentication,
the page is redirected to the login page again, without any friendly me... more >>
Dynamic header output in Repeater control?
Posted by Steve Franks at 9/10/2005 4:29:48 PM
OK this is driving me nuts - hope someone can help.
I am searching for a way to dynamically output a value within the
HeaderTemplate section of a Repeater control. Is this possible?
It is obvious how to do this in the ItemTemplate section, but how can I do
this in the Header section?
C... more >>
Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\sitio\16a5fc06\770e5f27" is denied.
Posted by Alejandro Becker at 9/10/2005 3:17:55 PM
Hi, I have Windows 2000 SP4. is domain controller.
and Visual studio 2003
I get the error:
Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\sitio\16a5fc06\770e5f27" is denied.
when I try to acces to the site.
Please I need Help.
Thanks.
... more >>
Is xspisapi.dll still needed in 2003
Posted by DazedAndConfused at 9/10/2005 2:53:35 PM
Is this still required to prevent users from downloading source files?
<!-- PREVENT SOURCE CODE DOWNLOAD
This section sets the types of files that will not be downloaded. As well as
entering
a httphandler for a file type, you must also associate that file type with
the xspisapi.dll
... more >>
DataGrid reordering
Posted by John Wilson at 9/10/2005 2:13:28 PM
How do I get a datagrid to reorder by just clicking on a column header? I
know there's a way to do this but I can't find it. I bet its easy.
John
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
The type '_Default' is ambiguous
Posted by TdarTdar at 9/10/2005 12:49:02 PM
Hi,
How do you solve this problem, I seen a web page about this but I still very
new to asp.net so please elaborate thanks ?
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
de... more >>
asp.net 2.0 master pages problem
Posted by Martijn Saly at 9/10/2005 12:08:36 PM
Hi there,
I've created a master page with some controls on it, a Calendar control
among others. Now depending on the date(s) selected, the content page needs
to be updated. In the masterpage I've created StartDate and EndDate
properties, which are basically wrappers around the SelectedDates... more >>
Flat Style DropDownList
Posted by Stefano Napafini at 9/10/2005 12:04:59 PM
As subject, how could I change the layout of an asp:dropdownlist
webcontrol so that it appears flat (single border, no 3d look...).
Probably it's a very naive question, but I've started using asp.net just
now...and sorry for the mistakes due to my bad english...... more >>
Dynamically output table results?
Posted by Steve Franks at 9/10/2005 11:15:34 AM
Can someone please recommend a good way in ASP.NET 1.1 to dynamically create
a HTML table to display some results I have in local variables?
For example, I want my HTML output to look like this:
Magazines (table header)
avg price: 4.50
total sold: 200
left in stock: 130
Rev... more >>
Wanted: Example of Row Filtering with DataView
Posted by Siegfried Heintze at 9/10/2005 11:02:32 AM
I'm displaying information on job postings in various cities. For example,
might have a dozen jobs in Atlanta GA and I decide, at run time, that I
don't want to see them. How do I set my DataView to filter them out? I tried
but I don't understand the DataView.FilterState member function. Can some... more >>
Q: logging
Posted by JIM.H. at 9/10/2005 8:29:01 AM
Hello,
In my application I want to keep logs, so once users login I want to write
it to a log table, if she/he add/delete/modify I need to log those activities
too. How should I do this, is there any code that handle logging I can check?
Thanks,
... more >>
Include file in ASP.NET
Posted by asad at 9/10/2005 7:26:01 AM
Hello, how ru all,
I have created a user control in which my site links are created and then i
added this control to all of my ASP.NET pages but there is some problem in
Table adjustment in all of pages no any html table tag implemented on user
control so page Table could not adjust so pls ... more >>
Datagrid Question
Posted by Mardy at 9/10/2005 6:52:02 AM
I have an editable data grid that contains two drop down lists. one list is
dependent on the value selected in the other list. Very simply the 1st ddl
has 3 values, if value 2 is selected, the second ddl is enabled otherwise the
second ddl should be disabled.
What is the best way to do this... more >>
asp:button control not firing event
Posted by csgraham74 at 9/10/2005 6:45:06 AM
Hello,
Ive been working on an asp.net application in both dreamweaver and
visual studio .Net. Ive imported files created in dreamweaver into my
VS.Net application.
The main problem that i have is that my asp:buttons are not firing
events anymore.
Has anyone ever came across this behaviou... more >>
Adding a control to a custom web control
Posted by Web Team NO[at]SPAM Borough of Poole at 9/10/2005 3:10:45 AM
Hi All,
Can someone please explain how I go about adding a control (Say for
example a panel) to a custom web control.
I've tried this:
Protected Overrides Sub Render(ByVal output As
System.Web.UI.HtmlTextWriter)
Dim EditPanel As New System.Web.UI.webcontrols.Panel
EditPane... more >>
Could we send a compressed file (.zip) to server by web service?
Posted by ad at 9/10/2005 12:00:00 AM
I have a compressed file in client.
How could we send this compressed file (.zip) to server by web service?
... more >>
|