Breakpoints are ignored!!
(7 messages)
Date: Sat, 11 Aug 2007 15:20:47 +0200
hi,
I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I
created an ASP.NET Web site and I only have added a breakpoint to test it
but the breakpoint are ignored. I am working in debug mode as well ...
|
global class (simple question!)
(11 messages)
Date: Sat, 11 Aug 2007 13:43:34 +0100
Hello,
I want to create a global class. To do this I did the followings:
1- Create a class name test. It has a public variable named mystring.
public class test
{
public string mystring = "hello world";
}
2- ...
|
Options when ASP.net 2.0 Debugging Stops Working in VS2005
(1 messages)
Date: Sat, 11 Aug 2007 12:48:19 +0100
Hi everyone,
Does anyone know of any troubleshooting guides or general tips on how to
fix debugging problems with ASP.net 2?
I'm using the built in VS webserver and my project is definately setup
to allow debugging ...
|
Wrap the text in div tag!
(2 messages)
Date: Sat, 11 Aug 2007 01:49:19 -0700
Hi, I would like to wrap the text in div tag according to its width.
The text don't have any space. Anyone please suggest me how to do this.
...
|
crystalreportviewer
(1 messages)
Date: Sat, 11 Aug 2007 10:24:12 +0200
using crystalreportviewer how can i control the printer of the report? i
mean, to appear or not the previous screem, or to run the acrobat before
printing.
thanks.
...
|
Web site vs Web Project: scope difference?
(5 messages)
Date: Sat, 11 Aug 2007 04:40:03 -0000
Hi all,
I am running into the following problem that I am just plain stuck.
Can't even find a starting point to look:
I originally had a "web site" created in VS2005. Within the site I
have a helper class (under the ...
|
Can gridview paging be set to generate urls instead of postbacks?
(3 messages)
Date: Fri, 10 Aug 2007 19:24:35 -0500
Hi All,
I recently read a post that said that google and other spiders are unable to
navigate paging in the GridView control because it uses postbacks and it
can't determine the url.
I've verified that it doesn't see ...
|
XSD Includes in App_Code
(1 messages)
Date: Fri, 10 Aug 2007 17:17:27 -0700
Hello everyone,
I've been trying to have increasingly complex XSD Schemas in the
App_Code folder of my application, but it seems that I cannot easily
use the <xsd:include> element to have any sort of structure.
First ...
|
smtp error: unable to connect to remote server...No connection could be made because the target machine actively refused it
(3 messages)
Date: Fri, 10 Aug 2007 16:33:37 -0700
Hi,
I got "InnerException: Unable to connect to remote server"..."No
connection could be made because the target machine actively refused
it" when I attempted to send an email through my Intranet app that is
written in ...
|
GridView returns 0 rows
(1 messages)
Date: Fri, 10 Aug 2007 15:59:14 -0700
I have a grid view with a datatable as it's datasource in VB. I can
successfully import the data into the grid view and see it. I have my
website set up so that the user can edit all fields at once and mass
update them. ...
|
|
how to go back one level up?
(3 messages)
Date: Sat, 11 Aug 2007 00:50:57 +0200
Hi,
The asp.net application is in http://myserver/myapp .
At a certain moment, the user is into subdirectory
http://myserver/myapp/mydir.
How can he go back to 'start.aspx' in the 'myapp' directory in javascript?
I ...
|
DetailsView - DataImageUrlField
(1 messages)
Date: Fri, 10 Aug 2007 15:38:08 -0700
I can't get an image to show in a DetailsView. I am trying both an
ImageField and a template field with an image in it with databindings to the
datasource. I know the datasource works because the image shows in the
test ...
|
Datagrid returning 0 rows HTTPS
(1 messages)
Date: Fri, 10 Aug 2007 15:15:24 -0700
I have a grid view with a datatable as it's datasource in VB. I can
successfully import the data into the grid view and see it. I have my
website set up so that the user can edit all fields at once and mass
update them. So ...
|
CreateUserWizard customization error messages
(1 messages)
Date: Fri, 10 Aug 2007 14:18:30 -0700
Greetings.
ASP.NET 2.0 / VB / IIS 6 / SQL Server 2005
I have customized the Create User Wizard a bit, and would like to know
how I go about displaying error messages when they occur. It seemed
obvious from the examples ...
|
weird compilation error
(1 messages)
Date: Fri, 10 Aug 2007 22:40:21 +0200
Hi,
when running demo.aspx, i get this error message:
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error ...
|
Listbox delay postback
(5 messages)
Date: Fri, 10 Aug 2007 13:20:00 -0700
I have a couple of listboxes and dropdownlist on a page and they are postback
enabled. The problem is whenever user clicks the box the page brings to the
top. is there anyway to delay the postback till all the listboxes ...
|
Programmatically nested Repeaters: possible? how?
(1 messages)
Date: Fri, 10 Aug 2007 12:37:36 -0700
Hello everyone;
I try to create a web user control that has a Repeater (not that hard)
to which I can add programmatically a new Repeater into ItemTemplate
part.
The point being to be able to build the following structure:
http://pascalc ...
|
User.IsInRole in fails unless authorization section limits access
(1 messages)
Date: Fri, 10 Aug 2007 12:27:35 -0700
I have a web page that any authenticated user can access, but I
dynamically enable/disable other asp.net controls on the web page
based on the Role that they are in via C# code behind. My web
config is as follows...
<system ...
|
small thing on VS2005
(2 messages)
Date: Fri, 10 Aug 2007 12:18:28 -0700
I've just started using VS2005 and notice that when you open new files,
the title tabs appear to the left of existing tabs which is rather
annoying.
Anyway to get this working as it does in VS2003 (i.e. with tabs
appearing ...
|
Lack of Documentation, what would you do?
(3 messages)
Date: Fri, 10 Aug 2007 12:11:39 -0700
I started with this company in March, and quickly found out NOTHING is
documented. I couldn't get you a list of server names if my life
depended on it. When I started there were 2 .net guys (me and
another guy).
Well ...
|