| Thread | Last Post | Replies |
|
| Losing Session state | 14 May 2008 03:17 GMT | 5 |
Hello all, I have some issue which is driving me crazy in testing my site... Every now and then, the session variables in my site all get cleared out. I assume this is because of something causing the AppPool to recycle. The thing that really throws a wrench into all this though, ...
|
| xml datasources and vs2008 team suite (.net 3.5) | 14 May 2008 00:07 GMT | - |
I need to be able to do everything you can do to an sql server 2005 database on xml files and datasources in the same way you would do to a database. How would I do this? Can you actually use "sql" statements on an xml object/file?
|
| GetOleDbSchemaTable bug (!) not all columns | 13 May 2008 23:54 GMT | - |
Hi. I'm trying to read the structure of some Excel 2000 file that the user is expected to upload. The file must be an excel file (solved) and it must contain a column named "PIN". That's all. Now about the column name.
|
| Can you load a usercontrol into another usercontrol? | 13 May 2008 23:16 GMT | 2 |
I have an aspx page that loads a usercontrol. Can that usercontrol load another usercontrol into part of it? Thanks, Marv
|
| Anyone use RadControls or Devexpress 3rd party controls? | 13 May 2008 23:08 GMT | 5 |
Im thinking about purchasing the RadControls for ASP.NET AJAX, by Telerik. Any advice, suggestions, or opinions? What has been your experience? Link: http://www.telerik.com/products/aspnet-ajax/overview.aspx The same goes for Devexpress. I'm thinking of purchasing their
|
| To Mark Fitzpatrick, Juan Libre, Mark Rae, Steve Orr, Cowboy and other MVPs | 13 May 2008 22:32 GMT | - |
I just wanted to say this.... I've been visiting this newsgroup for a while. You guys are an AWESOME asset to this newsgroup! THANKS for being so responsive and providing such helpful information. You guys help make this a great community, where
|
| Inserting a cloum in a stored procedure | 13 May 2008 21:54 GMT | 1 |
I have stored procedure In @var1/Col1 I need to insert, the max(col) from another table in the same database. Create Stored Procedure Name
|
| .Net Winforms Control Deployment | 13 May 2008 21:41 GMT | 2 |
I have written a .Net Windows Control which I am hosting in Internet Explorer 6/7 which is working. The problem I am having is deploying this control to the client machines. I have created a CAB file, referenced it in the codebase
|
| Telerik's Controls | 13 May 2008 21:27 GMT | 1 |
I saw the thread here about Telerik's controls and to tell the truth I like them.....thinking about purchasing myself. so decided to ask a question. How heavy are they?
|
| Javascriptcode | 13 May 2008 21:21 GMT | 2 |
I just created a webpage that requires a username and password to be submitted in order for the user to proceed to another section of the site. My questions is how can the landing page (the page the user is
|
| inserting the max colum in the stored proc | 13 May 2008 21:10 GMT | 5 |
I have stored procedure Create Stored Procedure Name ( @Var1
|
| Why Doesn't This Work? | 13 May 2008 20:50 GMT | 7 |
I'm having problems with the following code, which is an event handler for a GridView control: protected void grdWorkout_RowDataBound(object sender, GridViewRowEventArgs e)
|
| regex expression for an Australian Mobile Phones | 13 May 2008 20:11 GMT | 1 |
I'm out for a regex expression to validate mobile phones like +61408777888 or 61405673777
|
| Define control visibility | 13 May 2008 20:00 GMT | 1 |
What is the difference of adding a control to a page and setting its visible property to false or not adding it? Is it not the same in terms of the generated layout? I suppose the difference is that the added control is added to the
|
| Can CompareValidator be used to compare cells in a gridview? | 13 May 2008 19:59 GMT | 1 |
Is it possible to have a CompareValidator to compare values from two cells in a gridview row? I'd like to do that while in edit mode. Thanks, Bogdan
|