Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:642315
More Search Options
RSS Available
Matching Posts
Re: How to reference the Regex class, using VS 2008
Thing is, that in VS2005 the System.Text namespace was automatically imported into your project. It now seems that few or no system namespaces are included. What a hassle. It's like MS is trying to make VB even more like C++ that one has to explicitly include every library.
Posted to
Visual Studio 2008
(Forum)
by
RSewell
on 6/3/2008
Re: Type 'xxx' is not defined/declared in VS2005 ASP.NET Project in VS2008
Could I talk the moderator into moving this thread to the appropriate forum? What is the right forum for this question?
Posted to
Visual Studio 2008
(Forum)
by
RSewell
on 6/3/2008
Type 'xxx' is not defined/declared in VS2005 ASP.NET Project in VS2008
I've got a new PC, so I thought this might be a good time to move up to VS2008. We've been using VS2005 until now, and our website uses Framework 2.0. We do not plan to move up to 3.5 yet, so when I opened the web site in VS2008, I chose not to upgrade it. Since all of us develop from a common source on a dev server, I opened the website remotely via the http://devservername/sitename method. But now I'm running into odd things that make it look like the same default libraries are not
Posted to
Visual Studio 2008
(Forum)
by
RSewell
on 6/2/2008
Re: parent.__doPostBack in iFrame suddenly not working
Anyone?
Posted to
Client Side Web Development
(Forum)
by
RSewell
on 2/28/2008
Re: Adjusting HTML tag attributes
Why not just add overflow:hidden; to the div's style?
Posted to
Client Side Web Development
(Forum)
by
RSewell
on 2/28/2008
Re: appendChild js not working
Can you append the logger div to another object, rather than the body? I tried your code and it worked if I appended logger to the testObj, as in: testObj.appendChild(el);. It also works to aoppend it to the form itself, i.e.: document.forms[0].appendChild(el);. I don't understand why you can't append to the body, but apparently Microsoft's own online docs are incorrect.
Posted to
Client Side Web Development
(Forum)
by
RSewell
on 2/28/2008
Re: appendChild js not working
document.body is a W3C standard. But I'm pretty sure appendChild only take one argument, and that's the element you're trying to append. Drop the ", 1" and see what happens.
Posted to
Client Side Web Development
(Forum)
by
RSewell
on 2/28/2008
parent.__doPostBack in iFrame suddenly not working
In an aspx page, I have several linkbuttons that all call the same sub in their OnClick event. I've taken one of these and moved its HTML equivalent in an HTML page that is loaded into an iFrame on this same page, changing the "javascript:__doPostBack('btnTest','')" to "javascript:__doPostBack('btnTest','')". For the longest time, this worked without a hitch. Now, upon final testing of the whole site, this doesn't work. The screen flickers
Posted to
Client Side Web Development
(Forum)
by
RSewell
on 2/28/2008
Re: wizard, backbutton, expiry after finish -- how?
Those actions taken by the Finish button the first time... is it possible to detect they've already been done? In other words, do they write specific values to a database that can only be written by the Finish button's code? If so, then put code in your Finish button's click code to see if those values are already in the database before writing them again, and abort the write if they are found. You can't do this in the Page_Load, because that isn't called when the user hits the
Posted to
State Management
(Forum)
by
RSewell
on 12/12/2007
Re: ASPSessionVar
Thanks, Haissam. We are using Forms authentication, and my web.config file has the following lines: <authentication mode= "Forms" > <forms timeout= "20" name= ".myFormsName" loginUrl= "subfolder/login.aspx" slidingExpiration= "true" /> </authentication> <authorization> <allow users= "*" /> </authorization> <sessionState timeout= "20" mode= "InProc" ></sessionState> Oh, and
Posted to
State Management
(Forum)
by
RSewell
on 12/7/2007
Page 1 of 4 (40 items) 1
2
3
4
Next >
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online