all groups > asp.net > january 2008 > threads for thursday january 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
Page Doesn't Display in IE
Posted by Ian Semmel at 1/17/2008 10:59:09 PM
This is a bit of a long shot as I haven't got much info but here goes.
For some reason, a particular page (or part of a page - I'm using master
pages and this is the main panel) won't display in IE until I resize it.
This only occurs in IE, Safari and FireFox are OK. The background colour
i... more >>
Error in accessing the application after delpoying on server!
Posted by chandan at 1/17/2008 10:37:23 PM
My application works fine on developmet server,but when I deploy this
application usitn VS websetup then try to access then this error
occurs.
Error:
[HttpException (0x80004005): The directory '/eChartbook/
App_GlobalResources/' is not allowed because the application is
precompiled.] ???
... more >>
!gridview insert!?
Posted by merrittr at 1/17/2008 10:17:09 PM
I have a simple wizard generated gridview , and i seem to be unable to
grasp the intracacies
to add a insert row.
I thought the form object would work to insert a row (currently the db
is empty)
is the fact that all my fields are set up as bound the issue?????
WTF I would think this should b... more >>
some newbie questions.
Posted by Mr. X. at 1/17/2008 3:20:11 PM
Hello.
I have some general questions, and I would like some help please.
What is ViewState and when is it changed ?
What is abstract class ?
What is template column ?
What is GBC ?
What are the in/out processes, and what are the pros/cons of them ?
What is render ?
What is the ASPNET lif... more >>
Frames vs Master/Content pages
Posted by john Devlon at 1/17/2008 2:05:44 PM
Hi,
I,ve created a master and content page using visual studio. The content page
has a lot of text.
On the master page, to the left of the place holder is the navigation
displayed.
When previewing the result, and when I start to scroll, the navigation
doesn't stay in place.
Is there ... more >>
COM error in IIS7
Posted by Norm at 1/17/2008 1:57:42 PM
I have a few web sites running in IIS7 on Windows Server 2008 RC1 (I
think its RC1, build number is 6001). These websites are constantly
throwing the below error, and I cannot figure it out. Can anyone shed
some light on this?
Error: System.Runtime.InteropServices.COMException (0x800703E3): Th... more >>
User Control Javascript
Posted by cfps.Christian at 1/17/2008 1:41:28 PM
I'm trying to have a javascript file included with my usercontrol, but
when the page loads it says that none of my JS methods are there.
What are the steps that I need to take to get a javascript file to go
with the user control so that I don't have to load the script onto the
page that is calli... more >>
Responsive phone-book - howto - a design issue, not a coding one.
Posted by Radu at 1/17/2008 12:12:29 PM
Hi. I need to implement a "phone-book" kind of feature - I have a list
of about 50.000 people, and the user should be able to find anyone by
typing either the (beginning of the) last name, either the (beginning
of the) first name.
Assume that the list of names is:
abc
abcd
abd
ac
adu
a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
XmlDataSource problem with transformation
Posted by Slawomir at 1/17/2008 10:40:53 AM
I'm trying to use xml with included external files as data source in
xmldatasource control. Unfortunately it doesn't work. Can somebody tell
me what is wrong in this code or what I'm doing wrong? When I'm using
javascript to transform files everything work fine (correct xml is
generated) and whe... more >>
Eventhandler in dynamically loaded and bound controls
Posted by Christian Robert Schulz at 1/17/2008 10:40:01 AM
Hi there,
in my website I'm buildung the whole page by loading webusercontrols
dynamically using Page.LoadControl("~..."). Within these webusercontrols, I'm
using asp.net controls such as the (old) DataGrid. Since the whole page has
to "rebuild" any time a postback was invoked, i have to re... more >>
Date & Time Input
Posted by Tamer Ibrahim at 1/17/2008 9:58:09 AM
Hi,
I have two different text boxes. One is for reading user input date and the
other is for reading user input time.I'm using SQL 2005.
How can concatenate both of the two fields and send them as one data value
to be saved in a datetime field in the database?
... more >>
Concatenating Date and Time from two differnt fields
Posted by Tamer Ibrahim at 1/17/2008 9:24:29 AM
Hi,
I have two different text boxes. One is for reading user input date and the
other is for reading user input time.
How can concatenate both of the two fields and save them as one data value
to a datetime field in the database? I'm using SQL 2005.
... more >>
The control that triggered the UpdatePanel controls to refresh
Posted by Kika at 1/17/2008 9:09:03 AM
Hi All,
On my page, I have a custom control in which asp server controls can be
added and a UpdatePanel to notify the server of any edit in progress in the
custom control...I would like to know which server control triggered the
postback whitin my custom control. Currently, my customControl i... more >>
Asp newbie
Posted by Simon at 1/17/2008 8:59:42 AM
I'm coming from a php / coldfusion background, and while most things
look straigtforward, I'm puzzeled by a couple of things
Drag and drop tools are great, but what happens when I want the
following to happen
Two drpodowns , DDa and DDb are both databound to tables in a
database. When DDa's... more >>
server controls and Page Methods
Posted by jasonmwilkerson@gmail.com at 1/17/2008 8:13:13 AM
Can you access properties (Text, Visible, etc...) on server controls
(i.e. TextBox, Label, etc...) from javascript? I am trying to toggle
the visibility of a Label clientside.
<script type="text/javascript">
function toggle() {
var label = $get('<%=this.lblMessage.ClientID %>');
if (label... more >>
vs2005 to vs2008
Posted by rodchar at 1/17/2008 8:01:02 AM
hey all,
i built a project in vs2005 and was wondering if i can open it up in vs2005
without having to update the project?
thanks,
rodchar... more >>
asp to asp.net
Posted by DBC User at 1/17/2008 7:15:15 AM
Hi All,
Could some one point me to link or doc where I can see how to
communicate between asp to asp.net and asp.net to asp and what are the
gatcha's in it?
Also is it possible to have asp.net application run low integrity and
perform file upload to a file server?
Thanks.... more >>
ASP Composite Web Control and Position
Posted by Craig Glencross at 1/17/2008 6:38:00 AM
I have created a Composite Control in C# 2005 for ASP. It has 3 buttons, a
calendar control and some drop down lists.
It compiles correctly and I can use it on a test web site but I cannot
control where to place it on the web page.
I have tried positioning tags such as relative or absoult... more >>
GC memory pressure problem in using unmanaged components
Posted by Noman Ali at 1/17/2008 6:18:02 AM
Hi,
We are facing a strange problem in our ASP. NET website. Some times it gives
the following unhandled exception.
Error Message: Exception of type System.Web.HttpUnhandledException was thrown.
Detailed Error Message: System.InvalidOperationException: There has been an
overflow or underf... more >>
Save Form Data to file
Posted by glbdev@gmail.com at 1/17/2008 5:21:17 AM
Hello.
Does anyone have any example code of how to save a form, once it is
submitted, as a text document? What I mean is that I want to save
the form (with HTML tags) to a text file which I can than eMail to the
person who filled out the form.
I looked around but I can't really find a goo... more >>
Trapping exceptions encountered in user controls
Posted by Yash at 1/17/2008 4:30:52 AM
Hi,
I have create a user control which has a dropdown. The user control
internaly handles the Selected_Index_Changed event of the dropdown. If
there is an error/exception in handling it, I would like the
containing page to know of it. How can I make this possible? The
containing page does not... more >>
Programmatically adding a user control and setting values
Posted by alun65@gmail.com at 1/17/2008 2:40:38 AM
I'm having trouble programmatically adding a user control and then
setting some of it's server controls.
I add the user control to the code behind and add it to a placeholder:
protected void Page_Load(object sender, EventArgs e)
{
UserControls_WebUserControl myControl = new
UserControl... more >>
|