30
votes
7answers
2k views
How do you get JavaScript/jQuery Intellisense Working in VS 2008?
I thought JQuery Intellisense was supposed to be improved with SP1. I even downloaded an annotated version of jquery 1.2.6, but intellisense will not work in a separate jscript fil …
18
votes
4answers
713 views
Textbox with alphanumeric check in javascript.
I have a textbox and it need the user not allow to enter any specialcharecters He can enter
A-Z
a-z
0-9
Space.
One more condition is the first letter should be alphabetic.
How …
18
votes
4answers
2k views
Difference between a Postback and a Callback
I keep on hearing this words 'callback' and 'postback' tossed around.
What is the difference between two ?
Is postback very specific to the ASP.NET pages ?
15
votes
9answers
3k views
Detecting Unsaved Changes using JavaScript
I have a requirement to implement an "Unsaved Changes" prompt in an ASP .Net application. If a user modifies controls on a web form, and attempts to navigate away before saving, a …
13
votes
9answers
3k views
Good ASP.NET excel-like Grid control?
We are looking for an ASP.NET compatible data grid that allows for multi-line editing similar to Excel or a WinForms data grid. It must also support very basic keyboard input (tab …
12
votes
9answers
2k views
Unobtrusive Javascript rich text editor?
We've used the no-longer-supported RichTextBox control as part of our (ASP.NET-based) CMS for a long time, and we'd like to replace it with something lighter-weight and with better …
11
votes
3answers
7k views
How can I override the OnBeforeUnload dialog and replace it with my own?
I need to warn users about unsaved changes before they leave a page (a pretty common problem).
window.onbeforeunload=handler
This works but it raises a default dialog with an i …
10
votes
5answers
3k views
How do I get jQuery to select elements with a . (period) in their ID?
Given the following classes and controller action method:
public School
{
public Int32 ID { get; set; }
publig String Name { get; set; }
public Address Address { get; set; } …
9
votes
5answers
322 views
~/ equivalent in javascript
any smart way of doing a "root" based path referencing in javascript just the way we have ~/ in asp.net ?
9
votes
12answers
3k views
How can I get Gmail-like file uploads for my web app?
I want to add gmail-like file upload functionality for one of my projects. Can anybody help me with this?
My application is built in vb.net.
I would appreciate any kind of help o …
9
votes
6answers
377 views
Logging JavaScript-Errors on Server
Hi
Im running a ASP.NET Site where I have problems to find some JavaScript-Errors just with manual testing.
Is there a possibility to catch all JavaScript-Errors on the Client Si …
8
votes
3answers
440 views
How do I Display Code Samples On Web Pages With Nice Syntax Styling Like Stack Overflow Does?
I would like to be able to pull some code samples out of a database and/or have the text embedded into the website and then have the sample formatted in a code like fashion on the …
8
votes
14answers
1k views
What’s the best HTML WYSISYG editor available to web developers and why?
There are many different flavored HTML WYSIWYG editors from javascript to ASP.Net web controls, but all too often the features are the same. Does anyone have a favorite HTML edito …
7
votes
6answers
298 views
I’m an ASP.NET programmer (Webforms). Should I switch to MVC?
I like having control over exactly what's going on under the hood (the MVC way), but I'm also lazy, and don't like writing tons of javascript GUI things.
Should I or should I not s …
7
votes
2answers
674 views
Javascript Date Localization
I'm working with an ASP.NET app with localization and globalization. I'm having some difficulty understanding how to get the Date() function in javascript to work properly given t …
