User Controls-MasterPages and finding TextBox in DataList EditItemTemplate
Tue, 2 Sep 2008 08:29:01 -0500
Anybody have any sage advice on this frustrating "feature" of ASP.NET? I
have a TextBox in the EditItemTemplate of a DataList I can't seem to find
for some reason that is I believe related to the imfamous complexity and
undocumented vagaries of user controls and MasterPages which are also a type
of user cont ...
|
precompile
Tue, 2 Sep 2008 09:56:23 -0300
hi everybody, i have an issue for you:
i have an operative site wich i'm trying to precompile to protect the code
that will be installed on client. the issue is: if i run the precompile
(aspnet_compiler) it throw me some errors:
ex: Name 'CN' is not declared.
this is because the variable es declared in anot ...
|
Web parts connectivity query
Tue, 2 Sep 2008 05:28:01 -0700
is it possible to use ajax in connected web parts...
Ive web part 'A' which implements Ajax. The web part 'A' acts a s a provider
for
web part 'B'.
But when Ajax code is enabled, the web part 'A' is not passing on the
information to web part 'B'...
When I comment the Ajax related code,,then the connecti ...
|
How can I insert HTML markup that is interperted as such?
Tue, 2 Sep 2008 08:10:48 -0400
In the .aspx I have
<p runat="server" id="qq" > </p>
and in the aspx.vb I have
Protected Sub qq_Init(ByVal sender As Object, ByVal e As System.EventArgs)
Handles qq.Init
strContents = "<h1>QQQQQQ</h1>"
qq.InnerText = strContents
End Sub
But this produces as text
<h1>QQQQQQ</h1>
The tags ...
|
How to bulid a webproject with command line
Tue, 2 Sep 2008 20:08:44 +0800
I used right click on a project and select build to build my web project.
How can I do that with command line?
...
|
red-X instead of dynamic images
Tue, 2 Sep 2008 03:06:30 -0700 (PDT)
I have a list of dynamically generated thumbnails. Each image has a
path of picture.ashx?id=123. That works well. However, a few (from
thousands) visitors have a red-X instead of dynamic images. One of
them told me that he was able to see images on a 2003 Windows Server
when he added the site to the "Trusted Lis ...
|
What is the difference between reponse.redirect(strMessage) and
webClient.Downloaddata(strMessage)?
Mon, 1 Sep 2008 23:55:48 -0700 (PDT)
I'm trying to use an external SMS-service through .NET Framework 1.1
and using the webClient.DownloadData(strMessage) method. The
strMessage is a string consisting the parameters to send a message,
and the return-value to the DownloadData method is to be a status
code
for the requested message. However, using t ...
|
|
|
Embed programatically created jpeg into HTML email?
Mon, 1 Sep 2008 22:00:03 -0700
I have two pieces of VB.NET code below:
a) Sends an email
b) Returns a programmatically created jpeg image to a webpage.
How can I embed the programmatically created jpeg into an HTML formatted
email (without saving the jpeg to disk)?
Code a)
======
Imports Microsoft.VisualBasic
Imports System.Net.M ...
|
DLLs and load time
Mon, 1 Sep 2008 20:15:58 -0600
I am trying to decrease the time a asp 3.5 website loads.
Does changing the business layer to separate DLLs ( so they are only in
memory when needed ) improve load time, or, . . . any help is greatly
appreciated.
Thank you
...
|
Domain redirect
Mon, 1 Sep 2008 17:35:01 -0700
Hi,
How do i redirect a request from one domain to another. For example , i want
to redirect all requests that come to www.abc.com to www.def.com. I own the
source code for website www.def.com. The domain www.abc.com is owned by my
company but not used yet.
Thanks in advance
Priya ...
|