all groups > asp.net > march 2008 > threads for friday march 14
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
Determine caller domain
Posted by Tuncer Erhamza at 3/14/2008 6:49:46 PM
Hi!
Another web application (domain) call our application.
We want to determine in our application which domain call.
Thanks.
... more >>
Using Control Properties in Embedded JavaScript Resource file
Posted by hungrymind at 3/14/2008 4:27:27 PM
Hi
I am trying to develop asp.net server control which has several
property in the control and has embedded javascript files, which is
used by control via webresource from the client page. I want to use
some of the property defined in controls main class inside the
javascript. at the same tim... more >>
AJAX ModalPopup To Confirm Dropdownlist Change
Posted by Ben at 3/14/2008 4:01:27 PM
Hi,
i'm trying to get an AJAX modalpopup to confirm if a user really wants
to change a dropdown list value (on the client side) -- if they choose
'No' in the popup, the dropdown list value should stay the same.
anyone know how to accomplish it? i can get the popup to come up on
the onchan... more >>
upload multiple image to server from remote server
Posted by RichB at 3/14/2008 3:45:33 PM
I have an application which I am building using the Flickr API. From the
API I can get the URL of image files stored on the Flickr servers.
I'm not really sure where to start with this, can someone point me in the
direction of some resource which will help me to get the file using the URL ... more >>
Changing a control on a masterpage that uses a second masterpage
Posted by Torben Laursen at 3/14/2008 2:11:03 PM
I want to change the label of a component that I have on a masterpage but I
cannot get my hands on it
I have a mastepage MP2 that has a button called B2
masterpage MP2 uses masterpage MP1 that has a button called B1
I then have a page called default and in the page load I tryed:
Syst... more >>
fully automatic ldap authentication
Posted by steven at 3/14/2008 1:28:38 PM
is it possible to do fully automated ldap authentication to a web app?
i know there's a login control i can use to ask for the username/
password which can then authenticate the user against AD, but what if
they're already logged into AD? is it really necessary to ask them to
login to my web app... more >>
Control not recognized
Posted by shapper at 3/14/2008 12:58:54 PM
Hello,
I am creating a custom control that inherits from DataPager. I have
the following:
Imports System.Web.UI.WebControls
Public Class WebPager
Inherits DataPager
End Class
I get an error on "Inherits DataPager". It says "Type data pager is
not defined"
I even tried to repla... more >>
Databind a Label (or Literal), proper way?
Posted by Brian Simmons at 3/14/2008 10:09:44 AM
I'll try to keep this short & sweet and hopefully get the direction I'm
looking for.
I'll drop a SqlDatasource onto a webform. Configure it to use a stored
proc, perhaps have the parameters be QueryString parms or Session variables,
whatever the situation calls for.
The Stored Proc will... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
cant get data to show up on gridview
Posted by Paul at 3/14/2008 10:01:01 AM
Hi I am using vs 2005 and have a simple windows application. I put a
gridview on a form and used the wizard to build a connection string (placed
it in the app.config file). For the dataset I selected a stored procedure
that requires no input. I tested the connection and it worked. It looks... more >>
viewing the contents of a POST request
Posted by sklett at 3/14/2008 9:51:54 AM
Hi all,
While this is not specific to asp.net, it does seem like the most
appropriate form (that I could find) to ask the following:
I'm trying to write a screen scraper that needs to submit a POST request,
then scrape the response. I've tried to determine the contents of the POST
via f... more >>
"External component has thrown an exception" when building solutio
Posted by Ghistos at 3/14/2008 9:18:00 AM
Hi all,
Randomly, I receive this error when I build my solution. I work on a web
project for
4 months now and I began to receive this error yesterday.
When I click on Buil or Rebuild Solution, I get this error without much more
informations. If, I try to rebuild it, when I'm lucky, the ... more >>
Problems automating inVBA
Posted by Cliff at 3/14/2008 8:49:30 AM
I'm attempting to automate input to an ASP/AJAX web-page using VBA, however,
I've encountered a couple of problems:
1) when selecting from dropdown A manuallly, dropdown B is populated with a
series of options depending on the option selected in drropdown A. While I
can select from dropdow... more >>
Unable to find dll
Posted by T McDonald at 3/14/2008 8:44:00 AM
I have a question that is probably simple to answer for many of you, but just
leaves me baffled.
If I publish a ASP.NET website to my webserver in a new directory, but don't
create a virtual directory for it - I simply attempt to access it from the
default web direcotry say www.myweb.net/my... more >>
How to select row in Repeater when user clicks in any cell?
Posted by Stefan at 3/14/2008 7:26:00 AM
Hi,
I've got a repeater control, that has a checkbox in the first column, and
then a couple of columns with data after that.
What i want to achieve, is that the checkbox in the first column gets
selected if the user clicks in any cell in that row, WITHOUT a postback! Just
like if he clicked... more >>
Cookieless sessions - ISAPI dll failing?
Posted by Damien at 3/14/2008 6:32:01 AM
Hi All,
Working in ASP.Net 2.0, session state set to cookieless. We recently
updated the application from a 1.1 project. We've always run with
cookieless sessions. Since the upgrade to 2.0, we keep getting lots of
similar errors. Our error reporting gives us a message like:
Time: [14/03/200... more >>
.NET Framework 2.0 SP1 causes application to fail on references
Posted by wardy at 3/14/2008 6:31:31 AM
Hi all,
I have a web application deployed in a Production environment, where
it has happily been running for the past 2 years on the .NET 2.0
framework. However, the operations team recently installed the .NET
2.0 Framework SP 1 on the server, and immediately certain sections of
the web site... more >>
Control is null in Page_PreInit
Posted by Vin at 3/14/2008 3:34:36 AM
Hi,
I have some odd behavior in my PreInit.
A control on my page is null at the time of PreInit so I can't give it
the values it needs for it's Init, it is valid by the time of the Init
on the page but that is too late.
So here is the detailed description:
I have a Web Application with a p... more >>
|