Posts Tagged asp.net
March
26
2008
Written by: hipsterdoofus at 3:59 pm in the Web Development category.
Note to myself about how to programmatically reference asp.net controls nested in a repeater (among other) web control, In Search Of ASP.Net Controls.
Specifically, I reference the “Finding Controls In Headers and Footers” section. There are descriptions of how to more generally use the FindControl method.
Tags: asp.net, notes, programming
January
24
2008
Written by: hipsterdoofus at 3:16 pm in the Web Development category.
Working with Client-Side Script
Tags: asp.net, notes, programming
May
1
2007
Written by: hipsterdoofus at 10:51 am in the Web Development category.
One more note to self: ASP.NET Tip: Creating Paging for a Repeater Control
Tags: asp.net
May
1
2007
Written by: hipsterdoofus at 8:49 am in the Web Development category.
Happened across this page, The Official Microsoft ASP.NET 2.0 Site in my research today and wanted to note it for the articles that I should go back and read. For instance:
And many more…
Tags: asp.net
May
1
2007
Written by: hipsterdoofus at 8:30 am in the Web Development category.
Note to self: Which Path would you travel? A few points about ASP.NET Paths
Tags: asp.net
March
13
2007
Written by: hipsterdoofus at 10:16 am in the Web Development category.
There’s so much that I don’t know about SMTP and how to send messages via SMTP through ASPnet applications. And so far, the web hasn’t been helpful in helping decipher the inner workings.
This link, Marco Bellinaso’s Blog - An excerpt from Chapter 7: Creating and Sending E-mails at least describes the DeliveryMethod properties of the SMTP configuration which begins to help figure out why this might be the key to our continuing email troubles.
Tags: asp.net, SMTP
January
11
2007
Written by: hipsterdoofus at 4:52 pm in the Web Development category.
Because someday I’ll want to figure out the, ASP.NET 2.0 Site Navigation Features particularly the breadcrumbs.
Tags: asp.net
October
9
2006
Written by: hipsterdoofus at 2:33 pm in the Web Development category.
I’m not sure why but when I apply this method,
e.Item.Controls.RemoveAt(0)
to a Repeater ListItem containing the template during the ItemDataBound event:
| [server object] |
[server object] |
[server object] |
The method removes both the and the
and the
element.
I thought it would only remove the
but
apparently I’m wrong. But I’m not sure why.
Tags: asp.net
August
18
2006
Written by: hipsterdoofus at 12:39 pm in the Web Development category.
Without getting too deeply into it, I needed this post, Paul Wilson’s .NET Blog : Setting up SSL correctly with IIS and ASP.NET to get past an error that was holding up implementation of a new application today.
The error’s gone now and the application is up and running and I’m expecting a flood of technical support calls once the users start playing with it.
Tags: asp.net
|