Importing plain xml into typed datasets on the fly
(1 messages)
Date: Tue, 14 Aug 2007 08:12:22 -0700
Hi,
I am about (to be forced) to implement a number of webcontrols that
display data from various xml sources. The data is to be loaded on the
fly, some data is to be cached.
The data will primarily be delivered from ...
|
javascript, new ActiveXObject() and events
(4 messages)
Date: Tue, 14 Aug 2007 07:48:01 -0700
Hello,
I have an ActiveX object with events, and I need to get notifications of
these events in javascript script on asp.net web page.
The mentioned above ActiveX is a standard ATL com object implementing event
interface:
dispinterface ...
|
Sys.WebForms.PageRequestManagerParserErrorException
(2 messages)
Date: Tue, 14 Aug 2007 09:17:51 -0500
I am wrapping a grid view in an update panel, and I am not doing anything with Response.Write or Server.Transfer.
But for any click inside that grid we get Sys.WebForms.PageRequestManagerParserErrorException for some customers ...
|
texbox data cleared - then clear variable
(3 messages)
Date: Tue, 14 Aug 2007 10:11:53 -0400
I have a textbox on my web form were users can enter in 1 name or many names. The form then validates the name against the database.
If the name is valid its then saved into a varaible to be used at a later time. The issue I'm ...
|
Doubt new window
(2 messages)
Date: Tue, 14 Aug 2007 11:08:14 -0300
Hi, when I click a Search button, must open a new window wich will list all
the customers on a grid, and the user can search, etc, but when the user
choose the customer, the window must be closed and returned to the original ...
|
GridView
(2 messages)
Date: Tue, 14 Aug 2007 06:16:02 -0700
How do I get programmatic control of a Template column?
--
Arne Garvander
Certified Geek
Professional Data Dude ...
|
usercontrol and modalPopupExtender
(1 messages)
Date: Tue, 14 Aug 2007 06:02:06 -0700
I have a set of controls and logic that must be invoked from several pages
within a web application as a popup dialog, so I intend to use a userControl
contained in a panel extended with the modalPopupExtender to get this ...
|
A problem between a FileUpload & an updatePanel .
(2 messages)
Date: Tue, 14 Aug 2007 05:39:50 -0700
Hi,
I've got a problem with a FileUpload in a updatePanel.
My update Panel is triggered with a button.
I select a file in my file upload and when I do a postback with my
button, the fileUpload loose the file.
I looked ...
|
NullReferenceException
(3 messages)
Date: Tue, 14 Aug 2007 12:33:15 -0000
Hello,
I have a problem in my code that generates an error with no line
numbers. I know the type of problem that can cause this exception, but
can you think of what could cause it to not return specifically where
in the ...
|
Master pages with a onload command.
(5 messages)
Date: Tue, 14 Aug 2007 08:11:37 -0400
I have a master page with stuff in it. It includes the body tag and then the
asp:content tag. I want to hide some text when the page is loaded but is
made visible by a check box. All that code works fine. I have the text ...
|
|
Another Check box question...
(8 messages)
Date: Tue, 14 Aug 2007 04:59:50 -0700
Can't get null into the database. I'm trying to achieve...
if displayedQues = "Y" then I want nondisplayedques to go into the
database as null. What do I need to do? This is what I have thus
far.
Dim displayedQues ...
|
Full Trust Issue
(6 messages)
Date: Tue, 14 Aug 2007 04:58:02 -0700
I have an asp.net application that I've installed on several of my customers
laptops (they run a localized IIS). I've been doing this for years without
and issue.
Today I attempted to install this application on a laptop ...
|
accessing files on NAS from IIS6
(2 messages)
Date: Tue, 14 Aug 2007 18:34:54 +0800
Hi,
My IIS6 is running on my Win2K3 Active Directory.
My file server is on Win2K3 R2, it's not in my AD, but it's in my LAN.
Is it possible to create a virtual directory in my IIS so that users can
access the files ...
|
file could not be found on localhost
(13 messages)
Date: Tue, 14 Aug 2007 02:16:48 -0700
I have just installed IIS on my XP machine, and created a folder in
inetpub/wwwroot with several asp and html files in, but when I go to
http://localhost/foldername/filename, I just get 'File could not be
found'. What am ...
|
Problem with Dataset.WriteXML
(3 messages)
Date: Tue, 14 Aug 2007 10:58:32 +0200
This is the code:
Try
Dim con As New
SqlConnection("server=comwirsql;database=comwirdirect;Trusted_Connection=yes")
Dim dGetData As SqlDataAdapter = New
SqlDataAdapter("sp_AccessUser2FTP", ...
|
Repeater control is returning blank textbox
(1 messages)
Date: Tue, 14 Aug 2007 01:44:03 -0700
Hi,
I just converted my asp.net app to vs2005 and now developing using vista and
run into a problem using the repeater control.
I bind the repeater control using
If Not IsPostBack Then
strError = myInvoice ...
|
Ajax And TabPanel : Problem Render
(1 messages)
Date: Tue, 14 Aug 2007 01:40:31 -0700
hi,
I have a page that contains a tabpanel and a button which allow to
change the mode of my tabpanel.
my tabpanel has 2 modes :
-"all elements disabled"
-"all elements enabled"
The tabpanel is into a update panel but ...
|
Typed Datasets - Performance over WebServices (1 Dst or Various Sm
(4 messages)
Date: Tue, 14 Aug 2007 01:26:00 -0700
Hi there,
I have a question that has been raised on how an application should handle
the data that is travelling through a three-layered application.
Our data is going to be handled by Dataset object(s), and the data to ...
|
Ajax And TabPanel : Problem Render
(1 messages)
Date: Tue, 14 Aug 2007 01:18:27 -0700
hi ,
I have a page that contains a tabpanel and a button which ch . My
tabpanel have two mode :
- "all elements disabled "
- "all elements enabled"
The click button change the mode but when I click on the button I
don't ...
|
[OT]Visual Studio 2005 - coloured bars near line numbers?
(3 messages)
Date: Tue, 14 Aug 2007 09:04:17 +0100
Hi all,
Just wondered if anyone could tell me what these are and what they indicate?
I'm *guessing* its some kind of change control/tracking because my project
is in Visual SourceSafe but didn't know. If it is, what ...
|