Going back to the same location on page after postback or reload.
(4 messages)
Date: Wed, 8 Aug 2007 12:48:13 -0700
Hi,
I have a page and if a user posts back data the page would open at the top.
This is not a problem if the user was looking at the content on the top of
the page , but if the page is long and the user was at the bottom ...
|
treeview nodes that are checked
(1 messages)
Date: Wed, 8 Aug 2007 12:44:01 -0700
hey all,
i have a webpage with a treeview on it. All nodes have checkboxes by them
and i was wondering what the quickest way to get which checkboxes are checked
in the treeview?
thanks,
rodchar ...
|
date rendered differently on two computers with same regional settings
(13 messages)
Date: Wed, 8 Aug 2007 21:28:06 +0200
Hi,
the same application runs independantely on two computers:
the first is an Windows XP prof. sp2 IIS 5.1, dutch version with regional
settings = French (Belgium). So the short date notation is e.g. 13/08/2007.
The ...
|
Sessions
(3 messages)
Date: Wed, 08 Aug 2007 11:58:21 -0700
Can some one help me, I'm trying to carry
Session("GetPin") from my very first page (validate.aspx) to couple
of pages away called AddQuestions.aspx.vb.
I need to check the credentials then add the Pin of that person ...
|
TextBox Binding in 2.0
(1 messages)
Date: Wed, 8 Aug 2007 10:44:00 -0700
This is probably an easy question but I really can’t figure the answer.
In 1.1 you can add a DataSet to your page and bind a TextBox to a column in
a table in the DataSet, how can this be done in 2.0?
I’m using VWD Express ...
|
IE6 and PDF download issues...Change page headers
(1 messages)
Date: Wed, 08 Aug 2007 16:48:55 -0000
Hello
I am having problems downloading a pdf file that I generate on the
fly. The file download will work in IE7 and Firefox, but not in IE6 as
per this post http://drupal.org/node/93787
I am trying to change my headers ...
|
Mobile 5 Web App Question
(1 messages)
Date: Wed, 08 Aug 2007 09:37:00 -0700
Hello,
We are using hand held scanners running Windows Mobile 5. Our VB web
app contains a gridview and a few other labels. We would like for the
user to be able to select an entire row by clicking any where on the
row ...
|
web.config to hold control specific variables
(2 messages)
Date: Wed, 08 Aug 2007 09:22:46 -0700
Hello,
my company hosts many websites, and we want to add a Feedback Form
(like "Contact Us") that can be re-used on all of them just by
"dropping in" a new directory containing the code. My boss told me to
make it as modular ...
|
vCalendar for AllDayEvent
(1 messages)
Date: Wed, 8 Aug 2007 08:58:03 -0700
Hi,
I have an application where users can import calendar events to their
ourlook.
I want to properly flag an all day event. So that I don't have to specify
the start and end date.
I have googled alot, but didn't ...
|
get data that fills a gridviewocontrol inside it (i'm extendig the gridview)
(1 messages)
Date: Wed, 8 Aug 2007 09:56:24 -0500
Hi, I'm extending the gridview control and I need the data that fills it
because I need get a subset of the results to do an operation.
Thanks!
--
Greetings,
Sergio E.
DCE2005 - 2*
--
Saludos,
Sergio E.
DCE2005 - 2*
...
|
|
ASP.Net web admin error?
(2 messages)
Date: Wed, 8 Aug 2007 10:54:43 -0400
I have the asp.net web admin site setup on a box as a virtual directory, on
a box that does not have vs2005.
I can get to the home page of the admin site, can edit and save app settings
on the app tab, but when I go to ...
|
Page aspx not displayed with ie7
(1 messages)
Date: Wed, 8 Aug 2007 16:52:51 +0200
Hi
I have a bug with some links on my website reposting the same aspx page with
some filters:
The filtered page is
--> correctly displayed using localhost with ie7
--> correctly displayed using a dev server with firefox
--> ...
|
Page aspx not displayed with ie7
(1 messages)
Date: Wed, 8 Aug 2007 16:51:13 +0200
Hi
I have a bug with some links on my website reposting the same aspx page with
some filters:
The filtered page is
--> correctly displayed using localhost with ie7
--> correctly displayed using a dev server with firefox
--> ...
|
Page not displayed with ie7
(2 messages)
Date: Wed, 8 Aug 2007 16:48:06 +0200
Hi
I have a bug with some links on my website reposting the same aspx page with
some filters:
The filtered page is
--> correctly displayed using localhost with ie7
--> correctly displayed using a dev server with firefox
--> ...
|
Location Tags in web.config
(1 messages)
Date: Wed, 08 Aug 2007 07:24:38 -0700
We are using location tags to control access to certain folders in our
website. That has worked great. But now we need to be able to allow
the customers to change the role names through the website interface.
I have handled ...
|
TreeView - re-ordering nodes client-side
(3 messages)
Date: Wed, 8 Aug 2007 09:53:11 -0400
Hi all,
I'm relatively new to C#/ASP.NET 2.0 (or any .NET for that matter). I've
spent a few weeks working with server-side controls, but I've yet to do
anything client-side. I've now reached the point where I need ...
|
[Newbie Problem] BC30311: Value of "TableCell' cannot be converted
to 'Integer'.
(4 messages)
Date: Wed, 08 Aug 2007 14:37:01 +0100
Compiler Error Message: BC30311: Value of type
'System.Web.UI.WebControls.TableCell' cannot be converted to 'Integer'.
on line 63. while trying to write updates using a DataGrids Update method.
Source Error:
Line ...
|
theme problem
(1 messages)
Date: Wed, 8 Aug 2007 08:13:39 -0500
Hi, Im currently trying to make a simple example of theming an webapp
with 2 themes only. The main idea is to modify only the web.config file
to establish the site theme, the users must not change anytime.
In design mode ...
|
Comments on Monrail + ASP.NET?
(1 messages)
Date: Wed, 8 Aug 2007 04:40:00 -0700
I'd be interested to find out who has started using Monorail:
http://www.castleproject.org/monorail/index.html
and get your comments.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama ...
|
Code in Page_Load executes twice
(6 messages)
Date: Wed, 08 Aug 2007 10:54:10 -0000
I spent the last four hours trying to figure out why Page_Load would
execute twice. Even stranger was that everything within if (!
IsPostBack){....} executed twice as well. There is no rhyme or reason
for that.
Here ...
|