Quickest and easiest way to migrate old "Include" code to aspx
Thu, 18 Mar 2010 11:44:37 +1300
webbot bot="Include" U-Include="_private/standard_footer.htm"
TAG="BODY" -->
I have an older FrontPage site I am trying to quickly upgrade to ASP 3.5.
The code above (called by most pages on the website) no longer works
though -- it doesn't show anything. What's the quickest and easiest way to
get it ...
|
Parse textbox words for query values
Wed, 17 Mar 2010 10:20:01 -0700
I've created a very simple asp.net web form (via visual studio 2008) that
has a text box and a submit button. I want to be able to paste a bunch of
'words' into the textbox and have the words used in a select statement.
Something like
SELECT name, address, status
FROM StatsInfo
WHERE status IN (textbo ...
|
Response.ContentType = "application/vnd.ms-excel" IGNORED!
Wed, 17 Mar 2010 10:15:02 -0700
I've an application that worked well on IIS6. I moved it to IIS7, and
response.contenttype is now ignored.
my code ends with:
Response.ContentType = "application/vnd.ms-excel"
Response.Flush()
Response.End()
But the browser receives "application/octet-stream" as mime type! IE show ...
|
Unit Testing ASP.NET
Wed, 17 Mar 2010 09:19:02 -0700
Alright, so I'm trying to do the right thing and bring the concept of Unit
Testing into our ASP.NET Web Application, but we're running into walls left
and right. The biggest challenge we're facing right now involves unit
testing a .ASPX page where the assertion needs to evaluate a property of a
.ASCX user c ...
|
bobj.crv.writeWidget({'cons':'bobj.crv.newViewer','args':{'id':'Cr
Wed, 17 Mar 2010 07:28:01 -0700
My asp.net application with crystal reports using ajaxToolkit 12.0 and with
2.0 framework began to give this problem.
Before she was running normally, but now when you load the page with the
report this error occurs. What to do? I tried reinstalling Crystal and
ajaxToolkit not resolved. The error refers to th ...
|
bobj.crv.writeWidget({'cons':'bobj.crv.newViewer','args':{'id':'Cr
Wed, 17 Mar 2010 07:26:01 -0700
My asp.net application with crystal reports using ajaxToolkit 12.0 and with
2.0 framework began to give this problem.
Before she was running normally, but now when you load the page with the
report this error occurs. What to do? I tried reinstalling Crystal and
ajaxToolkit not resolved. The error refers to th ...
|
what is Webresource.axd?
Wed, 17 Mar 2010 15:21:09 +0100
Hi
asp.net 3.5
In my webpage (default.aspx) I see reference to 2 WebReference.axd:
< script
src="/WebResource.axd?d=KRzGRTklEubj1hExv1cyog2&t=633909506045194578"
type="text/javascript"></script>
I wonder what this code is? To me it looks like a reference to a javascript.
Also it looks like these 2 ...
|
|
|
Microsoft JScript runtime error: 'this.get_element().style' is nul
Wed, 17 Mar 2010 07:17:01 -0700
The file C: \ Program Files \ Microsoft ASP.NET \ ASP.NET 2.0 AJAX Extensions
\ v1.0.61025 \ MicrosoftAjaxLibrary \ System.Web.Extensions \ 1.0.61025.0 \
MicrosoftAjaxWebForms.js contains this bit of code that is identified as
problem described above.
Now to solve, I've updated the scripts of this page with t ...
|
display 3 columns of 50 rows in stead of 1 column per row in
Gridview/Repeater/Listview/Datalist
Wed, 17 Mar 2010 06:22:37 -0700 (PDT)
Hi there,
I may have 3 columns in a table or list<name>).
ID - INTeger
Name - String
AgeGt18 Checkbox (true false)
a normal databindercontorl like Gridview/Repeater/Listview/Datalist
displays per row.
But I would like to display 3 columns.
e.g.
ID Name AgeGt18 ID Name ...
|
passing values through url
Wed, 17 Mar 2010 10:25:42 -0000
Hi All
i have a simple aspx page (vb) that pulls info out of an excel sheet. I'm
trying to pass a condition through a link to narrow down the results.
Basically we have 4 areas and rether than have 4 seperate pages I'd like to
have 4 links instead.
At the min my link is
contacts.aspx?area=north
Bu ...
|