Click here to Skip to main content
15,889,595 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP .NET + ReportViewer + ObjectDataSource (LINQ To SQL) Pin
Matt U.17-Jan-12 3:02
Matt U.17-Jan-12 3:02 
AnswerRe: ASP .NET + ReportViewer + ObjectDataSource (LINQ To SQL) Pin
David C# Hobbyist.17-Jan-12 14:50
professionalDavid C# Hobbyist.17-Jan-12 14:50 
Questionhow can i get server value from *.js? Pin
buffering8316-Jan-12 22:57
buffering8316-Jan-12 22:57 
AnswerRe: how can i get server value from *.js? Pin
Dineshshp19-Jan-12 0:14
professionalDineshshp19-Jan-12 0:14 
Questiongenerate custom xml from a dynamic dataset Pin
nilarya16-Jan-12 21:22
nilarya16-Jan-12 21:22 
Questionasp.net 4.0: Using jQuery in place of UpdatePanels? Pin
Goalie3516-Jan-12 5:21
Goalie3516-Jan-12 5:21 
AnswerRe: asp.net 4.0: Using jQuery in place of UpdatePanels? Pin
Not Active16-Jan-12 7:38
mentorNot Active16-Jan-12 7:38 
AnswerRe: asp.net 4.0: Using jQuery in place of UpdatePanels? Pin
jkirkerx16-Jan-12 12:23
professionaljkirkerx16-Jan-12 12:23 
asp.net is not really a factor using jquery, unless you populate a control with data, and alter the data with jquery, and then try to post it back to the server. Asp.net will think that the page has been tampered with, and will generate an error. So of anything, you really have to know asp.net really well, in how it deals with postbacks.

So start small with pages that don't postback or forms, and move on to as you get more confident.

FYI:

I got feed up with asp.net AJAX Toolkit, and decided to stop using it, replacing it with JQuery. The journey was long, but so far after 4 months of testing, it was well worth it. I get very few complaints now, and users claim that the programs are easier to use now.

Actually now that I think about it, I did get rid of many update panels as well, but not for the reason you claimed. I got rid of them because I needed smoothness or animation to transition from 1 stage to another, while showing progress, but not in the form of a wheel, but in the animations themselves. This changed the users perception of nothing happening fast enough due to bandwidth restrictions to something is happening. So now I don't get the user pressing the button over and over.

Here is the 10th Program I wrote with your idea, no AJAX or Update panels, pure asp.net controls and Jquery. It took 2 weeks to write, but works pretty good. I think the jquery is over 5,000 lines.


[^Pure Jquery and asp.net controls from server side]
GeneralRe: asp.net 4.0: Using jQuery in place of UpdatePanels? Pin
Goalie3518-Jan-12 17:43
Goalie3518-Jan-12 17:43 
GeneralDynamic Menu in ASP.net Pin
naijeru16-Jan-12 0:57
naijeru16-Jan-12 0:57 
AnswerRe: Dynamic Menu in ASP.net Pin
thatraja16-Jan-12 1:37
professionalthatraja16-Jan-12 1:37 
QuestionFile name contains garbled or special characters when download. Pin
Satish_S15-Jan-12 19:37
Satish_S15-Jan-12 19:37 
QuestionFile or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. Pin
Shah Rizal15-Jan-12 16:31
Shah Rizal15-Jan-12 16:31 
AnswerRe: File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. Pin
thatraja16-Jan-12 1:45
professionalthatraja16-Jan-12 1:45 
GeneralRe: File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. Pin
Shah Rizal16-Jan-12 15:46
Shah Rizal16-Jan-12 15:46 
GeneralRe: File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. Pin
thatraja16-Jan-12 17:56
professionalthatraja16-Jan-12 17:56 
GeneralRe: File or assembly name CrystalKeyCodeLib, or one of its dependencies, was not found. Pin
Shah Rizal17-Jan-12 22:11
Shah Rizal17-Jan-12 22:11 
Questionmobile AMF Pin
Rajeev_8715-Jan-12 5:52
Rajeev_8715-Jan-12 5:52 
QuestionIFrame padding Pin
Ali Al Omairi(Abu AlHassan)15-Jan-12 5:00
professionalAli Al Omairi(Abu AlHassan)15-Jan-12 5:00 
AnswerRe: IFrame padding Pin
Not Active15-Jan-12 7:23
mentorNot Active15-Jan-12 7:23 
GeneralRe: IFrame padding Pin
Ali Al Omairi(Abu AlHassan)16-Jan-12 3:35
professionalAli Al Omairi(Abu AlHassan)16-Jan-12 3:35 
AnswerRe: IFrame padding Pin
spkichara16-Jan-12 21:24
spkichara16-Jan-12 21:24 
QuestionHow to add Linking plugin to web site Pin
Rupeshcool0214-Jan-12 20:35
Rupeshcool0214-Jan-12 20:35 
QuestionRedirect to other page than specified by default Pin
Kujtim Hyseni12-Jan-12 23:42
Kujtim Hyseni12-Jan-12 23:42 
AnswerRe: Redirect to other page than specified by default Pin
jkirkerx13-Jan-12 10:39
professionaljkirkerx13-Jan-12 10:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.