Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ajax PopupControlExtender in GridView Pin
Ali Al Omairi(Abu AlHassan)18-Jan-12 21:32
professionalAli Al Omairi(Abu AlHassan)18-Jan-12 21:32 
GeneralRe: Ajax PopupControlExtender in GridView Pin
klaydze19-Jan-12 1:12
klaydze19-Jan-12 1:12 
GeneralRe: Ajax PopupControlExtender in GridView Pin
Ali Al Omairi(Abu AlHassan)22-Jan-12 2:49
professionalAli Al Omairi(Abu AlHassan)22-Jan-12 2:49 
GeneralRe: Ajax PopupControlExtender in GridView Pin
klaydze23-Jan-12 17:10
klaydze23-Jan-12 17:10 
QuestionLooking for layout and styling templates for a new MVC3 application. Pin
Brady Kelly18-Jan-12 5:22
Brady Kelly18-Jan-12 5:22 
QuestionCould not load file or assembly ... [SOLVED] Pin
V.18-Jan-12 2:28
professionalV.18-Jan-12 2:28 
QuestionNeed solution to synchronize Ms Access and SQL Server (Express Edition) database. Pin
Shah Rizal17-Jan-12 22:20
Shah Rizal17-Jan-12 22:20 
AnswerRe: Need solution to synchronize Ms Access and SQL Server (Express Edition) database. Pin
Shah Rizal18-Jan-12 20:07
Shah Rizal18-Jan-12 20:07 
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 

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.