Render UserControl in Class wihtout access to webform?
(1 messages)
Date: Wed, 1 Aug 2007 11:30:03 -0700
I need to render a user control as a HTML string. I do not want the control
to appear on the page, however. Here is what I am doing…
I have an HTML template that will ultimately be sent via e-mail. Inside the
template ...
|
resx in dll
(4 messages)
Date: Wed, 1 Aug 2007 19:52:39 +0200
Hi,
i am developing a website and a dll .... in the App_GlobalResources
directory are some .resx-files.... which filename i know.
I want to use them in a dll which is in the bin-directory?
how can i do that?
thanks,
alex
...
|
Request.Querystring handling without name/value pairs
(3 messages)
Date: Wed, 1 Aug 2007 10:46:05 -0700
I am working with an old web application writing new ASP.NET code to replace
functions previously handled by a monolithic ISAPI dll and intercepting some
calls to it. It uses, however, a query string made up of isolated ...
|
Usename regex
(11 messages)
Date: Wed, 01 Aug 2007 18:33:16 +0100
Hi All,
I would like to know how I can limit users to only registering usernames
which have alphanumberic characters and one underscore.
From what I understand is I can use a regex to do this. But I have no
idea how ...
|
How to share common code among pages in asp.net 2.0
(1 messages)
Date: Wed, 01 Aug 2007 17:31:48 GMT
My main .aspx page has a page directive as follows:
"<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Question3.aspx.vb"
Inherits="Question3" CodeFileBaseClass="BasePage" %>"
My App_Code folder has a file named ...
|
Javascript and DropDownLists question
(5 messages)
Date: Wed, 1 Aug 2007 10:02:00 -0700
I have three dropdownlists in an AJAX UpdatePanel and I need to return the
selected index for two of them; the problem is that I'm only able to return
the selected index for the first dropdownlist of the three and it is ...
|
Consuming PageMethods from the external client
(1 messages)
Date: Wed, 01 Aug 2007 09:39:10 -0700
Hi,
As I understand PageMethods can be accessed only whithin the current
web site.
But what if I need to expose the single method to be consumed by
external clients as the service reference? Can I expose the web-pages
methods ...
|
HyperLink Bug
(21 messages)
Date: Wed, 1 Aug 2007 09:28:39 -0700
I had posted this problem earlier and just noticed that the Hyperlink is the
problem.
Apparently, it doesn't figure out the path correctly. It uses the path of
the file it is in, even if it is a control.
I have 2 ...
|
Question
(4 messages)
Date: Wed, 1 Aug 2007 09:26:09 -0700
Hi Guys,
I am trying to fix a tricky situation at our LAB. We have two servers:
Server 1 with Framework 1.1.4 and Server 2 with 2.0 framework. Our main Site
runs on 1.1.4 framework. We have created second site in 2.0 ...
|
New to ASP: Read SQL user table output results in a table on a ASP webpage matching search field
(1 messages)
Date: Wed, 01 Aug 2007 09:02:43 -0700
Hello All,
I have a MS SQL 2000 table that is updated regularly with Audit data
containing user info from Active directory. Columns such as Login,
employeeID, Date, and a column stating what was modified on that date
etc ...
|
|
How to create a modular ASP.NET application ?
(3 messages)
Date: Wed, 01 Aug 2007 14:58:36 -0000
I'm working on a web application where 90% of it is common 'product'
code an the other 10% is customer specific.
I want some method of separating the customer specific presentation,
business and data access layers from ...
|
AJAX function (webmethod) call question
(2 messages)
Date: Wed, 01 Aug 2007 10:22:33 -0400
Calling a simple webmethod from a page with the scriptmanager works
like this:
ret = SimpleService.SayHello(document.getElementById('Text1').value,
OnComplete, OnTimeOut, OnError);
The first parameter is the one expected ...
|
Validator question
(4 messages)
Date: Wed, 01 Aug 2007 07:04:11 -0700
I've got a dropdownlist that upon user selection, I have a javascript
function that is run. This function, depending upon which selection
from the dropdown, turns one small section visible and enables its
validator, and ...
|
Cannot debug web application "Cannot create/shadow copy ..."
(5 messages)
Date: Wed, 1 Aug 2007 14:26:25 +0100
Hi there,
does anyone know the cause of this problem. When I press F5
to debug a C# web application, I get an error message that begins "Cannot
create/shadow copy " then various different file names. Sometimes ...
|
Unable to open the Web...You are not authorized to perform the current operation
(4 messages)
Date: Wed, 01 Aug 2007 05:51:21 -0700
I'm getting the error: "Unable to open the Web 'http://blah/blahblah'.
You are not authorized to perform the current operation". I have
changed a few things recently but I can't change them back as I need
them. I can't ...
|
Call .cs method/function from .ascx
(12 messages)
Date: Wed, 01 Aug 2007 11:48:45 -0000
Hi,
Is there a way to call a codebehind method/function from an attribute
of a runat=server tag, kinda like this:
<asp:Literal runat="server" ID="litTest" Text='<%#
MyMethod("testargs") %>' />
but obviously that doesn't ...
|
how to select a row in gridview in asp.net
(6 messages)
Date: Wed, 01 Aug 2007 04:43:51 -0700
hi
how can we select a row in a gridview with out select column and get
events fired
thanks
...
|
Multilingual application
(3 messages)
Date: Wed, 01 Aug 2007 03:35:37 -0700
Hai all,
I am working on the multilingual application, in asp.net. In
that we are displaying contents in some other language (user selected
language). In that page, we are having some textbox for user input. Is
there ...
|
RequiredFieldValidator on button click
(1 messages)
Date: Wed, 1 Aug 2007 01:06:12 -0700
Hi,
How can I make RequiredFieldValidator triggered on button click?
in my form I have a wizard that contain a search button few textboxes with
RequiredFieldValidators for each and I have set the ControlToValidate and ...
|
webservice sending object - serialisation error
(4 messages)
Date: Wed, 1 Aug 2007 14:54:08 +1000
Hi,
I am trying to send a object to a webservice and I get an serialisation
error
on the object saying "object not expected" add "XmlInclude or
SoapInclude attribute"
I have done this but still get the error.
Below ...
|