Hook to AJAX End Event on Client Side
(6 messages)
Date: Tue, 21 Aug 2007 15:06:51 -0700
Hi,
I would like to run some dynamic-JavaScript code at the end of a callback of
an AJAX Call. for an update Panel
1---I click on a button on the browser,
2---AJAX method called server
3---some AJAX method get data ...
|
How to show the UpdateProgress contents at the center of monitor by using only CSS
(3 messages)
Date: Tue, 21 Aug 2007 17:15:35 -0400
Hi,
I have the following code to show the UpdateProgress contents at the center
of page:
<asp:UpdateProgress ID="UpdateProgress1" runat="server"
AssociatedUpdatePanelID="UpdatePanel1"
DisplayAfter="0">
...
|
Doubt error
(1 messages)
Date: Tue, 21 Aug 2007 16:59:21 -0300
Why when I click Security on Web Site Administration Tool, shows up the
error:
"There is a problem with your selected data store. This can be caused by an
invalid server name or credentials, or by insufficient permission ...
|
Error Trying to Start Project
(2 messages)
Date: Tue, 21 Aug 2007 15:58:57 -0400
I just grabbed a ASP.Net 2.0 (C# code behind) application from the
repository. Builds OK. When I try to run it, in either debug or release
mode, I get a dialog that says:
"Unable to start debugging on the web server. ...
|
Users permissions
(2 messages)
Date: Tue, 21 Aug 2007 16:36:37 -0300
Hi, Im using asp.net 2.0 C# VS2005 and on my web-system I need to do a
user/permissions storage... each user must have insert / delete / view /
edit permission and I must verify it on each .aspx form... What is the best ...
|
difference about regional settings and culture?
(1 messages)
Date: Tue, 21 Aug 2007 20:07:04 +0200
Hi,
We use an english version windows server.
The regional setings are set to French (France).
Asp.Net renders and interprets the date correctly (dd/mm/yyyy). So does Sql
Server (date is saved in dd/mm/yyy format in datetime ...
|
asp.net configuration
(4 messages)
Date: Tue, 21 Aug 2007 17:42:55 -0000
Hi All,
I have an old application written in .net 1.1. and i am trying to
write a new feature in 2.0.
This is what i am trying to do.
x.y.com/abc --> site 1 (.net 1.1)
x.y.com/def --> site 2 (.net 2.0)
The ...
|
Listbox vertical scroll position capture
(8 messages)
Date: Tue, 21 Aug 2007 10:35:00 -0700
Hi,
How can I capture the vertical scroll bar position for a Listbox.
I have a Listbox of 100 items + when I click on it I post back remove the
item selected.
After returning to the client browser the list box scroll ...
|
Message box
(5 messages)
Date: Tue, 21 Aug 2007 10:22:04 -0700
Hi guys,
I used to have some nice code to manage message box in ASP.NET but I lost it
somehow...
Would anybody give remember where to get it?
Thanks a lot!
--
____________________________
Carlos Sosa Albert ...
|
TreeNode.Value - where can I find it in a client-side script?
(3 messages)
Date: Tue, 21 Aug 2007 13:13:07 -0400
Hi all,
I'm trying to persist the expanded/collapsed state of a TreeView's nodes to
cookies. I've managed to accomplish this using OnTreeNodeCollapsed() and
OnTreeNodeExpanded(). I'm using TreeNode.Value as the name ...
|
|
Login mechanism for web apps
(4 messages)
Date: Tue, 21 Aug 2007 18:10:54 +0100
I am writing a generic login mechanism for our web apps using ASP.NET / C#
(VS2005). Various web pages need to present a login dialogue for the user to
re-enter their application-level username & password every 20 minutes ...
|
Access Databse In Web Developer
(3 messages)
Date: Tue, 21 Aug 2007 11:56:19 -0500
I can use a form view, gridview and details view to see the data in my
access databse, but i cannot edit or add to the database. What simple step
am I missing?
...
|
connectionstring to 127.0.0.1
(5 messages)
Date: Tue, 21 Aug 2007 09:22:29 -0700
I have a project that someone else wrote that I have to figure out. The
database connection string is as follows:
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
What is this connection to??
Thanks,
T
...
|
Gridview with DropDownList
(5 messages)
Date: Tue, 21 Aug 2007 08:54:33 -0700
I am trying to use a dropdownlist inside of a gridview. I want the
gridview to display some value as a label until the user clicks the
edit button for that row. Then I want to populate the dropdownlist
with some values ...
|
Session State Mode Comparison
(5 messages)
Date: Tue, 21 Aug 2007 10:37:20 -0500
Is one session state mode better than another?
Ross
...
|
What is retrieved by using User.Identity.Name?
(5 messages)
Date: Tue, 21 Aug 2007 08:08:02 -0700
Hi all,
in my asp.net 2.0 (VB2005) application I use
httpContext.Current.User.Identity.Name to get the samaccount of the currently
logged in user, e.g. DOM\UserA. This works fine for most users, but with just
1 user we ...
|
Help needed in ASP.Net 2.0 Text Box Password Mode
(7 messages)
Date: Tue, 21 Aug 2007 20:21:42 +0530
hi all,
i am running a ASP.Net 2.0 application.
in one of the pages i have a text box which is set as PASSWORD mode.
when the page is submitted or transfered , am not able to get the contents
of this textbox which is in ...
|
Select method of ObjectDataSource called twice - second post
(4 messages)
Date: Tue, 21 Aug 2007 09:28:07 -0400
Hello,
I have already posted this problem, but I have not received any response
yet. I will try to describe it again.
We have a list control (e.g. DataList) and an ObjectDataSource on an ASP.NET
web page. When we open ...
|
Initialization of a Web User Control inside Repeater Control
(3 messages)
Date: Tue, 21 Aug 2007 13:12:04 -0000
I am working on an application that has a Web User Control contained
within <ItemTemplate> of a Repeater control. The Web User Control has
a public property that needs to be assigned in order to work correctly
(the web user ...
|
Datagrid problems using asp.net 1.1, sorting, displaying check boxes
(1 messages)
Date: Tue, 21 Aug 2007 05:56:54 -0700
Hello all and thanks in advance for any help you may be able to offer
me.
I am quite new to asp.net and am trying to work with a datagrid but am
having some problems with it.
Here's the problem...
My datagrid displays ...
|