Blue Ray Plus - Latest Technology News - Upcoming stories
1
Ups

Displaying a Wizard : Wizard « ASP.net Controls « ASP.NET Tutorial

posted by adminadmin 16 days, 6 hours, 2 minutes ago
Friday, May 03, 2013 9:26:28 AM GMT
HomeASP.NET Tutorial1.ASP.Net Instroduction2.Language Basics3.ASP.net Controls4.HTML Controls5.Page Lifecycle6.Response7.Collections8.Validation9.Development10.File Directory11.Sessions12.Cookie13.Cache14.Custom Controls15.Profile16.Configuration17.LINQ18.ADO.net Database19.Data Binding20.Ajax21.Authentication Authorization22.I18N23.Mobile24.WebPart25.XMLASP.NET Tutorial » ASP.net Controls » Wizard 3.29.1.Displaying a WizardActiveStep:                 get the active WizardStep control. ActiveStepIndex... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.java2s.com
tags: ASP.NET, Wizard
1
Ups

ASP.NET AJAX Timer

posted by adminadmin 16 days, 6 hours, 4 minutes ago
Friday, May 03, 2013 9:24:13 AM GMT
If you’ve made much use of the ASP.NET AJAX Timer control, you may have noticed that it can behave somewhat unexpectedly. In this post, I’m going to take a closer look at how the Timer works and the most significant factor that influences it: Location. Where the timer is placed on the page actually varies how it operates. As a Timer’s delay interval approaches the processing time of its resulting PostBack, the difference that the Timer’s location makes becomes very significant. Warning: Timers and ... (more)
category: ASP.NET | clicked: 0 | comment | | source: encosia.com
tags: ASP.NET AJAX Timer
1
Ups

Ajax Timer Control

posted by adminadmin 16 days, 6 hours, 5 minutes ago
Friday, May 03, 2013 9:23:08 AM GMT
Introduction In this tutorial you will update part of a Web page at a timed interval by using three Microsoft ASP.NET 2.0 AJAX Extensions server controls: the ScriptManager control, the UpdatePanel control, and the Timer control. Adding these controls to a page eliminates the need to refresh the whole page with each postback. Only the contents of the UpdatePanel control will be updated.  For more information about partial-page rendering, see Partial-Page Rendering Overview. To implement the procedures... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.asp.net
tags: Ajax Timer Control
1
Ups

datepicker with ASP.net

posted by adminadmin 16 days, 6 hours, 7 minutes ago
Friday, May 03, 2013 9:21:11 AM GMT
ASP.NET Sign In|JoinHomeGet StartedDownloadsWeb PagesWeb FormsMVCSolutions FRAMEWORKSWeb PagesWeb FormsMVCEntity FrameworkTECHNOLOGIESWeb APISingle Page ApplicationAjaxMobileSignalRCURRENT RELEASESLatest Release 2012.2ASP.NET 4.5ASP.NET MVC 4ASP.NET Web Pages 2 Get Help:Ask a Question in our Forums|Report a Bug|More Help ResourcesCommunityForumsHome/ASP.NET Forums/General ASP.NET/jQuery for the ASP.NET Developer/Using datepicker with ASP.net13 replies Last post Jul 30,... (more)
category: ASP.NET | clicked: 0 | comment | | source: forums.asp.net
tags: datepicker with ASP.net
1
Ups

ASP.NET Wizard Control – Navigation on Top and Bottom | Moulder's Net

posted by adminadmin 16 days, 6 hours, 12 minutes ago
Friday, May 03, 2013 9:16:24 AM GMT
← Game Completion UpdatesRoxio Track XML Randomizer (Windows Powershell) →ASP.NET Wizard Control – Navigation on Top and BottomPosted onbynschelin Came across an issue – needed the Previous/Next/Finish buttons on the top/bottom of an ASP.NET Wizard Control. I hadn’t seen this anywhere else other than SharePoint nor did see where this could be done inherently.  I’ve only reviewed basic functionality in IE 8 & FF 3.6, but I imagine it works fairly similar in other browsers or with some minor modificati... (more)
category: ASP.NET | clicked: 0 | comment | | source: mouldernet.wordpress.com
tags: Wizard
1
Ups

ASP.NET 2.0 Wizard Control - ScottGu's Blog

posted by adminadmin 16 days, 6 hours, 16 minutes ago
Friday, May 03, 2013 9:11:54 AM GMT
ASP.NET 2.0 Wizard Control One of the useful new controls in ASP.NET 2.0 is the (more)
category: ASP.NET | clicked: 0 | comment | | source: weblogs.asp.net
tags: Wizard
1
Ups

asp.net example: Wizard example: how to use Wizard control in asp.net

