| Thread | Last Post | Replies |
|
| what happened to msdn demo servers | 26 Jan 2006 03:18 GMT | 2 |
does any body knows what happened to the demo servers?
|
| Button doesn't post back/click code doesn't run | 26 Jan 2006 03:06 GMT | 1 |
For some reason all of a sudden my button on my webform doesn't run it's code. I have checked that the "runat=server" and that the "Handles cmdButton.click" is at the end of the sub. Any ideas? (Using 2.0) Here's part of my html...
|
| How get total MB of a set of files in a dir? | 26 Jan 2006 02:57 GMT | 2 |
I have a videos directory with a bunch of videos in it. The video filenames begin with the username, such as "jsmith_01.mpeg". I want to find how many MB of video files the current user has in the videos dir. Any idea how I can do this?
|
| attaching aspx page into HTML page | 26 Jan 2006 02:41 GMT | 1 |
i'd like to attach some aspx page in HTML template HTML template consist of Header,Content and Footer. i just wanna show Html page appear consist of Header, aspx page and Footer is it possible ?
|
| how to retrive Current ApplicationId | 26 Jan 2006 02:36 GMT | 1 |
what is the code to get the running applications "ApplicationId" Thanks Tdar
|
| Web UserControl inheritance in VS 2005 | 26 Jan 2006 02:15 GMT | 1 |
It seems that VS 2005 doesn't allow inheritance for web usercontrols. I created two web UserControls, WebUserControl1 and WebUserControl2. I replaced base class of WebUserControl2 to be WebUserControl1 (public partial class WebUserControl2 : WebUserControl1). When compiled, got
|
| First net 2.0 project, where is the DLL? | 26 Jan 2006 02:11 GMT | 6 |
I can't find the DLL for my website? I found the aspx pages, but can't find the dll. Please, someone clue me in please. Thank you.
|
| 2.0 comptability with 1.1 | 26 Jan 2006 02:11 GMT | 5 |
I am writing a new app in VS 2005 and trying to using some assemblies that are written in 1.1 and compiled and stored in the GAC. These assemblies work fine because my 1.1 websites work fine. The problem is when I run the 2.0 website it comes back with:
|
| Nested Web sites in Visual Studio 2005 | 26 Jan 2006 02:00 GMT | 8 |
I have a root application that has various sub-applications (subdirectories set up as applications within IIS). All of the sub-applications rely on the root application for profiles, membership, etc. This all worked fine for a bit, but now, I get an error when trying to build
|
| Abandon Session | 26 Jan 2006 01:51 GMT | 2 |
Hi all, If i issue the Session.Abandon command will that clear the whole session or just the session variables. The reason i ask is i use forms authentication (cookieless) to login to the app. I have a loginview control on the master page which displays contents based on the ...
|
| Select a Row | 26 Jan 2006 01:47 GMT | 2 |
Hi all, i need to select a row in the gridview programatically(without clicking the select button). I hope this is easy. Am i missing something? Thanks for the help.
|
| Binary Stream Excel Client Problem | 26 Jan 2006 00:52 GMT | 3 |
Response.ContentType() = "application/vnd.ms-excel" Response.Charset = "" Response.BinaryWrite(stream) The code when executed causes the
|
| Formatting a date in a FormView control? | 25 Jan 2006 23:41 GMT | 2 |
What's the simplest way to format a date in a FormView control? I've been looking for something like a DataFormatString property, but it doesn't look like the control itself, nor the consitutent controls in its templates, has a property like that. What I want to do is apply a ...
|
| Reading Single Value from a SQL DB | 25 Jan 2006 22:29 GMT | 4 |
I'm having trouble pulling a single value from my SQL DB and filling a string type with it. Something like: Dim strConnection As String =
|
| how to display Footer in a gridview even if there is no data bound | 25 Jan 2006 21:50 GMT | 2 |
well, I'd like to know how to still display the footer of a gridview even if there is no data bound from the db. That is because I use the footer to put my inputs to add a new record, so I need to be able to add records, even if there is none yet...
|