all groups > asp.net > march 2007 > threads for sunday march 4
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
n-layer approach
Posted by Dotnet at 3/4/2007 11:25:26 PM
I want to so the "right thing". But first, I have a confession to make.
I've built a few ASP.NET sites now (Version 2.0), and they all work fine.
However, I have (and here's the confession) used the SqlDataSource in each
one of them.
I've read a number of blogs and articles that tell me th... more >>
problem with "Object reference not set to an instance of an object"
Posted by Chris at 3/4/2007 10:41:49 PM
Hi,
I tried to create a class which must change the propety 'visible' of a
<link> tag in the masterpage into 'false' when the user is logged. But i get
the error: "Object reference not set to an instance of an object"
for the line 'If mpg.FindControl("lkred").Visible = True Then'.
I could... more >>
C#/Java Souce Code For ASP.NET Bandwidth/Speed Test Page Needed
Posted by Andrew Hayes at 3/4/2007 6:11:10 PM
You've all seen them. Hoards of sites (predominantly ISP's) offering to test
your bandwidth to the four corners of the globe, all trying to show that they
are faster and you should switch to using them.
Well, I now have a need to implement something similiar within my ASP.NET
applications s... more >>
what's 'alternate' in <link rel=alternate>?
Posted by Chris at 3/4/2007 4:38:26 PM
Hi,
in the tag:
<link rel=alternate ...>
what does mean exactly 'alternate'?
Thanks
Chris
... more >>
obfuscation need
Posted by GaryDean at 3/4/2007 4:18:57 PM
I used the Community Edition of the obfuscator that comes with vs2005 and
using it produced the following error:
Could not load file or assembly 'GP2' or one of its dependencies. Strong
name signature could not be verified. The assembly may have been tampered
with, or it was delay signed b... more >>
treeview node text not displaying correctly
Posted by NJP at 3/4/2007 1:53:07 PM
Hi Guys,
I have a simple treeview on my webform (C# 2.0). I am dynamically
populating the treeview with nodes. On my leaf nodes i want to have
text seperated by a large amount of blank space like shown below
Name BirthDay Photograph
Parent
|__C... more >>
Several problems with ASP.NET 2.0 Web Application Project
Posted by Tony Girgenti at 3/4/2007 1:15:28 PM
Hello.
Trying to develop ASP.NET Web Application Project using Visual Studio 2005,
SP1, Web Application Projects 2005, .NET Framework 2.0.50727.42, ASP.NET
2.0.50727.210, in Visual Basic on a Windows XP Pro, SP2 computer.
I developed a lot of it by using the excellent tutorials by Scott Mi... more >>
ASP.net code to start running a win form issue?
Posted by Nick at 3/4/2007 12:14:11 PM
Hi all,
I have web page with one button and also i have a smaill win form progarmm.
so what i want is that the user click the web button then it will start run
this win form,
(win form program located at client side, web page is server side)
is that possible to do ?
Thanks
Nick
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Saving a checkbox value from a gridview into a sqlserver 2005 database
Posted by BenCoo at 3/4/2007 11:20:49 AM
Hello,
In a gridview I've a checkbox (indicating a flag that is set or not). I fill
the gridview via the wizard from ADO.NET 2.0 that generates automaticly the
Insert, Update and Delete commands. I've also added the button Edit to the
grid that activate the Update- and cancelbuttons. When a... more >>
Testing and Load Testing
Posted by Chris at 3/4/2007 11:19:58 AM
I am looking for web testing software. Can anyone recommend something,
preferably not expensive. It also has to be useful for classic ASP as well
as .net. I looked at ANTS, which I liked but it seems to be more for load
testing. What I would like is something similar, where you can record a
... more >>
Sample Code for Subscription Service Web Site
Posted by Steve at 3/4/2007 10:35:20 AM
Can anyone point me to a link for sample code for building a subscription
service web site using asp.net 2 and vb 2005?
Thanks
Steve
... more >>
Uninstall .net framework 1.1 before installing 2.0?
Posted by frameworkfan NO[at]SPAM noyahoospam.org at 3/4/2007 8:33:57 AM
Is MS .net framework 2.0 backwards compatible? Are there any programs
which will only work with .net framework 1.1?
In summary, should I uninstall .net framework 1.1 and any applicable
hotfixes before I install ver. 2?... more >>
Using an ASP.NET Starter Kit on Vista Ultimate
Posted by natasha at 3/4/2007 5:16:30 AM
Good morning everybody,
when I try and create a new Web Project with Visual Studio 2005 (File -> New
-> Web Site), I'm said I can't, since FrontPage Server Extensions are not
installed on IIS.
But, I use Vista Ultimate with IIS 7, and it seems to me, there's no way and
install FrontPage Serv... more >>
how can i convert my access db to xml file
Posted by miladhatam NO[at]SPAM gmail.com at 3/4/2007 1:00:43 AM
how can i convert my access db to xml file
i want make report from my db every week save it to xml file
i want to do this work with asp.net
have .net 2 any class about this work or i must do that my self with
programing
thanks
... more >>
Document Management Tools
Posted by EAI at 3/4/2007 12:03:44 AM
All,
Thanks in advance for your help.
I am looking for any ideas or any open source document management tools for
my site. I have a site which supports downloading and uploading word, image
files. I am looking for an easy to implemented tool for managing these
documents. Please let me kn... more >>
|