DotNetShoutout - Upcoming stories
2
Shouts

Export Gridview to Excel « Ramani Sandeep's Blog

posted by sandy060583sandy060583 889 days, 15 hours, 25 minutes ago
Thursday, December 17, 2009 4:18:16 PM GMT
Export Gridview to Excel Posted by Ramani Sandeep on April 7, 2009 The focus of the article is the Export to Excel functionality – the Gridview and it’s data binding are only for demonstrating the Export functionality.The code fragments for the Export to Excel functionality below are not linked to the backend structure and can be re-used across projects for the common functionality provided. De... (more)
category: ASP.NET | clicked: 1 | comment | | source: ramanisandeep.wordpress.com
tags: Export Gridview to Excel
2
Shouts

Scrolling News Web Control using ASP.Net and C# Posted by Ramani Sandeep on January 6, 2009

posted by sandy060583sandy060583 889 days, 15 hours, 26 minutes ago
Thursday, December 17, 2009 4:17:01 PM GMT
On many of the web portals/sites it is observed that latest news start scrolling from right to left. To do this need to write JavaScript in detail, there could be number of storing news format. I have written this web control to avoid extensive use of JavaScript by using Marquee at server side. I have tested this application on following browsers: Internet Explorer 6.0 Netscape Navigator 7.2 Mozilla Firefox 1.5 So no need to worry much about cross browser performance issue, it work simply great on ... (more)
category: ASP.NET | clicked: 6 | comment | | source: ramanisandeep.wordpress.com
tags: Scrolling News Web Control using ASP.Net and C#
2
Shouts

Programming the web.config File Using C# « Ramani Sandeep's Blog

posted by sandy060583sandy060583 889 days, 15 hours, 28 minutes ago
Thursday, December 17, 2009 4:15:19 PM GMT
Programming the web.config File Using C# Posted by Ramani Sandeep on April 7, 2009 What Is web.config? The web.config file is the application’s configuration file. It is typically used to configure an ASP.NET Web application and define the configuration settings for the Web application. It typically contains the application-wide settings, such as database connection string, culture settings, authentication, ... (more)
category: ASP.NET | clicked: 0 | comment | | source: ramanisandeep.wordpress.com
2
Shouts

Display Hierarchical Data with TreeView in ASP.NET 2.0 « Ramani Sandeep's Blog

posted by sandy060583sandy060583 889 days, 15 hours, 29 minutes ago
Thursday, December 17, 2009 4:14:16 PM GMT
Display Hierarchical Data with TreeView in ASP.NET 2.0 Posted by Ramani Sandeep on April 18, 2009 I’m going to provide a simple example how to display hierarchical data from SQL Server database in the TreeView. A requirement is that the implementation should not be dependant on the hierarchy level in the database. It means that the TreeView implementation should be capable of displaying dat... (more)
category: ASP.NET | clicked: 1 | comment | | source: ramanisandeep.wordpress.com
2
Shouts

Hide/Change Sort expression link in gridview « Ramani Sandeep's Blog

