Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

.NET ASP

Views: 8,067 Announcement: You cannot reply to these posts
June 20th, 2007 msquared (Administrator)
'simple' progress bar file upload components?
1 Reply | Posted by: darrel | Last post by Darrel, Today
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?
Post Reply? | Posted by: Darrel | Last post by Darrel, Today
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
2 Replies | Posted by: Wayne Smith | Last post by Norman Yuan, Today
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
Post Reply? | Posted by: shapper | Last post by shapper, Today
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">
13 Replies | Posted by: Scott M. | Last post by =?ISO-8859-1?Q?G=F6ran_Andersson?=, Today
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
1 Reply | Posted by: Fresno Bob | Last post by Anthony Jones, Today
"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?
5 Replies | Posted by: David Thielen | Last post by Anthony Jones, Today
"Stan" <googlestan@philhall.netwrote in message news:95720f5f-ab50-4af8-bd4c-5cfa2a81e0c1@l42g2000hsc.googlegroups.com... In addition the anything... more »
Create XML File
1 Reply | Posted by: shapper | Last post by Martin Honnen, Today
shapper wrote: You can do that using XmlWriter e.g. XmlWriterSettings settings = new XmlWriterSettings(); settings.Indent =... more »
GridView and Updating
2 Replies | Posted by: Cralis | Last post by Cralis, Today
I'm doing this on PageLoad: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { FlightLogService fls = new... more »
Page Class Events
Post Reply? | Posted by: Scott M. | Last post by Scott M., Today
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
4 Replies | Posted by: Sean | Last post by bruce barker, Today
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?
1 Reply | Posted by: jelenalug@hotmail.com | Last post by bruce barker, Today
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
7 Replies | Posted by: Cirene | Last post by Mark Rae [MVP], Today
"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
1 Reply | Posted by: Cirene | Last post by Mark Rae [MVP], Today
"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
Post Reply? | Posted by: fig000 | Last post by fig000, Today
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.
5 Replies | Posted by: Mr. X. | Last post by sloan, Today
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
4 Replies | Posted by: Abubakar | Last post by Stan, Today
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?
6 Replies | Posted by: _Who | Last post by _Who, Today
"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
Post Reply? | Posted by: Scott M. | Last post by Scott M., Yesterday
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
1 Reply | Posted by: Keith G Hicks | Last post by Cowboy \(Gregory A. Beamer\), Yesterday
One free tool is TAM (Threat Analysis and Modeling Tool)... more »
A simple security question
2 Replies | Posted by: Oriane | Last post by Keith G Hicks, Yesterday
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
13 Replies | Posted by: sloan | Last post by Anthony Jones, Yesterday
"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
4 Replies | Posted by: Peter Larsen [CPH] | Last post by Peter Larsen [CPH], Yesterday
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
Post Reply? | Posted by: Fresno Bob | Last post by Fresno Bob, Yesterday
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
6 Replies | Posted by: Peter Larsen [CPH] | Last post by Peter Larsen [CPH], Yesterday
Hi Stan, Thanks for your comment - i understand now how it works. /Peter more »

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors