all groups > asp.net > july 2004 > threads for saturday july 10
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
Retrieve value from hidden/disabled DropDownList?
Posted by Cipher at 7/10/2004 9:53:36 PM
I've got a DropDownList control on my ASP.Net page and I cannot retrieve
it's value (via its SelectedValue property) if the control is hidden or
disabled. Once I set the control to visible and enabled then the currently
selected value is available in code.
Any ideas how I can hide or disable... more >>
Open modal dialog
Posted by Mark Goldin at 7/10/2004 9:46:58 PM
If I want to open a new ASPX page when the user clicks on a button
do I use JS for that?
What would be a point of having AutoPostBack enabled for that button
if I cannot use server side to open a new form anyway.
How do I attach a JS to the button's click?
How do I attach a JS to the toolbar bu... more >>
debuging on remote machine
Posted by Brian Henry at 7/10/2004 9:43:24 PM
Hi,
We have a Dual Intel Xeon web server which we do development on, is there
any way that we could debug our websites remotely on that server (its on the
same internal LAN), it seems stupid to have to copy it locally to work on
and debug it just to place it right back on the server... especia... more >>
Asynchronous Processing Web age
Posted by Thomas Nielsen at 7/10/2004 7:48:54 PM
Hi,
I need to make a web page that wait for 3 asynchronous processes to finish.
So I am considering these options
1) Poll the status of the processes from the web page using the "REFRESH"
metatag in HTML.
2) Synchronously call a monitor function on the server that poll the status
of the ... more >>
New windows
Posted by mark at 7/10/2004 5:39:54 PM
I have this problem and I hope someone can solve it.
thanks in advance.
when I click on a button over a datagrid, i need to open a new windows
with in it a word document that is located on a directory joined to the
server.
how can I do?
Marco Dell'Oca
Milano Italy
... more >>
Unable to Run ANY ASP.NET Samples :: REALLY Frustrated!
Posted by Don Wash at 7/10/2004 5:14:38 PM
Hi!
I'm pretty frustrated learning ASP.NET. I'm learning ASP.NET by downloading
samples from various ASP.NET websites and none of the samples worked so far.
The SAME error was shown whenever I browse and ASP.NET sample, which is...
[QUOTE]
Parser Error
Description: An error occurred duri... more >>
TextBox postback problem
Posted by John Cosmas at 7/10/2004 3:42:35 PM
I have a form that has a listbox on the top that is bound to a header table.
When the page first loads, it paints the adjacent textboxes with data from
the details table. However, when I postback the page with a new selected
from the header table, the textboxes is not loaded with the new details... more >>
do we need to have the "dot" in web.config ?
Posted by Tee at 7/10/2004 2:14:19 PM
In our web.config, when we are doing forms authentication, we have such code
<authentication mode="Forms">
<forms name=".MyProject" etc etc>
I see some example with a . in front of their project name at the <forms
name> ... and some don't have the dot ...
any differences between the dot... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using TreeView-control ???
Posted by Chris at 7/10/2004 1:58:44 PM
Hi,
anyone experience with the TreeView control that is available in the
Microsoft.Web.UI.WebControls component ?
I want to add a few nodes to the TreeView-control but don't know quite how :
// Creating a few nodes
TreeNode node1 = new TreeNode();
node1.Text = "Canada";
TreeNod... more >>
Share config between sub web apps
Posted by Martin at 7/10/2004 1:52:44 PM
Hi,
How can I share config data between different web apps?
If I have 2 sub apps, can they inherit the config of the parent app? Is
this the best way to share config between different web apps?
Thanks
Martin
... more >>
JavaScript ?
Posted by WJ at 7/10/2004 1:31:17 PM
How can my Asp.Net web page check to see if its client browser enables JS ?
Example: I have an Asp.Net Page that supports both Java Script and Non-Java
Script (disabled). On page_load event, I would like to redirect clients who
enable JS in their browser to different web page.
Thanks for your... more >>
Output Cache Per User?
Posted by Mac McMicMac at 7/10/2004 12:33:14 PM
When users log into my ASP.NET Web app, they get a dynamically constructed
menu that includes items per the user's security access level. This menu
exists within a user control that is included on many aspx pages throughout
the app.
The output caching options I've seen in ASP.NET don't differe... more >>
Online custom keyboard
Posted by VB Programmer at 7/10/2004 8:19:23 AM
Simply, I would like a customized keyboard on a webpage.
If you click the graphic of a letter, a text box is appended with that
letter. I would like to do this all client side. Any ideas?
Thanks!
... more >>
Toolbar button
Posted by Mark Goldin at 7/10/2004 6:38:51 AM
I have a toolbar on my form.
How do I know what button was clicked?
... more >>
Modal form
Posted by Mark Goldin at 7/10/2004 6:15:31 AM
What is a best way to create modal forms in ASP.NET?
... more >>
Design alphabet
Posted by Mark Goldin at 7/10/2004 5:42:55 AM
I need to design a toolbar or something that will show letters from the
alphabet.
The user will use these letters to filter grids data.
I'd like to have these letters with a hover effect: when the user moves a
mouse over
the letter it gets its background changed.
Any idea?
... more >>
Reading HTML form post in ASP.Net
Posted by Sergey Poberezovskiy at 7/10/2004 2:19:03 AM
Hi,
I am trying to read form values from HTML form in ASP.Net.
For example:
first.html file
<html><body><form action="second.aspx" method="post">
<input type=text id="txtOne" />
<input type=submit value=OK />
</form></body></html>
second.aspx file code (I use VB):
Private Sub Page_Loa... more >>
DataBinder.Eval Problem ?
Posted by ozcankanbur NO[at]SPAM yahoo.com at 7/10/2004 12:54:18 AM
I have two DataGrid on the same page and I fill them diffrent tables.I
created Template Columns for both DataGrid but I can not use Dynamic
Binding. It can not find columns.By the way I have to use aspx page
instead of web user control.
<%# DataBinder.Eval(Container.DataItem,"Id") %>
any id... more >>
ASP.NET 2.0 Master pages and themes
Posted by Brian Henry at 7/10/2004 12:30:28 AM
is there any documentation out there on master pages and the different
looking themes folder in asp.net 2.0 that i could start getting up to speed
with this on to start learning the new changes? thanks
... more >>
|