All Tags » asp.net » .NET (RSS)

Browse by Tags

  • Tab Strip

    I wish to use or create a Tab Strip control for an Intranet application, like what you would use when developing a Windows Application. I need this to behave just like a Tab Strip, so that the user can select between different tabs, all on one page. However, when the user moves from one tab to another...
    Posted to Getting Started with ASP.NET (Forum) by dbrook007 on 11-04-2008
  • Accessing SMTP Mail Settings defined in Web.Config File Programmatically

    I needed to read my SMTP email settings defined under system.net section in my web.config file. In order to use eNewsLetter and other SiteAdmin CMS modules that sending email notifications; you can setup your web.config to defind SMTP services settings. Below is one example of SMTP email setting defined...
    Posted to KaushaL.NET (Weblog) by kaushalparik on 09-05-2008
  • site Maintenance

    hi, I got my site live, now if i have to make my site down for maintenance during which end user will see the some apropriate message but i can have access to that site is it possible is yes. what configuarion should i made to achieve this. Thanks & Resga
    Posted to Getting Started with ASP.NET (Forum) by shahid13384 on 08-21-2008
  • Re: Storing and retreiving information from Dictionary

    Dictionary<string,string> controlInfo=new Dictionary<string,string>(); foreach (Control control in Page.Controls) { /* storing client id in view state * if you want to put more information of control, use custom object instead of string */ if(!string.IsNullOrEmpty(control.ID)) controlInfo...
    Posted to Getting Started with ASP.NET (Forum) by Asirul on 06-03-2008
  • PartialCaching, Session Variables and User Control

    Hi All ASP.NET Gurus I am trying to find a way to use Session Variables for caching multiple copies of a user control in a web page. I know we can use QueryString values as well as Control ID's in the VaryByParams option in the user contol file. But what about session variables? That way I do not...
    Posted to Getting Started with ASP.NET (Forum) by JoshC on 03-18-2008
  • Re: Scroll position

    hi sikro, In ASP.NET 2.0 and above you can simply add the MaintainScrollPostionOnPostBack attribute to the Page directive of any specific page: <% Page Language=”C#” … MaintainScrollPositionOnPostback=”true” %> If you would like to apply this behavior to your entire site simply modify the <pages...
    Posted to Getting Started with ASP.NET (Forum) by jitesh on 02-27-2008
  • Re: Generate image using Http handler

    hi there i saw your quote.i found an article just related to your query.Hoping that this will probably solve your Query. Check out the following url. http://msdn.microsoft.com/msdnmag/issues/02/08/WickedCode/default.aspx Any replies or suggestion is most welcome Thank you Jitesh Programmer Sharepoint...
    Posted to Getting Started with ASP.NET (Forum) by jitesh on 02-27-2008
  • Re: Do i need to use server control?

    hi there, i saw your quote i think when you don't require server controls then it's better you don't use it, your programming function will be much more quicker as the control don't have to do a trip to the server. Anty replies or suggestion is most welcome Thank you Jitesh Programmer...
    Posted to Getting Started with ASP.NET (Forum) by jitesh on 02-27-2008
  • How to maintain session betwwen asp and asp.net pages

    Can anyone help me to suggest How to maintain session betwwen asp and asp.net pages? and also give code example that how to access ASP Session in Asp.net . Any replies or suggestion is most welcome. Thank you Jitesh Programmer Sharepoint Consulting
    Posted to Getting Started with ASP.NET (Forum) by jitesh on 02-26-2008
  • Vista Sidebar Gadget for Cruise Control.NET - Explained

    My previous post was about my Vista Sidebar Gadget for Cruise Control.NET. Today I'll drop few lines about the gadget source code. As you see on the diagram in the previous post, the gadget is making http requests to a home made xml web service in order to get the status of the projects registered...
    Posted to Ruslan Trifonov's blog (Weblog) by xman892 on 10-22-2006
Page 1 of 2 (16 items) 1 2 Next >
The leading UI suite for ASP.NET - Telerik radControls
Outstanding performance. Full ASP.NET AJAX support. Nearly codeless development.