posted by sandy060583sandy060583 889 days, 15 hours, 34 minutes ago
Thursday, December 17, 2009 4:09:27 PM GMT
Hide/Change Sort expression link in gridview Posted by Ramani Sandeep on November 27, 2009 Today I was reading www.asp.net forums for some Q/A  & I found one interesting Query regarding Gridview sorting. So I feel that let me share it with others also. Query Posted by Kamran Shahid I am using built in sorting in gridview. The links on the headers column shows like javascript:__doPostBack(‘... (more)
category: ASP.NET | clicked: 0 | comment | | source: ramanisandeep.wordpress.com
2
Shouts

Loading Bitmaps: DoEvents and the closure pattern

posted by mikeukmikeuk 889 days, 20 hours, 6 minutes ago
Thursday, December 17, 2009 11:36:55 AM GMT
Sometimes loading a bitmap causes an asynchronous download and you have to wait for it to complete before using it - but how best to wait? The standard solution is to use an event but this breaks what would otherwise be a sequential flow. Can reinventing DoEvents save the day or is the closure pattern a better bet? (more)
category: Foundation | clicked: 0 | comment | | source: www.i-programmer.info
tags: WPF, doevents, closure, bitmaps
4
Shouts

Web Devlopement Help: Traversing an Html table with Javascript

posted by kirankkirank 889 days, 21 hours, 47 minutes ago
Thursday, December 17, 2009 9:55:37 AM GMT
This article will introduce you on how to get html table content using DOM Inteface, ones we create an Table on html and suppose we need to retive that table content on server side, on any purpose then this will helps you.you can refer this its really nice way to parse the html table and get the content on same . mozilla developer has given a good link on ,how to create a DOm interface for table structure sample example: 1. lets create a Table now create a Dom inteface to read this t... (more)
category: UX | clicked: 0 | comment | | source: webdevlopementhelp.blogspot.com
tags: JavaScript, CSS, HTML
2
Shouts

Intersoft Solutions Releases WebUI Studio 2009 R2

posted by jemmyjemmy 890 days, 1 hour, 49 minutes ago
Thursday, December 17, 2009 5:54:15 AM GMT
Intersoft Solutions today announced the immediate availability of WebUI Studio 2009 R2, the world’s most advanced and innovative presentation layer toolkit for Microsoft ASP.NET and Microsoft Silverlight application development. Fully loaded with many new and exciting features, aesthetically appealing visual themes, and various time-saving development features, WebUI Studio 2009 R2 delivers on a simple premise: to help developers build a powerful enterprise Web-based solution in the most time-sensitive a... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.intersoftpt.com
tags: intersoft, Silvelight, Interfaces, data, Presentation Layer, Ajax, ASP.NET
8
Shouts

Innovation Showcase : Moving to SQL Azure? It’s Easy

posted by wzackwzack 890 days, 6 hours, 50 minutes ago
Thursday, December 17, 2009 12:52:58 AM GMT
Moving to SQL Azure? It’s Easy Don’t take my work for it. Take a look at this blog post by David Ramel of 1105 Media Inc.  In it David explains how easy it was to migrate an existing SQL Server database into SQL Azure running on Windows Azure and get an on-premise application talking to database in the cloud using the new database migration Script Wizard. David also incorporated data from Dallas, the new Microsoft public data repository in the cloud.  Dallas is Microsoft’s Information... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
8
Shouts

Innovation Showcase : Adventure-Works Database for SQL Azure

posted by wzackwzack 890 days, 10 hours, 1 minute ago
Wednesday, December 16, 2009 9:41:46 PM GMT
Adventure-Works Database for SQL Azure It is a delight to announce the availability of the Adventure-Works Community Sample Databases for SQL Azure.  You can download the scripts and data files from CodePlex... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
2
Shouts

Working with ASP.NET GridView binding using List , ClientIDMode in ASP.NET4 | syntaxhelp.com

posted by himanethimanet 890 days, 13 hours, 1 minute ago
Wednesday, December 16, 2009 6:42:12 PM GMT
SQL ServerASP.NETASP.NET - Encryption using Forms Authentication ASP.NET - Working with Connection String Encryption and Decryption in Web.Config ASP.NET - Working with Controls -Resetting Form ControlsWorking with ASP.NET GridView binding using List , ClientIDMode in ASP.NET4Working with GridView - Changing cell /row/text color based on conditionC#.NETJava ScriptLINQMSDOSOracleVB.NET WPFOther TechnologiesContribute (more)
category: ASP.NET | clicked: 0 | comment | | source: syntaxhelp.com
tags: ASP.NET4, gridbinding, Clientidmode
2
Shouts

SQL Server - Working with IDENTITY INCREMENT property | syntaxhelp.com

posted by anilnairindanilnairind 890 days, 14 hours, 45 minutes ago
Wednesday, December 16, 2009 4:58:25 PM GMT
SQL ServerSQL AzureSQLCMDSQL Server CEAdding DatesCreating and Using a Number TableLinked ServerSQL Server - Aggrigration of strings using TSQLSQL Server - IDENTITYSQL Server - Working with IDENTITY INCREMENT propertySQL Server - Working with IDENTITY SEEDsSQL Server - Working with IDENTITY related DMVsSQL Server - MERGE ExampleSQL Server - Reading information from an XML document using OPENXMLSQL Server - User Defined Table TypesSQL Server - Using Row ConstructorsSQL Server - Using the PIVOT operatorSQL... (more)
category: SQL | clicked: 0 | comment | | source: syntaxhelp.com
2
Shouts

SQL Server - Working with IDENTITY related DMVs | syntaxhelp.com

posted by anilnairindanilnairind 890 days, 14 hours, 46 minutes ago
Wednesday, December 16, 2009 4:57:15 PM GMT
SQL ServerSQL AzureSQLCMDSQL Server CEAdding DatesCreating and Using a Number TableLinked ServerSQL Server - Aggrigration of strings using TSQLSQL Server - IDENTITYSQL Server - Working with IDENTITY INCREMENT propertySQL Server - Working with IDENTITY SEEDsSQL Server - Working with IDENTITY related DMVsSQL Server - MERGE ExampleSQL Server - Reading information from an XML document using OPENXMLSQL Server - User Defined Table TypesSQL Server - Using Row ConstructorsSQL Server - Using the PIVOT operatorSQL... (more)
category: SQL | clicked: 0 | comment | | source: syntaxhelp.com
2
Shouts

Hide/Show control on a page | syntaxhelp.com

posted by anilnairindanilnairind 890 days, 14 hours, 47 minutes ago
Wednesday, December 16, 2009 4:56:21 PM GMT
SQL ServerASP.NETC#.NETJava ScriptHide/Show control on a pageHow to display a message with Java scriptJava Script - Get Scrolling on the title of the webPageJava Script - Retrieving the position of an objectJavaScript - Hide status bar messageJavaScript - to get animated status bar as scrolling Javascript - Handling the browser close eventValidating UserInputLINQMSDOSOracleVB.NET WPFOther TechnologiesContribute (more)
category: ASP.NET | clicked: 0 | comment | | source: syntaxhelp.com
2
Shouts

Could not load type Microsoft.TeamFoundation.WorkItemTracking.Client.workItemTypeDeniedOrNotExistException

posted by PraveenPraveen 890 days, 17 hours, 11 minutes ago
Wednesday, December 16, 2009 2:31:53 PM GMT
This is the exception we are getting when we try to view the workitems from the Team explorer in visual studio. The problem is, you installed the team explorer after you installed the Visual studio 2008 SP1. Because of this, all the workitem related dll’s are not referenced correctly. And result is below exception message. Resolution: To fix this issue, we just need to reinstall the visual studio sp1. So, the order should beVisual StudioTeam ExplorerVisual Studio SP1 Hope this helps to the people who ... (more)
category: Foundation | clicked: 3 | comment | | source: praveenbattula.blogspot.com
tags: TFS, exception
2
Shouts

How to dynamically adjust an iframe’s height? « Ramani Sandeep's Blog

posted by sandy060583sandy060583 890 days, 19 hours, 32 minutes ago
Wednesday, December 16, 2009 12:11:26 PM GMT
How to dynamically adjust an iframe’s height? Posted by Ramani Sandeep on December 16, 2009 Last day when I was using iframe in one of my project , i came across one problem & I have solved it now. so I think why not to share with you all. I was looking to display content of the other aspx page inside iframe but i wasnt able to adjust the height of the iframe. so try out this solution to resolve it. Insert iframe on page Use this javascript to resize iframe based on the height &... (more)
category: ASP.NET | clicked: 0 | comment | | source: ramanisandeep.wordpress.com
3
Shouts

Twitter games lets try it

posted by kirankkirank 890 days, 22 hours, 9 minutes ago
Wednesday, December 16, 2009 9:34:31 AM GMT
Programming Help..Skip to ContentHomeLog inEntries RSSComments RSSTwitter games lets try it 16Dec kirankamble API, Ajax, Twitter I have seen many games , but couple of days i found very intersteing game whcch is base on Twitter-based web. there are many games , but here i found some very nice games, Its really nice whenever you achieve things within a game , it get notify your twitter followers. 1.SNODS: Social Networks Online Defense it has many features that will want to play whenver you boot up ... (more)
category: UX | clicked: 0 | comment | | source: kirank.blog.com
tags: Twitter Games, Games, Twitter
2
Shouts

Server Backup On The Cheap: Backup For Less Than $10.00 A Year - Nick Berardi's Coder Journal

posted by http://www.managedfusion.com/http://www.managedfusion.com/ 891 days, 2 hours, 41 minutes ago
Wednesday, December 16, 2009 5:02:06 AM GMT
I have started and stopped this post probably about 10 times now.  I just didn’t feel it was that interesting.  But there probably isn’t a better time to capitalize on this post than this week, because of a certain fewwidelyknown bloggers, who should have known better, and had their websites go down with out any backups.  It’s not as flash as Robs method, but it has worked very well for my WordPress, MySQL, and Windows deployment for 2 and 1/2 years.  So here is the original post. This method of b... (more)
category: SQL | clicked: 0 | comment | | source: www.coderjournal.com
tags: How to back up your database
2
Shouts

TSQL Challenge 19 - Working with consolidated calculations on hierarchical structures

posted by anilnairindanilnairind 891 days, 14 hours, 21 minutes ago
Tuesday, December 15, 2009 5:21:54 PM GMT
Working with hierarchies is almost always lot of fun for most of us. Traversing heirarchies and processing data from child or parent nodes is really interesting and such assignments are ideal opportunities to test your logic and query writing skills. (more)
category: SQL | clicked: 0 | comment | | source: beyondrelational.com
2
Shouts

SQL Server - MERGE Example | syntaxhelp.com

posted by anilnairindanilnairind 891 days, 14 hours, 25 minutes ago
Tuesday, December 15, 2009 5:18:11 PM GMT
SQL ServerSQL AzureSQLCMDSQL Server CEAdding DatesCreating and Using a Number TableLinked ServerSQL Server - Aggrigration of strings using TSQLSQL Server - IDENTITYSQL Server - MERGE ExampleSQL Server - Reading information from an XML document using OPENXMLSQL Server - User Defined Table TypesSQL Server - Using Row ConstructorsSQL Server - Using the PIVOT operatorSQL Server - Using the UNPIVOT OperatorSQL Server BackupSQL Server Common Table Expressions (CTEs)SQL Server DATE calculationsSQL Server Mirror... (more)
category: SQL | clicked: 0 | comment | | source: syntaxhelp.com