posted by adminadmin 16 days, 6 hours, 20 minutes ago
Friday, May 03, 2013 9:08:38 AM GMT
Wizard example: how to use Wizard control in asp.net Wizard is a Standard ToolBox Control. Here i show a simple example of Wizard Control. Simple Use First create a Web Form name Wizard.aspx. Then add a Wizard control. After this add few WizardStep as you need. Here I add four WizardStep which ask a visitor his name, city, favorite color and favorite development tool. In the final step i present the result. The source code of Wizard.aspx file is below. MultiView example: how to use MultiView contro... (more)
category: ASP.NET | clicked: 0 | comment | | source: asp-net-example.blogspot.in
tags: ASP.NET, Wizard
1
Ups

Creating a Step-by-Step User Interface with the ASP.NET 2.0 Wizard Control: The Basics - 4GuysFromRolla.com

posted by adminadmin 16 days, 6 hours, 22 minutes ago
Friday, May 03, 2013 9:06:08 AM GMT
By Scott Mitchell Introduction The wizard - a standard user interface element in desktop applications - takes the user through a series of discrete steps in order to accomplish some task. A wizard step typically includes instructions, input controls, and an interface for moving between the wizard's steps (typically Next and Previous buttons, with a Finish button at the last step). Furthermore, wizards often include different steps depending on the inputs chosen in previous steps. Wizards have typicall... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.4guysfromrolla.com
tags: asp.net wizard
1
Ups

Returning Multiple Models in 1 View in ASP.NET MVC3 | The Devigner and Performance Developer

