Stories recently tagged with 'ASP.NET' Subscribe to this feed

Solution for Master Page Image Display Problem in Asp.net (blog.wickasitha.com)

submitted by wickasithawickasitha(20) 16 hours, 34 minutes ago

A simple solution to problem is to define relative path for images inside master page. read more...

add a comment | category: | Views: 3

tags: another

Send Email from Gmail in .net (blog.wickasitha.com)

submitted by wickasithawickasitha(20) 16 hours, 37 minutes ago

Send Email from Gmail read more...

add a comment | category: | Views: 4

tags: another

Multi-tenancy and ASP.NET MVC - Views with a ViewEngine (codeofrob.com)

submitted by robashtonrobashton(65) 17 hours, 32 minutes ago

Carrying on the series by talking about View Engines and how to use one to allow modules to provide their own views read more...

add a comment | category: | Views: 6

tags: another

ASP.NET Regenerate .designer.cs (blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(4865) 1 day, 7 hours ago

Your ASPX or ASCX .designer.cs file stopped being generated by Visual Studio and you don't know why? Here is a little trick for you. read more...

add a comment | category: | Views: 5

tags: another

ASP.NET MVC security checklist (codevanced.net)

published 2 hours, 35 minutes ago, submitted by andreisterandreister(45) 1 day, 12 hours ago

ASP.NET security checklist from a "think-like-a-hacker" perspective: steps one might want to go through once development is done. read more...

add a comment | category: | Views: 55

tags: another

Asp.net GridView Calendar [ Visual Basic Knowledgebase ] (www.vbknowledgebase.com)

submitted by pons_saravananpons_saravanan(95) 1 day, 19 hours ago

Unlike other controls, calendar is taking too much of space for its usage. In most of the applications calendar will be hidden just after selecting the date. Earlier days in classic asp, we used a popup to load it on demand (sometimes used inline as well). Here in this sample we are going to use a calendar control inside a GridView’s TemplateField. To make it close to real time, I have added a Textbox and a button to pop the calendar. read more...

add a comment | category: | Views: 5

tags: another

Back to Basics – Using MasterType Directive (blogs.microsoft.co.il)

submitted by gilfgilf(1458) 1 day, 19 hours ago

This post is a result of a question that I got from one of the developers that I work with. The question was how to use master page properties from an ASP.NET page. read more...

add a comment | category: | Views: 3

tags: another

ASP.NET redirect a web page with AJAX loading indicator image (blog.ysatech.com)

submitted by bryiantanbryiantan(80) 2 days, 9 hours ago

There are times when the web pages that the web applications are redirecting to, might take some time to response or load. For instance, after the users successfully login into a web application, the application will redirect the request to the home page. Imagine that, if the mentioned page contains a dashboard and many personalized WebParts. The requested web page might take some time to respond depending on the users Internet connection speed and the amount of network traffic at any given time. read more...

add a comment | category: | Views: 6

tags: another

Using XSLT to display an ASP.net sitemap without using tables (cyotek.com)

submitted by cyotekcyotek(10) 2 days, 13 hours ago

An article on using a basic XSLT transformation to display ASP.net sitemap files in clean and simple markup, without having to use ASP.net's TreeView control. read more...

add a comment | category: | Views: 6

tags: another

WebForms Routing in ASP.NET 4 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1020) 4 days, 7 hours ago

This post explains about WebForms routing features available in ASP.NET 4. Routing feature originally designed for ASP.NET MVC and now available for Webforms as well. You need to install Visual Studio 2010 ultimate beta2 to try the routing features in ASP.NET 4. read more...

add a comment | category: | Views: 5

tags: another

Moving data between two ListBoxes - Difference between jQuery 1.3.2 an (www.dotnetcurry.com)

published 13 hours, 5 minutes ago, submitted by malcolmsmalcolms(698) 5 days ago

The following article demonstrates the benefit in using jQuery 1.4 over 1.3.2 when you need to move data between two select elements. read more...

add a comment | category: | Views: 110

tags: another

oEmbed API Wrapper for .Net Released (www.willstrohl.com)

submitted by hismightinesshismightiness(520) 5 days, 22 hours ago

I happened across a REST standard for importing remote content today called oEmbed. It uses REST to display embedded content from other websites. This specific method avoids (but doesn’t get rid of) XSS issues that are experienced with importing content from other websites. Using either JSON or XML, you make a GET request using the oEmbed standard, which will return the remote content that you can embed into your own website. read more...

add a comment | category: | Views: 5

tags: another

Dynamic Metadata using ASP.NET 4.0 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1020) 6 days, 9 hours ago

This post explains about Dynamically assigning Metadata to a page using code behind in ASP.NET 4.0. Metadata is so important as Search engine optimization considers Metadata keywords and description to index the page. If you can dynamically assign the metadata to your page then search engine can easily analyze and puts the page in results list. read more...

add a comment | category: | Views: 9

tags: another

BlogEngine.NET 1.6 is Released (code2code.info)

submitted by quachnguyenquachnguyen(319) 6 days, 11 hours ago

The team is proud to announce the release of BlogEngine.NET version 1.6. With several new features and numerous improvements and bug fixes, this is a must upgrade version for current BlogEngine.NET users and those interested in entering the blog scene. read more...

add a comment | category: | Views: 27

tags: another

ASP.NET MVC View Model object using C# 4 dynamic and ExpandoObject (weblogs.asp.net)

submitted by mvcguymvcguy(45) 6 days, 20 hours ago

How to use view model objects by using the C# 4 dynamic and ExpandoObject. read more...

add a comment | category: | Views: 7

tags: another

Take Control of Your Web.Config (derans.blogspot.com)

published 9 hours, 20 minutes ago, submitted by deransderans(94) 6 days, 21 hours ago

After reading a Paul Sheriff article in CODE Magazine, I ended up creating a base WebConfig class to handle getting values out of my web.config. I’ve hated the ConfigurationManager.AppSettings since they deprecated it from ConfigurationSettings.AppSettings. So now I have my own GetAppSetting so I never have to worry about it again. My base class looks like this: read more...

1 comment | category: | Views: 179

tags: another