all groups > asp.net > november 2005 > threads for sunday november 27
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
How to get HtmlInputHidden value in a popup window?
Posted by Jack at 11/27/2005 10:37:14 PM
In page1:<INPUT id="MD" type="hidden" name="MD" value="Hello world">,
and there is a button, has a javascript onclick event, in this event, a
popup window will appear.
In the pop-up window, how can I get the hidden control's value (Hello
world) in code behind?
BTW, I can get it in clicent by:... more >>
ConfigurationSettings.ConnectionStrings("Personal").ConnectionString does not work
Posted by Dave at 11/27/2005 9:50:40 PM
I am a user of the ConfigurationSettings.AppSettings("KeyName") in
asp.net 1.1 so after reading about the new ConnectionStrings collection
in "Intoducing Microsoft ASP.NET 2.0 by Dino Esposito on page 137 I
excitedly started a demo project to try it out. I am getting an error
in the editor. It's... more >>
How can I resolve error: Could not load type...
Posted by Dean R. Henderson at 11/27/2005 9:40:41 PM
I added a new ASP.NET page to an existing project and I get the =
following error when trying to display the page:
Parser Error Message: Could not load type '<ASP.NET Project Name>.<Page =
Name>'.
Line 1: <%@ Page Language=3D"vb" AutoEventWireup=3D"false" =
Codebehind=3D"<Page Name>.aspx.v... more >>
Cell not inset if blank
Posted by tshad at 11/27/2005 8:28:32 PM
If you have nothing in a cell, the cell doesn't have the inset appearance
that all the other cells do.
Normally, you could just put a "&ndsp;" in the cell if the it is blank.
But how do you do this if you are binding it?
<asp:TemplateColumn Visible="true" HeaderText="JobTitle"
ItemStyle-F... more >>
2.0 and Custom Error Pages
Posted by cpnet at 11/27/2005 7:56:19 PM
I'm playing with the last Beta for VS 2005 and trying to build an ASP.NET
web app. I have been using the built-in development web server so far, but
I think I may need to switch to IIS. The reason is that I want to redirect
404 errors to an .aspx page that will do some special handling of that
... more >>
How do I save state?
Posted by landers at 11/27/2005 7:29:36 PM
Dear All,
I have got a page with a user control (control1) already loaded using the
Register directive. When an event is raised from the user control, I use
LoadControl to show another user control (control2) on the screen. If
control2 raises events, how do I handle them? When the postb... more >>
Clicking Anywhere in DataGrid Row to Check CheckBox
Posted by .NETn00b at 11/27/2005 6:10:10 PM
Is this possible?
I need to create a multi-select DataGrid, and I cannot use CheckBoxes.
I want the selected rows to appear highlighted. One possible
work-around that occurred to me was to devise my code in such a way as
to allow the user to click anywhere in a DataGrid row, which would
check... more >>
Index server and ASP.NET 2.0 master pages
Posted by Lonnie at 11/27/2005 6:06:25 PM
I'm trying to use the Microsoft Index Server with ASP.NET 2.0 master
pages. I'm aware that the "doctitle" = the <title> entry and the
"characterization" = the "description" meta tag. If these tags are
maintained in the "master" page, and the index server searches the
"child" pages, these values ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
passing parameters from page to page
Posted by only_me at 11/27/2005 3:44:19 PM
Having a bit of trouble here moving to .net. very familiar with the classic
ASP way of doing things but can't quite see the wood for the trees here in
..net
Classic ASP
On a form you have a number of form controls to accept user input, using the
the submit button passes those parameters ac... more >>
Cannot replace DLL - old version reappears
Posted by Bazza Formez at 11/27/2005 1:52:21 PM
Greetings...
I have an odd problem to do with replacing a DLL.
My ASP.NET application makes use of a 3rd party charting component.
This component is supplied as a DLL file.
The component has worked well for us, but now I am having real problems
trying to replace the DLL with a new version... more >>
Use of connection pooling?
Posted by serge calderara at 11/27/2005 9:40:02 AM
dear all,
i have an application which could have more than 150 users, I have set it up
to use windows integrated authentification.
What I have to do to be sure that my application will use connection pooling ?... more >>
Stored procedure syntax
Posted by martinharvey via DotNetMonster.com at 11/27/2005 9:21:33 AM
This is probably a very simple question but i am having problems with a
stored procedure syntax.
I want to insert fields with preset values (DateCreated/OrderVerified)
and two values (Name/ Address1) from a databletable called
"Customer" and insert both of these into a datatable called "O... more >>
<Custom Error> ???
Posted by serge calderara at 11/27/2005 9:19:05 AM
dear all,
i am a bit confused on the way custom error are handling and occurs.
First of all I have understand that customer error is used to defined more
user friendly message to my end user and that custom errors mask out more
details error if the web side is access from the local web serve... more >>
Vector Graphics - Maps - Microsoft MapPoint
Posted by juvi at 11/27/2005 8:40:03 AM
Hi,
is there a tool for Vector Graphics Maps creation? (maybe a free version?)
If yes: Can I use the created map with Microsoft MapPoint? Would it be
possible to create a map of a building and routing with this? thank you...juvi... more >>
Fragment caching ??
Posted by serge calderara at 11/27/2005 8:15:04 AM
Dear all,
I have heard and read that fragment caching is used to cache a part of a web
page in order to get remaining items vivible on the page.
For example if a database querry is quite long, we create a web user control
and cache that control. Which will means that during the querry proces... more >>
Background image question
Posted by Brad at 11/27/2005 7:15:01 AM
I am using ASP 2.0 with Visual Studio 2005 Standard. For some reason, I
cannot get a picture to display as a background.
I have the following:
<td style="width: 200px; font-family: Verdana; background:
url(Images/book-side.jpg) fixed repeat-y left top;background-color: #cc9966;"
valign="t... more >>
how to determine (on server) which (client) event fired
Posted by Jeff User at 11/27/2005 5:21:20 AM
Hi
I have a WebControls.DropDownList.
autoPostBack is set to true.
I have code (C#) in the event procedure in the code behind and it
works fine. OK, now my problem is this:
While in the Page_Load event, I want to be able to determine, what
event, if any, caused the page to be loading.
ie. may... more >>
Mike Taylor?
Posted by Jim Demetri at 11/27/2005 2:41:38 AM
Hey Mike Taylor, if you're out there in Cincinnati and are still offering
the .NET files could you get in touch? If not, I'll know soon enough.
Thanks. :)
... more >>
VS2005 Class Designer Weirdness
Posted by alex at 11/27/2005 2:07:43 AM
Moving existing asp.net 1.1 app to 2.0 and using VS2005 I have noticed:
1) Class View window display ONLY name spaces and classes located in
the new folder App_Code.
2) Using "Add New Item" on App_Code folder presents limited number of
items -> no Web Page, no User Control, giving a hint tha... more >>
|