| Thread | Last Post | Replies |
|
| Why is a button Click event also called when a textbox TextChanged event is called??? | 08 Nov 2007 19:44 GMT | 6 |
This is a weird problem.. I have a page with a textbox and a button (along with a bunch of other stuff). Both the textbox and the button have their SEPERATE events defined for the textchanged and click events. When I change the text
|
| Reading the session information that is stored in SQL server. | 08 Nov 2007 19:33 GMT | 1 |
We store session info in a SQL database. I looked at the table the stuff is being stored in (it's in the tempdb db) and notice that the session info is stored in an image field. Does anybody know the format of it? I might have a situation where I am running an external program ...
|
| Application Variable and Cookie Container | 08 Nov 2007 19:03 GMT | 4 |
Does anyone know if you can store a Net.CookieContainer object in an Application variable?
|
| Anybody have a slick way to tell if people are on the system? | 08 Nov 2007 18:56 GMT | 5 |
Does anybody have a slick way to tell if people are on the system. I have a login so I can tell if a user is authenticated. What I've done now is make a dataset that I store in the application variable and everytime somebody loads a page, I update that dataset ( based on ...
|
| Accessing DataSource on GridView RowDataBound | 08 Nov 2007 17:07 GMT | 1 |
I have a pretty standard bound GridView control with TemplateFields. Now I need to be able to control the properties of some of the columns based on values in the recordset that I am NOT displaying. Is there a way to access the current row of the DataSource in the RowDataBound ...
|
| Search is busted, can't index PDFs, fullcrawlstart too? | 08 Nov 2007 16:50 GMT | 4 |
Howdy, A brief history. Customer running SBS 2003, I upgraded them to WSS3 by installing along side WSS2, moved the DB over and everything has been working great for the last month. Users could search and get PDFs back and
|
| How to make page dispay regardless of file extension | 08 Nov 2007 16:42 GMT | 1 |
All my pages are .aspx, I want to be able to have people just type in the page name without having to type in .aspx, I know I can do this, I jst can't remember where I configure the default extensions. I have a hsoted account on GoDaddy, so it's not local.
|
| When are User Roles Initialized? | 08 Nov 2007 16:34 GMT | 2 |
I've set up ASP.NET membership. I can get the role(s) of the current user by calling Roles.GetRolesForUser(). It seems like it would be a good idea to store some role-specific
|
| [SilverLight]Article by Laurence Moroney on MSDN magazine | 08 Nov 2007 15:44 GMT | 3 |
I would like to learn SilverLight and this article by Laurence Moroney seemed interesting: http://msdn.microsoft.com/msdnmag/issues/07/06/Silverlight/Default.aspx?loc=en. I've downloaded the code, however it doesn't compile as the "Error 1 Type
|
| Datatypes: HTTPCookie and Strings | 08 Nov 2007 15:39 GMT | 3 |
Does anyone know if it is possible to change the datatype of a string into an HTTPCookie? I tried CType and it would not let me do it.
|
| Login event handler in 2.0 | 08 Nov 2007 15:08 GMT | 2 |
asp.net 2.0 I'm using the login control with no frills to authenticate users. I want to add a value to the user's profile when the user
|
| Paint in ASP.NET | 08 Nov 2007 15:03 GMT | 5 |
I'm looking for an ASP.NET control in wich I can let my users create a simple drawing, some lines, rectangles. Anyone know of such a control ? TIA,
|
| Vista + IIS 7 + Webapps not starting - blank screen | 08 Nov 2007 14:06 GMT | 1 |
I've got VS2005 running on Vista. In my WebApp I have configured it to run using IIS and have let VS2005 create the virtual directory I have installed II6 Management compatibility software as per instruction
|
| Friend class scope - what am I missing? | 08 Nov 2007 13:47 GMT | 4 |
Sorry if this is a question that has been answered elsewhere. I did a search and didn't find the answer I am looking for. I am writing an ASP.NET app in VB.NET and am defining some classes in the App_Code folder. I do not want the classes to be accessible from outside the
|
| Users being logged out suddenly. | 08 Nov 2007 13:15 GMT | 3 |
I have a weird one. My users will be on the system and suddenly get logged out. I have forms authentication turned on with a 1200 minute logout (I raised it that high to test this out.) Session timeout is also 1200 minutes. It's almost acting as if its happening when IIS is ...
|