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:772838
More Search Options
RSS Available
Matching Posts
Re: how to send email based on regular schedule in asp.net 2.0???
You can take a look at these articles to solve your problems: Build A Task Scheduler In ASP.NET Simulate a Windows Service using ASP.NET to run scheduled jobs both approaches could help yuo and they both have their advantages and problems... Best is to examine them and find your own way of doing this..
Posted to
Getting Started
(Forum)
by
spavkov
on 5/4/2008
Re: How to work with panels or an alternative to scale a website
What you could do is use CSS styles and DIVs to create a page layout that will resize automatically when browser windows is resized. Take a look at this short but very informative video tutorial: How to work with panels or an alternative to scale a website
Posted to
Getting Started
(Forum)
by
spavkov
on 5/3/2008
Re: Data population from one page to another
This is also article that can help: Cross Page Postbacks in ASP.NET
Posted to
Getting Started
(Forum)
by
spavkov
on 5/3/2008
Filed under: cross page postbacks asp.net
Re: where from download and install silverlight ?
Hi, You have installed the Silverlight browser plugin which enables you to view Silverlight content in web browsers... In order to develop Silverlight applications you need to install the Silverlight SDK, which can be found here: http://www.microsoft.com/downloads/details.aspx?familyid=4E03409A-77F3-413F-B108-1243C243C4FE&displaylang=en
Posted to
Getting Started
(Forum)
by
spavkov
on 5/3/2008
Filed under: silverlight silverlight2 asp.net .net
Re: AppSettings
Hi, its not true its read only. Here is how you can programmatically edit your Web Application web.config file and add key and value to your appSettings section: make sure you import this: using System.Configuration; using System.Web.Configuration; and then use this code: Configuration config = WebConfigurationManager .OpenWebConfiguration(Request.ApplicationPath); config.AppSettings.Settings.Add( "username" , "secretUserName" ); config.Save( ConfigurationSaveMode .Modified);
Posted to
Configuration and Deployment
(Forum)
by
spavkov
on 4/20/2008
Re: ASP.NET 2.0 - Accessing controls in the previous page
Yes we can use Session, Cookies or QueryString to pass information from page to page, but it is not considered a good coding practice since you have the built-in mechanisms in ASP.NET 2.0 to transfer any information from one page to the other. Here is the detailed article on the Cross Page Postbacks and how to use them to pass information from page to page, and how to access controls and properties from previous page. Hope it helps some newbie developers...
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
spavkov
on 4/20/2008
Re: passing user input from one asp page to another
Nice post. Here is a detailed information on Cross Page Postbacks in ASP.NET for all the beginner developers struggling with this.
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
spavkov
on 4/20/2008
Re: FAQ: Why do dynamic controls disappear on postback and not raise events?
This subject is always problematic to the beginner asp.net developers and this post does a good job clearing things out. Thumbs Up.
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
spavkov
on 4/20/2008
Re: How to enable (asp:PasswordRecovery)
Im glad i could help. All best, Slobo
Posted to
Security
(Forum)
by
spavkov
on 4/18/2008
Re: How to enable (asp:PasswordRecovery)
to customize the email to be sent use this: <MailDefinition BodyFileName="~/PasswordRecoveryMail.txt" From="webmaster@blabla.com" Subject="Your new password"> </MailDefinition> and in PasswordRecoveryMail.txt file (file must be is in your web app root folder because of "~/" in front of filename) you can use placeholders for email and password something like this: Here are your new login credentials: Email: <% UserName %> Password: <% Password
Posted to
Security
(Forum)
by
spavkov
on 4/18/2008
Page 1 of 3 (26 items) 1
2
3
Next >
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Channel 10:
What Azure Looks Like
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online