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:715634
More Search Options
RSS Available
Matching Posts
Re: How to keep the browser from saving passwords from my web site
add autocomplete="off" to the attributes of your form e.g.
Posted to
Web Forms
(Forum)
by
ilivewithian
on 1/20/2009
Re: upload and store pdf file into sql
You need to look at blob columns, they allow storage of binary data.
Posted to
Getting Started
(Forum)
by
ilivewithian
on 1/20/2009
Invalid Viewstate when stored in session
I take my viewstate and store it in the session, the code to do this is very simple: Protected Overrides Function LoadPageStateFromPersistenceMedium() As Object Return Session(Me.Request.Form("ViewStateSessionId")) End Function Protected Overrides Sub SavePageStateToPersistenceMedium(ByVal state As Object) Dim viewstateSessionId As String = Me.Request.Form("ViewStateSessionId") If String.IsNullOrEmpty(viewstateSessionId) Then viewstateSessionId = Guid.NewGuid().ToString() End
Posted to
State Management
(Forum)
by
ilivewithian
on 1/20/2009
Re: My standard message display routine occasionally fails
You could try changing your code to ((Page)HttpContext.Current.Handler).RegisterStartupScript( ...
Posted to
Client Side Web Development
(Forum)
by
ilivewithian
on 1/12/2009
Looking for class diagram tools
I have just been passed an asp .net 1.1 application. It's large and seemingly overly complex, I'm trying to find some tools that will generate some UML diagrams to help me understand what on earth is going on. Does anyone know of any good UML tools that will generate a class diagram based on an existing code base / assembly? I'm not fussed if they integrate into VS 2003 of if they stand alone. Thanks
Posted to
Free For All
(Forum)
by
ilivewithian
on 1/12/2009
Re: How do i navigate to the root site ?
Yes you will need to use the full URL.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
ilivewithian
on 12/21/2008
Re: Getting the AutoCompleteExtender to display arbitrary html
Thanks, but that wasn't what I was after. I've done some hacking around and in the end I edited the controls. What I did is here http://theoldsewingfactory.wordpress.com/2008/12/11/arbitrary-html-in-the-autocompleteextender/
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ilivewithian
on 12/11/2008
Getting the AutoCompleteExtender to display arbitrary html
Hi, I am trying to get the AutoCompleteExtender to display arbitrary html in the results. I have tried simply passing back the div's that I want, but they seem to be escaped back to text. Is there a way around this? Failing that, is there another control that people know about that will give me this behaviour? Thanks.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ilivewithian
on 12/2/2008
Re: how to poll the URL for every 1 sec using web service
Can something like this be used to help you? < asp : UpdatePanel ID ="UpdatePanel1" runat ="server" UpdateMode ="Conditional"> < Triggers > < asp : AsyncPostBackTrigger ControlID ="Timer1" EventName ="Tick" /> </ Triggers > < ContentTemplate > < asp : Image ID ="imgVideo" runat ="server" ImageUrl = http://172.18.51.140/cgi-bin/video.jpg ></ asp : Label > </ ContentTemplate > <
Posted to
XML Web Services
(Forum)
by
ilivewithian
on 11/17/2008
A bit stuck with Business Intelligence Development Studio 2008
I'm trying to install Business Intelligence Development Studio 2008, I already have VS 2005, VS 2008, SQL MGT 2005 SQL MGT 2008 and BIDS 2005, but I can't see how to get BIDS 2008 installed, where should I look for it? I can't see it as an option on any of the DVD's I have. I'm guessing it's obvious, but I can't see what I'm looking for. Thanks
Posted to
SQL Server Reporting Services
(Forum)
by
ilivewithian
on 11/17/2008
Page 1 of 27 (263 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online