all groups > asp.net > february 2005 > threads for sunday february 6
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
Huge security hole in .NET: Java creator
Posted by Patrick Olurotimi Ige at 2/6/2005 10:52:47 PM
Huge security hole in .NET: Java creator
http://www.zdnet.com.au/news/security/0,2000061744,39179932,00.htm
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Help a newbie... (DataGrid bound & template columns)
Posted by David at 2/6/2005 5:51:05 PM
Hello,
I have a DataGrid that has a template col with an asp:LinkButton tag in it.
When the LinkButton is clicked for this row, the onClick handler needs to do
some things with some various data items from this row and eventually modify
other data items in the same row before rebinding the... more >>
The compiler failed with error code 128
Posted by Roger Wang at 2/6/2005 3:51:39 PM
HELP!!!!
We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
framework SP1. All ASP.NET applications cannot run on this box. It all
returned with the same error:
Compilation Error
Description: An error occurred during the compilation of a resource required
to service ... more >>
Why doesn't it show the rest of the XML file?
Posted by Alan Silver at 2/6/2005 3:30:24 PM
Hello,
I am just trying out reading an XML file in an ASP.NET page, but am
having a little trouble. I'm sure this is something really obvious and
dumb, but I can't see what ...
I have an XML file that contains some site map info (see further down),
and I have written a page to read this in ... more >>
Anyone know of a good C# book?
Posted by Alan Silver at 2/6/2005 2:36:58 PM
Hello,
Thanks to some wonderful advice form this group, I am actually getting a
little bit good at this ASP.NET thing!! I have created pages that could
even be useful!!
Anyway, one place where I am struggling is that the book I'm using
(ASP.NET Unleashed by Stephen Walther, good in almos... more >>
Denis Bauer's DynamicControlsPlaceholder
Posted by Vlad Kirienko at 2/6/2005 2:22:13 PM
Hi,
Does anybody have a source code for Denis Bauer's DynamicControlsPlaceholder?
His web site www.denisbauer.com seems is down.
Vlad... more >>
q: current screen resolution
Posted by JIM.H. at 2/6/2005 2:07:01 PM
Hello,
Is there any way I can get current screen resolution setting in asp.net. I
am trying to get it and set the reportviewer component size so that scroll
bars on the reportviewer component are always displayed on the screen.
Thanks,
Jim.
... more >>
Need Help with Database Connection w/ ASP.NET!
Posted by Sparky Arbuckle at 2/6/2005 12:57:50 PM
web.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- application specific settings -->
<appSettings>
<add key="myConnection" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
source=Customers.mdb;" />
</appSettings>
<system.web>
<httpRuntime executionTimeout="5" maxRe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Looking for SMTP+POP3 component
Posted by MS at 2/6/2005 12:03:01 PM
Looking for reliable, robust dotnet component that can handle POP3+SMTP. I
found some online but they suffered from the following problems:
- incomplete or absent documentation (mostly freeware)
- overkill (too many other protocols supported). We only need POP3 and SMTP.
- outdated (built wit... more >>
Failed to load viewstate
Posted by et at 2/6/2005 9:30:13 AM
I. Failed to load viewstate. The control tree into which
viewstate is being loaded must match the control tree that was used to save
viewstate during the previous request. For example, when adding controls
dynamically, the controls added during a post-back must match the type a... more >>
Server.MapPath
Posted by sara at 2/6/2005 5:49:01 AM
Hi to all
i have a server with IIS installed in C:\
and my application do uploading
i want to upload on D:\ not c:\
How to do that??
... more >>
Dart.PowerWEB.LiveControls
Posted by Irfan Akram at 2/6/2005 4:45:02 AM
Hey where can I get the library Dart.PowerWEB.LiveControls from ?
Thanks,
I.A
"Jeff @ Dart" wrote:
> If you are considering commercial solutions, check this....
>
> http://www.dart.com/livetutorial/display.aspx?usercontrol=2)_Using_LiveControls/f)_using_LiveMessageBox.ascx&heading=Usi... more >>
MSN Search : how do they do that?
Posted by dhnriverside at 2/6/2005 3:07:04 AM
Hi
Just trying to work out how they do the buttons on the MSN Search Beta
search.msn.co.uk
When you roll over the words at the botton, "Search Builder", "Settings" and
"Help", a border appears around them. They obviously arent asp:button s or
anything, just links, but how do they that c... more >>
|