| Thread | Last Post | Replies |
|
| [Mozilla from IDE] hangs on XML not well-formed | 16 Jun 2007 20:03 GMT | 7 |
I'd like to debug an .aspx page from the IDE using another browser; I choose Mozilla Firefox (ver 1.8.1: 2006) Mozilla starts but the page never opens and an error occurs;
|
| Down/Up Cast for Control Events? | 16 Jun 2007 18:58 GMT | 3 |
ASP.NET 2.0 I have web controls with their own event handlers that I need to funnel into a central handler, eg TypicalEvent( object sender, TypicalEventArgs e )
|
| Getting Current URL In ASP.NET 2.0 | 16 Jun 2007 18:29 GMT | 2 |
This is probably an extremely simple question. How do I get a page's own URL? In the footer section of my Master page, I want a Label control that will be updated with the page's own URL. Something like: Protected Sub Page_Load(ByVal sender As Object, _
|
| date time difference | 16 Jun 2007 13:55 GMT | 3 |
I have a table which has a field ItemsReceived of type datetime. I have a grid view which has two columns. In first column i have to show the data from field ItemsReceived and in second column I have to show
|
| Show data outside data controls | 16 Jun 2007 13:24 GMT | 3 |
How can I show data outside of data controls (gridview, listview etc.). I want to build CSS menu with data from database table and that is the reason why I need it outside of any data control.
|
| Iterate through dynamically created form fields | 16 Jun 2007 13:16 GMT | 3 |
I've written a user control to add form fields to a aspx page: Private Sub buildFields() 'Label1.Text = "building fields at " & System.DateTime.Now() Dim themeIDField As New TextBox()
|
| Dynamic TemplateField | 16 Jun 2007 11:37 GMT | 1 |
How can I convert this in c# code ? <asp:TemplateField HeaderStyle="100"> <ItemTemplate> <a href="#" onclick="<%#funcDelete(Container.DataItem)%>">Delete</a>
|
| send an email | 16 Jun 2007 11:24 GMT | 8 |
Could you please send me code how to send an email in ASP.Net 2.0 Thanks in advance
|
| Transport failed to connect to the server | 16 Jun 2007 07:14 GMT | 1 |
Using Framework 1.1, ASP.net 1.1 I test my applications that send e-mail on my personal computer : iis - local host - wwwroot - no problems. Then all of a sudden I get this error:
|
| Enum to Array Of String | 16 Jun 2007 03:14 GMT | 1 |
I need to create an array of string where all elements are the names of an enumeration. How can I do this? Thanks,
|
| Best way to cache a bunch of images on the client? Possible to "stream" image info for caching after inital page render? | 16 Jun 2007 00:50 GMT | 1 |
I've built an application that scrapes JPG images of webpages and PDF instances of those webpages automatically from an RSS feed. References to the scraped resources are persisted to our database. I've also built an administrative interface that allows someone to scroll through a ...
|
| Adding AJAX to an existing app | 16 Jun 2007 00:36 GMT | 1 |
I'm just looking into AJAX (mostly because I'd like to use the calendar extensions) and was wondering how to add it to a project already well underway. Having created an Ajax-enabled project from the template, I see that it adds system.web.extensions as a reference.
|
| Formatting DateTime with an offset | 16 Jun 2007 00:35 GMT | 1 |
I have an application that stores all DateTime inforamtion in UTC. However, this application will be accessed from arround the world. I would like my users to be able to specify their prefered TimeZone.
>From then on, i would like all DateTime information to be displayed in |
| how t ostart useing profiles in asp.net? | 15 Jun 2007 23:45 GMT | 3 |
I have seen a few articals that show how to start using properties, even a few on custom providors for profiles, but have not yet seen any basic steps on how to initialize the database tables and how to connect to them in the web config.
|
| Repeater control checkbox checked event | 15 Jun 2007 23:42 GMT | 5 |
using VB.net (2005) ASP.net 2.0 I have a repeater control with the item template, in the item template I have two checkboxes How to capture event When user checks the checkboxes? What event
|