all groups > asp.net > december 2005 > threads for saturday december 17
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
Detect on the server when window is being closed on the server
Posted by news.microsoft.com at 12/17/2005 10:21:36 PM
Hello,
I have a pop up window and i need to procees some code on the server when
the window get closed.
How can i detect the window close event on the sever?
Is there a server side page_unload event?
Many thanks in advance
... more >>
SiteMapPath
Posted by isacc manit at 12/17/2005 8:36:02 PM
My SiteMapPath control generates the PathSeparator Before the item.
Example
> Home > Books > VB.NET
insted of
Home > Books > VB.NET
--
VB.NET... more >>
Child Control
Posted by isacc manit at 12/17/2005 8:29:02 PM
How to access child control from a panel Control or (LoginView etc..) in code
For example Changing text from a lable that is in a panel Control
--
VB.NET... more >>
Convert a Base32 string to Base10 integer
Posted by Jon Paskett at 12/17/2005 7:43:18 PM
I need to convert a Base32 string to Base10 integer. Cold Fusion does it
with InputBaseN. I need this same functionality in VB .Net so I can migrate
to ASP .Net. Please Help!
<!-- Example -->
<cfset B32string = "M75L67">
<cfset B10string = InputBaseN(B32string,32)>
<cfoutput>#B10string#</... more >>
Wierd error (web server not running 1.1)
Posted by VB Programmer at 12/17/2005 6:07:19 PM
I have both ASP.NET 1.1 and 2.0 on my system. Most of my sites are 1.1.
All of a sudden when I load any solution I get this error:
VS.NET has detected that the specified Web server is not running ASP.NET
v1.1. You will be unable to run ASP.NET web applications or services.
When I check I... more >>
LeftPanel
Posted by Thom Little at 12/17/2005 5:06:43 PM
On a master page I have three panels and a ContentPlaceHolder.
What is the "trick" to allow me to have one of the panels to the left of the
ContentPlaceHolder?
Typical ...
TopPanel
LeftPanel ContentPlaceHolder
BottomPanel
--
-- Thom Little -- www.tlanet.net -- Thom Little A... more >>
ASP.NET 2.0 (NEW BUG)
Posted by Amelyan at 12/17/2005 4:15:57 PM
Did you know that every time you do Response.Redirect, it thrown an
exception
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System... more >>
Shopping cart Server Application Unavailable - random
Posted by Mark Lordi at 12/17/2005 4:09:14 PM
Hello everyone,
I have a site that I just put together http://www.redzcomfort.com
everything was working fine up until about 3 days ago when Microsoft
released 3 security updates. (KB910437) (KB905915) (KB890830) I have
removed these updates and restarted the service. Everything was working
f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
installed 2.0.50727 now I get a sql express error message
Posted by deltalimagolf at 12/17/2005 4:08:02 PM
I now get the following error message after copying an asp.net application to
the deployment web server. I don't have SQLExpress or any version of SQL
2005 installed. I found the "LocalSQLServer" connection string in the
machine.config, changed that to look at a SQL 2000 database, but the er... more >>
Connection string problem
Posted by John at 12/17/2005 3:41:39 PM
Hi
I have a typical vs2005/sqlexpress2005/sqlserver2005 setup. I am using the
following connection string;
<add name="Membership" connectionString="Data Source=.\SQLEXPRESS;Integrated
Security=True;User
Instance=True;AttachDBFilename=|DataDirectory|aspnetdb.mdf"/>
with sqlexpress 2005... more >>
asp.net 2.0 on apple clients
Posted by Thomas at 12/17/2005 3:09:14 PM
Hi,
We have (must implement) an asp.net (2.0) solution, but the web clients are
apples.
Apple G5 has Safari, Firefox and MS IE installed.
1)
Controls:
Are there known problems with some browsers when using any standard asp.net
2.0 controls?
2)
Tab / Panels (div)
The position of con... more >>
ASP.NET Web Server Controls
Posted by Jamie Fallon at 12/17/2005 12:20:24 PM
I don't understand how to use the ASP.NET Web Server Controls to do the
following. I know how to do this in standard ASP, but don't understand how
..Net wants us to do it.
I want to use one query to the database to get to get a list of people and
the pictures that are stored for that person.
... more >>
breaking the model
Posted by Mike Gaab at 12/17/2005 11:19:05 AM
Hi,
A newcomer to .Net (I've held out as long as I can.).
I am using VS.Net 2003.
I am writing some web apps and I am confronted with the usual issues that
one faces when coming from a Windows, Apache, Mysql, PHP (WAMP) background.
Is it a common practice, or even acceptable, to insert add... more >>
(Hard one,any expert out threre ? ) Create object from string ? add webcontrols dynamically on page.
Posted by jesper_lofgren NO[at]SPAM yahoo.se at 12/17/2005 11:04:15 AM
Hi there,
I have some webcontrols that i want to add dynamically on a page. I
have stored the path / namespace in database (ex
MyNameSpace.WebControls.Control1) to the class/webcontrol.
Lets say i have a column in database that looks like this.
PageID (int) Webcontrol (varchar)
1 ... more >>
Integrated Security issues
Posted by et at 12/17/2005 11:03:12 AM
I created a web site using integrated security, and now I want it taken off.
I have taken it off of everything in IIS, I have even re-created the
project, brand new, nothing is in the project but webform1, and it still
does not let me run it because it says integrated security is not turned on... more >>
default.mspx or default.do
Posted by micky at 12/17/2005 8:06:15 AM
default.mspx
i'd like to change extention of my web page like mspx as microsoft
insert mime type to mspx and then ??
how can i make this development environment?? especially vs2005?
... more >>
Custom membership provider problem
Posted by John at 12/17/2005 3:04:17 AM
Hi
I was working fine with create user wizard and the default membership
provider. I have now customised the membership provider as per attached
web.config. The create user wizard picks up the custom membership provider
fine and removes the security question/answer fields as designated in t... more >>
Textbox Width Issue (Rendered differently for different browsers)
Posted by Jeff at 12/17/2005 2:37:02 AM
Using ASP.NET 1.1
I have an <asp:TextBox... for which I set the width property --- "width=30".
The textbox is being rendered to the browser like this:
<input name="someName" type="text" maxlength="3" id="someID"
style="width:30px;" />
Notice the [Width=30] gets rendered as [style="widt... more >>
Treeview problem, get value from selected node in another usercontrol ? asp.net 2.0
Posted by jesper_lofgren NO[at]SPAM yahoo.se at 12/17/2005 1:50:28 AM
Hi,
I have two usercontrols one menu control that use ASP.NET 2.0 Treeview
control, then a main usercontrol for showing the selected URL in a
Iframe.
The problem is when i raise the OnSelectedNodeChanged on the menu and
add the URL value into a session or Viewstate key and collect the value... more >>
|