Blogs1 - 10 of 107 recent posts for tag:"ASP.NET 2.0"
13
Nov
2009
Telerik.Web.UI.WebResource.axd is missing in web.config - ASP.NET C#

8 days ago by Luis Antonio Alfaro

Hola amigos, Si te gusta los posts en mi blog, por favor sígueme en Twitter bajo @lalfarod para ver mis aportaciones. Esta semana empecé a usar radcontrols de Telerik para la programación de ASP.NET con C# . Por lo tanto iré...( read more)

Luis Alfaro - guatecommunity.net/blogs/lalfaro/default.aspx

Not getting fckEditor value on button click in firebox.

8 days ago by xumi

Question: I am using (FredCK.FCKeditorV2.dll (2.2.2106)) , asp.net 2.0 and Asp.net Ajax. Step 1. Retrieve value from db into fckEditor. Step 2. Put new value in fckeditor. Step 3. Click on save Button. Step 4. Try to retrieve value from fckEditor but receiving the initial values, not getting the new ...

it.rss24h.com - it.rss24h.com · 1 reference

11
Nov
2009
Upload and resize images in high quality

10 days ago by Micro Medic

protected void UploadButton_Click(object sender, EventArgs e) { if (LogoUpload.HasFile) { var extension = Path.GetExtension(LogoUpload.FileName); if (extension == ".gif" || extension == ".jpg") { // write the resized file to the file system File.WriteAllBytes(Server.MapPath(ConfigurationManager.AppS ...

Error Knowledge Base - errors.mmwebserv.com

06
Nov
2009
Color Picker

15 days ago by ramanisandeep

There are lots of way show color picker on web site. Today I was search for such color picker which I want to use it in one of my website. I have searched a lot of color picker that can be useful, so here I m writing about it. ColorPicker AJAX Extender ColorPicker is an ASP.NET AJAX extender that ca ...

Sandy's Blog - ASP.NET - ramanisandeep.wordpress.com · Rank: 176,302 · 2 references

02
Nov
2009
.NET Challenge – for or foreach?

19 days ago by ramanisandeep

Question: for should be used instead of foreach to iterate over collections in performance-critical loops. Answer: True foreach uses an enumerator which can sometimes be slower than the simple iteration of a variable in a for loop. Enumerators, such as those contained in the .NET Framework, have bot ...

Sandy's Blog - ASP.NET - ramanisandeep.wordpress.com · Rank: 176,302 · 2 references

28
Oct
2009
Multiple File Upload using JQuery

24 days ago by ramanisandeep

Introduction In this article I have explained how to upload multiple files using file upload control. I have used jQuery plugin for uploading multiple files. I have also explained how to check for file type, file maximum size limit using jQuery & also using server side validation code. Download the ...

Sandy's Blog - ASP.NET - ramanisandeep.wordpress.com · Rank: 176,302 · 2 references

23
Oct
2009
ASTreeView – A Powerful ASP.Net TreeView Control

29 days ago by ramanisandeep

ASTreeView is a powerful treeview with drag drop, ajax loading, context menu, xml import/export, checkbox, selection, add/editing/deleting nodes with ajax. ASTreeView is developed on .NET framework 2.0. Demo project is a Visual Studio 2005 project. ASTreeView is FREE! That means you can use it anywh ...

Sandy's Blog - ASP.NET - ramanisandeep.wordpress.com · Rank: 176,302 · 2 references

18
Oct
2009
Showing a modal dialog box or form when the application is not running in ...

34 days ago by findingsteve

The full error message is “Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.” This is probably due to you using Msg ...

Steve Finding - stevefinding.wordpress.com

Hide your source code at the browser when hit error

34 days ago by findingsteve

I got a little anxious and embarrassed to see my source code exposed at the browser when I got an error. Managed to find out that this is due to some setting at the web.config. I just need to set debug to false.

Steve Finding - stevefinding.wordpress.com

14
Oct
2009
Ebook : 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls

38 days ago by ramanisandeep

hi readers , here is a very useful book that explore the jQuery usage with ASP.NET Controls. This is very handy book for the web developer who uses jQuery along with ASP.NET. It helps to enhance your web experience & better understand how/where/when to use jQuery with ASP.NET Controls. read more : h ...

Sandy's Blog - ASP.NET - ramanisandeep.wordpress.com · Rank: 176,302 · 2 references

Previous1234567