| Thread | Last Post | Replies |
|
| Solid managed forum for our site | 30 Jun 2006 04:57 GMT | 1 |
Anyone knows a good/solid managed discussion forum (forum hosting)? Sorry I know this the wrong forum to do this. Thanks Maz.
|
| Capture Session.Abandon Event? | 30 Jun 2006 03:27 GMT | 1 |
How would I write an event to trap the Session.Abandon() method? We are getting a strange bug that closes the session. I put a breakpoint in Session_End and I see it's being fired. I am trying to see what's making this happen. I have read that Session.Abandon() calls that event. ...
|
| Iterating through controls in .Net 2.0 | 30 Jun 2006 02:06 GMT | 5 |
I was doing this in a .Net 1.1 site, but it doesn't work in 2.0, because the objects aren't public (I think) For k = 1 To iDDLCount ddlObject = CallByName(oParent, sDDLName & k, CallType.Get)
|
| saving picture to a user profile! | 30 Jun 2006 01:40 GMT | 6 |
(and thank you for reading my post) In visual web developer 2005 express edition I've created a simple website project.. At this website I want users who register to be able to upload a picture of
|
| asp.net and UserSettings | 30 Jun 2006 01:35 GMT | 2 |
I've just found out that asp.net will not allow the use of UserSettings in its config file. This seems to mean that I cannot use any dlls which have UserSettings!!!!
|
| Order of events: Page_Load in page and base page? | 30 Jun 2006 00:26 GMT | 1 |
Can someone advise on this issue? We are seeing a page where, on the first load the base page (the class our page inherits from) fires it's PageLoad event first, followed by our Page's PageLoad.
|
| VWD2005 How to place an Input control with a table cell | 29 Jun 2006 23:51 GMT | 1 |
I am following Example 4-1 in Dave Mercer's ASP,NET A Beginner's Guide. He asks the reader to create a table 9 rows 2 columns with captions in the left column and Input controls in the right column. I am using Visual Web Developer 2005 and I haven't found a way to
|
| Issue with public variables | 29 Jun 2006 22:17 GMT | 8 |
I have an ASP.NET application, which needs to initialize a memory location and update it multiple times in different projects in the same solution. I have used a public static variable and I could achive what I want. The problem is when User1 opens the application and starts
|
| Character Trim | 29 Jun 2006 22:02 GMT | 2 |
I'm pulling customer testimonials from an SQL database onto the homepage of a site. I want to set a trim that will not allow more than 250 characters of the testimonial to show. Anything over 250 would be cut of and replaced with "..." I already have a link below that will
|
| password reset email | 29 Jun 2006 20:25 GMT | 1 |
My password reset emails aren't getting through so I have two problems, getting the email to work and resetting the passwords from users who have already missed their reset email. My health emails are getting through which puzzles me.
|
| GridView -add data | 29 Jun 2006 20:12 GMT | 1 |
Using GridView (asp.net 2.0) is it possible to "add" data to the grid directly. I only see examples of delete, and edit. Seems DataSource has the 'insert' command to do so. If so, can you direct me to any example
|
| how to add user controls | 29 Jun 2006 20:09 GMT | 1 |
Asume I have panel on a webform and I created few user controls (.ascx) How do I programaticaly add my user controls to that panel so it displays them as some sort of controls list? I've tried instantiating class and adding by panel.Controls.Add(mycontrol) but it doesnt work and ...
|
| How to specify the sort column? | 29 Jun 2006 20:09 GMT | 1 |
I use a GridView to display data , the datasource of my GridView is from a ObjectDataSource. How can I specify the sort column?
|
| column sort order image on gridview | 29 Jun 2006 19:22 GMT | 1 |
does anyone know of a good example of asp.net 2.0's gridview showing a sort order arrow in the column header correctly and working? I cant seem to get what ive found on google to work (see previous post called (sort expression always = "" in gridview on 6/28/2006)... any help ...
|
| Combining a graphic with text on a button | 29 Jun 2006 19:14 GMT | 2 |
Does anyone know of a way to combine an icon with text on a pushbutton without venturing too deeply into the murky world of the graphics library. The icon is a gif loaded from a file but the text is read from a resource and may be in any one of several languages so I probably need ...
|