June 20th, 2007
msquared (Administrator)
|
'simple' progress bar file upload components?
I'd like to provide a progress bar and the easiest way to accomplish that
Answering my own question:
Well, since I'm using 1.1, I've learned that... more »
|
|
Anyone use MojoPortal?
Just came across this open source .net cms:
http://www.mojoportal.com/
I hadn't heard of this one before. Over the past summer I've casually... more »
|
|
Website Development Problems
You did not say what database you use. I assume that you are very likely using SQL Server Express with ASP.NET membership provider. A common mistake... more »
|
|
Create SelectList
Hello,
I am creating a select list as follows:
new SelectList(new { "a", "b"})
How can I create the same list but with different name and value... more »
|
|
<head runat="server">
Scott M. wrote:
No, it's you who are missing the point.
You can add content in the actual head, not just in a container that you
have placed in the... more »
|
|
Find Method on Generic List
"Fresno Bob" <nospam@nospam.comwrote in message
news:eCCjC7NEJHA.5004@TK2MSFTNGP04.phx.gbl...
You don't state your Language or version. In C#... more »
|
|
Where are web app references stored?
"Stan" <googlestan@philhall.netwrote in message
news:95720f5f-ab50-4af8-bd4c-5cfa2a81e0c1@l42g2000hsc.googlegroups.com...
In addition the anything... more »
|
|
Create XML File
shapper wrote:
You can do that using XmlWriter e.g.
XmlWriterSettings settings = new XmlWriterSettings();
settings.Indent =... more »
|
|
GridView and Updating
I'm doing this on PageLoad:
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
FlightLogService fls = new... more »
|
|
Page Class Events
How can I get Visual Studio 2008 Pro. to show me a list of the Page class's
events (as I can get in VB .NET)?
In the page designer, with the... more »
|
|
Modifying ASP button with javascript variable
pretty trivial to change the text of a button:
document.getElementById('<%=cmdDoIt.ClientID%>').value = "new caption";
-- bruce... more »
|
|
where I have to save XML file to link to website?
for the client javascript to access it via xmlhttprequest, it should be
on the same site has the hosting page. you might want to make a
subfolder.... more »
|
|
Data Access Layer Question
"Cirene" <cirene@nowhere.comwrote in message
news:e6y%23AIEEJHA.3844@TK2MSFTNGP05.phx.gbl...
Yes it does.
--
Mark Rae
ASP.NET MVP more »
|
|
Any experience with Enterprise Library Contrib DAAB
"Cirene" <cirene@nowhere.comwrote in message
news:OmSHrIEEJHA.4584@TK2MSFTNGP02.phx.gbl...
It's excellent.
--
Mark Rae
ASP.NET MVP more »
|
|
ObjectDataSource problem with return newly inserted record id
Hi,
I'm using an objectdatasource. The insert procedure called by the
objectdatasource is in a separate library file outside of the aspx and
the... more »
|
|
sending emails via site.
Try this:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!138.entry
1.1 and 2.0 downloadable code.
It takes the smtp headaches out of... more »
|
|
response.write giving error
On 26 Aug, 13:52, "Abubakar" <emailallr...@yahoo.comwrote:
Hi Abubakar
Sorry it's been so long since you replied.
I don't think I made myself... more »
|
|
Do I have to get the hosting service to create the database?
"Mark Rae " <mark@markNOSPAMrae.netwrote in message
news:eJs$NN6DJHA.680@TK2MSFTNGP03.phx.gbl...
I think I understand now. Thanks more »
|
|
Server Objects don't show up
When I look at the source code of an .aspx page in VS 2008 Pro. and drop
down the object listbox on the top-left of the HTML source view, I do... more »
|
|
finding security holes
One free tool is TAM (Threat Analysis and Modeling Tool)... more »
|
|
A simple security question
Darrel didn't answer your questoin fully. You asked hashed or encrypted. My
understanding is that hashed strings can't be unhashed (not meant to... more »
|
|
Consecutive GUID Generation in DotNet Framework
"William Vaughn (MVP)" <billva@NoSpamBetav.comwrote in message
news:un8Fi65DJHA.3352@TK2MSFTNGP05.phx.gbl...
A bit of a pain to set up and not as... more »
|
|
Best practice - resources in ASP.Net Web Applications
Hi Sloan,
Thanks for the links.
GetWebResourceUrl() seems to be the answer - i will definitely read more
about that way to do it.
BR
Peter more »
|
|
Collection as Property Issue
I will be using code generation to generate a data access layer. Each table
will have a class mapping on to the table and a class for... more »
|
|
Two ContentPlaceHolders in the MasterPage
Hi Stan,
Thanks for your comment - i understand now how it works.
/Peter more »
|
|