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:58
More Search Options
RSS Available
Matching Posts
Re: Problem with UpdatePanel/UpdateProgress
I think you can control the timeout by setting the AsyncPostBackTimeout property of the ScriptManager object to the same amount of time that your page is allowed to run. This would set it to 10 minutes: <asp:ScriptManager runat="Server" ID="_ScriptManager" AsyncPostBackTimeout="600" />
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
jeffwids
on 3/4/2009
Re: Resfresing part of a web page in ASP.NET
One way to do this is to use AJAX - Asynchronous Javascript and Xml. Essentially you would use javascript on the client side to refresh a div based upon a client action. Search the web for Ajax and you will find a lot of resources.
Posted to
Getting Started
(Forum)
by
jeffwids
on 9/22/2005
Re: can't localize default.master
You cannot use implicit localization for global resources. Instead you have to set the resx resource file and name explicitly: < asp : Literal runat ="server" Text =" <%$ Resources:[.resx filename], [resource string name]%> " /> for your example it would look like: < asp : Literal runat ="server" Text =" <%$ Resources:Resource, lblCZ%> " /> Also, asp.net creates a strongly typed object for global resources. In your code for the master page you could set the text of the label
Posted to
Personal Site Starter Kit
(Forum)
by
jeffwids
on 9/22/2005
Re: Personalization LocalSqlServer Setting Encryption Question
Check out this msdn article: http://msdn2.microsoft.com/en-us/library/ms178372 I have not tried this but it looks like you can use aspnet_regiis.exe to encrypt the connection strings in the web.config using the aspnet_regiis -pe command line option.
Posted to
Web Parts and Personalization
(Forum)
by
jeffwids
on 9/22/2005
Re: ASP.Net V2 application will not work on web server
Yes, that is the beta 2 version of the .net framework 2.0.
Posted to
Installation and Setup
(Forum)
by
jeffwids
on 9/15/2005
Re: ASP.Net V2 application will not work on web server
That is a really old build of 2.0. You should definitely upgrade to the latest build (or at least the Beta 2 - I think the version # for Beta2 is 2.0.50215). Also, I am not sure how well that build will uninstall. You may need to rebuild your machine.
Posted to
Installation and Setup
(Forum)
by
jeffwids
on 9/15/2005
Re: Sharing Master Page between applications
Scott Guthrie wrote a great blog post about something like this recently: http://weblogs.asp.net/scottgu/archive/2005/08/28/423888.aspx. Check it out and see if there is something in there that you can use. It does talk about reusing pages and master pages.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
jeffwids
on 9/15/2005
Re: 'type=' attribute in link tag renders as 'text=' when using themes
This was a bug in Beta 2 and has been fixed since then: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=1f8040a7-4566-47ac-9b01-1cca0943efdd
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
jeffwids
on 9/15/2005
Re: Querying user profiles?
Try asking this under the personalization forum (http://forums.asp.net/143/ShowForum.aspx). You may get a better answer from people in that forum. But I would think that this is not possible with the default SQL profile provider. If you look at how the data is stored in the database table you will notice that for a single profile all of the property names and all of the property values are stored in a single ntext column each. So it would not be possible to query this column directly in SQL. Each
Posted to
Getting Started
(Forum)
by
jeffwids
on 9/15/2005
Re: add a background image for the whole page
You should do this in the default.css file. Look for the body tag and update it with the background-image url that you have created. body { background-color: #656565; >>>> background-image: url(Images/background.gif); background-repeat: repeat; margin: 0; padding: 0; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; color: #FFFFFF; } Or you can just replace the background.gif with your image named the same. To see how this is done, compare the white
Posted to
Personal Site Starter Kit
(Forum)
by
jeffwids
on 9/14/2005
Page 1 of 6 (57 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online