posted by adminadmin 16 days, 6 hours, 30 minutes ago
Friday, May 03, 2013 8:58:38 AM GMT
Many mvc developers where asking on how to return multiple Models on a single view. Well its not that complex,  and here is how I did it. First : Create the models using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace MvcProject.Models { public class FirstModel : IEnumerable (more)
category: ASP.NET | clicked: 0 | comment | | source: francorobles.wordpress.com
tags: mvc3
1
Ups

How to use AJAX ModalPopupExtender in ASP.NET

posted by adminadmin 16 days, 6 hours, 40 minutes ago
Friday, May 03, 2013 8:48:23 AM GMT
ModalPopupExtender provides the functionality of popup without opening the new browser window. ModalPopupExtender works within the same window of web browser that “pops up” on the fixed content of a page. ModalPopup extender control disables the fixed content on the web page, places a layer on it and displays a new web form with other interactive controls to get the user input. Example Code <%... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.studyoverflow.org
tags: AJAX ModalPopupExtender in ASP.NET
1
Ups

ModalPopupExtender

posted by adminadmin 16 days, 6 hours, 41 minutes ago
Friday, May 03, 2013 8:47:41 AM GMT
Congratulations to all the winners of March 2013, they have won INR 2700 cash and INR 24197 worth prizes ! HomeFreshersCareer AdviceArticlesInterviewsVideosForumsCodesBlogsJobsASP.NET MVCCommunityJokesChatMVPs | ASP.NET, WPF, SSIS etc. tutorials | Catalog | Coding Horror | Downloads | Quick Links | Top Posts | Top Authors | .NET News | Bookmarks | Search | Subscribe Online : 600 |  Welcome, Guest!   Register  LoginHome > Articles > ASP.NET AJAX > How to use Ajaxtoolkit ModalPopupExtender in ASP.NE... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: ModalPopupExtender
1
Ups

ModalPopupExtender Control in ASP.NET

posted by adminadmin 16 days, 6 hours, 42 minutes ago
Friday, May 03, 2013 8:46:41 AM GMT
By Rahman Masudur, (more)
category: ASP.NET | clicked: 0 | comment | | source: www.codeproject.com
tags: ModalPopupExtender Control in ASP.NET
1
Ups

How to Display Data in a single view from Multiple Tables : The Official Microsoft ASP.NET Forums

posted by adminadmin 16 days, 6 hours, 43 minutes ago
Friday, May 03, 2013 8:45:52 AM GMT
ASP.NET Sign In|JoinHomeGet StartedDownloadsWeb PagesWeb FormsMVCSolutions FRAMEWORKSWeb PagesWeb FormsMVCEntity FrameworkTECHNOLOGIESWeb APISingle Page ApplicationAjaxMobileSignalRCURRENT RELEASESLatest Release 2012.2ASP.NET 4.5ASP.NET MVC 4ASP.NET Web Pages 2 Get Help:Ask a Question in our Forums|Report a Bug|More Help ResourcesCommunityForumsHome/ASP.NET Forums/General ASP.NET/MVC/How to Display Data in a single view from Multiple Tables3 replies Last post Feb 09, 2... (more)
category: ASP.NET | clicked: 0 | comment | | source: forums.asp.net
tags: MVC4
1
Ups

Buy Microsoft Visual Studio Professional 2012 (32-bit) cheap online at OEM sale

posted by adminadmin 16 days, 7 hours, 48 minutes ago
Friday, May 03, 2013 7:40:44 AM GMT
Buy Microsoft Visual Studio Professional 2012 (32-bit) low cost Mobile phone Get 9AM-5PM PST M-F Obtain On-line for. Microsoft Visible Studio 2012 Specialist. Microsoft Home windows 7 Supreme 32-Little bit Promo Full Version. Visible Studio Skilled 2012 with MSDN.. Buy track record Get + products keys. This internet web site is hosted by Electronic River. &#169 2013 Microsoft.. Real, purchase Microsoft Organization place of work 2012 Home and Business nine.ninety),. Visible Studio Examination ... (more)
category: ASP.NET | clicked: 0 | comment | | source: tercermileniosa.com
tags: Visual Studio
1
Ups

Visual Studio | MSDN

posted by adminadmin 16 days, 8 hours, 35 minutes ago
Friday, May 03, 2013 6:53:10 AM GMT
Skip to main contentSign inHomeSamplesLanguagesExtensionsDocumentationCommunityWelcomeVisual StudioTeam Foundation Server.NET FrameworkGet started for free // Resources to help you build, manage and learn about your appsGet Visual Studio Visual Studio 2012 Trial Download MSDN Subscriber Downloads Visual Studio 2010 Service Pack 1 Visual Studio 2010 SDK Learn Team Foundation Server Visual Basic Visual C# Visual C++ LightSwitch Visual F# .NET Framework JavaScript Start with Visual ... (more)
category: ASP.NET | clicked: 0 | comment | | source: msdn.microsoft.com
tags: Visual Studio
1
Ups

Microsoft Visual Studio Ultimate 2012 Full Version Free Download..! ~ Super Solutions and Services

posted by adminadmin 16 days, 9 hours ago
Friday, May 03, 2013 6:28:21 AM GMT
Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight. Microsoft Visual Studio 2012 Ultimate 11.0.50727.1 Final | | ... (more)
category: ASP.NET | clicked: 0 | comment | | source: supersolutionsandservices.blogspot.in
tags: Microsoft Visual Studio
1
Ups

how to bind Datagridview in windows application using c#.net - ASP.NET,C#.NET,VB.NET,JQuery,JavaScript,Gridview,SQL Server,Ajax,SSRS, XML examples

posted by adminadmin 43 days, 7 hours, 14 minutes ago
Saturday, April 06, 2013 8:14:26 AM GMT
Introduction Here I will explain how to bind Datagridview in windows application using c#.net. Description I have started working on windows application at that time I don’t know how to use Datagridview and other controls. I face some problems to bind data to Datagridview and to other controls that’s why I am writing this post to explain how to bind data to Datagridview in windows application. In windows application binding Datagridview is somewhat different when compared with web application Datagr... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.aspdotnet-suresh.com
tags: window form
1
Ups

c# winforms - passing string variables between forms

posted by adminadmin 43 days, 7 hours, 52 minutes ago
Saturday, April 06, 2013 7:36:26 AM GMT
I put yor code (first part) as bellow: public partial class Form2 : Form { public Form2() { InitializeComponent(); } public string abc { get { return dgv01.CurrentCell.Value.ToString(); } } And then in the closingEvent of Form2: Form1.Label1.Text = Form2.abc; And - nothing happend. Where should I put yor code. I don't wont to have a separate click on Form1 to change label1.Text. I wish to do that automatically - during Form2.Clo... (more)
category: ASP.NET | clicked: 0 | comment | | source: social.msdn.microsoft.com
tags: winforms application
1
Ups

Send values from one form to another form in c# winforms application - Stack Overflow

posted by adminadmin 43 days, 8 hours, 23 minutes ago
Saturday, April 06, 2013 7:05:25 AM GMT
up vote4down votefavorite2 I want to pass values between two Forms (c#). How can I do it? I have two forms: Form1 and Form2. Form1 contains one button. When I click on that button, Form2 should open and Form1 should be in inactive mode (i.e not selectable). Form2 contains one text box and one submit button. When I type any message in Form2's text box and click the submit button, the Form2 should close and Form1 should highlight with the submitted value. How can i do it? Can somebody help me to do t... (more)
category: ASP.NET | clicked: 0 | comment | | source: stackoverflow.com
tags: winforms application
1
Ups

Launch and monitor external programs from .NET

posted by adminadmin 43 days, 8 hours, 30 minutes ago
Saturday, April 06, 2013 6:58:04 AM GMT
VB6 let you launch external programs using the Shell command and you could control the launched program's window style with the windowstyle parameter. lngPID = Shell("c:\...\MyTextFile.txt", vbNormalFocus) To wait for the external program to terminate you could use the WaitForSingleObject API (view the VB6 sample). In VB.NET you can use the Microsoft.VisualBasic.Compatibility namespace and still call the Shell command but there's a better way. Launching an external program. The System.Diagnostics na... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.thescarms.com
tags: window form
Previous 1 2 3 4 5 6 7 8 9 10 ... 16 17 Next