all groups > asp.net > november 2006 > threads for saturday november 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
Subweb in ASP.Net?
Posted by Selden at 11/4/2006 7:47:06 PM
I'm not realy sure if this is called a "subweb" or not, but here's what I
want to do:
I have a website, smccabe.net
The pages on this site are accessed by the form
http://smccabe.net/somepage.aspx
What I would like to do is create a page accessed with the form:
http://somepage.smccab... more >>
web service help
Posted by ubars at 11/4/2006 6:15:45 PM
Hello,
I am developing an "image server" that will perform image processing on
image files sent from many computers on a local network My concern is send
images as quickly as possible and not have the files crashing into each
other on the server. I have demonstrated sending images very quic... more >>
Errors when pre-compiling ASP.NET 2.0 site
Posted by Paul Taylor at 11/4/2006 4:15:10 PM
Hello, I wonder if anyone can help with this.
I have an ASP.NET 2.0 site that runs correctly on the local machine inside
or outside of the IDE. When I build the site, it produces some warning
messages, but no errors. When I come to Publish the site, it fails during
precompilation with three... more >>
VS2005 and ASP.Net 2 installed components
Posted by Annie at 11/4/2006 1:58:25 PM
Hello guys,
I am trying to create a new ASP.net 2 web application.
I go to Visual Studio 2005 File menue -> New web site option
however in the list of Visual Studio Installed Templates I cannot see
the ASP.net there. There are Windows Applicatin, Class Library blah blah
But I cannot see A... more >>
Line feeds in a GridView
Posted by MSNews at 11/4/2006 12:58:47 PM
Hi,
If a database field contains more than one line of text, i.e. Several
Environment.NewLine characters, the GridView cell ignores them. If I replace
the NewLine with "<br />" - the GridView helpfully converts that string to
"<br %gt;" and so I don't get the CrLf - arrgh! this used to b... more >>
Few questions on custom controls
Posted by rn5a NO[at]SPAM rediffmail.com at 11/4/2006 12:02:32 PM
While creating a custom control, what is the difference between
Public Class MyCls : Inherits Control
&
Public Class MyCls : Inherits WebControl
Also when should the sub Render be used & when should the sub
RenderContents be used?
Also does it make any sense in using the sub AddAttri... more >>
subheaders with totals
Posted by igotyourdotnet at 11/4/2006 10:19:41 AM
I have a gridview were i'm using subheaders, but now I want to add totals
for each 'subheader'.
First, is that possible to do, and second, can someone point me to an
example how this works?
My gridview looks like this:
BMW
1
2
total sales 55,000
Lexus
1
2
total sales 25,000
... more >>
Page Expired - Back Button
Posted by Oscar Madrid at 11/4/2006 10:11:50 AM
Hi..
Mi aspx use many controls, then click "next" and i got a "Preconfirmation Page", if the user needs to correct a mistake, there is a "Back Button" in mi aspx, wich must go back to the previous page, but with the values previously written, because the user doesn't have to write all once again,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't access file. Please, help.
Posted by shapper at 11/4/2006 7:41:34 AM
Hello,
In have a class inside a compiled DLL where I have the following code:
' Create site map XML document
Dim siteMap As XmlDocument = New XmlDocument
' Load site map XML document from ASP.NET web site map
siteMap.Load(HttpContext.Current.Server.MapPath(Me.SiteMapUrl))
Me.Site... more >>
ASP.net Tab Missing IIS Manager
Posted by nickname at 11/4/2006 5:16:01 AM
I am running SBS 2003 R2 and have installed the dotnet framework version 2.0
and registered it with IIS. However I do not have the ASP.net tab in IIS
Manager, how can i enable this?
Thanks... more >>
error building my app
Posted by Patrick F at 11/4/2006 4:24:01 AM
Hello, i get an error when i am building my app,
Error 101 It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS. C:\ProjZone\zone\private\we... more >>
HTML Saving to Database
Posted by csgraham74 at 11/4/2006 1:48:08 AM
Hi Guys,
I was wondering if someone could help me with a problem that im having.
Basically i have a html editor control and im using this to allow my
colleague to create html documents. I want to save this html info as a
string into my database. the problem arises however due to quotation
... more >>
|