Tagged Questions
11
votes
2answers
2k views
Where does jQuery fit-in with frameworks like JavaScriptMVC, BackboneJS, SproutCore and Knockout?
I have been happily using JQuery for the last 2 years and have been quite sucessful creating some really cool functionality with it...so I am very comfortable with it. I also beleive the future of ...
6
votes
8answers
372 views
Clarification On Web Development And .Net
This might not be an appropriate question for SO, but I'm feeling a bit overwhelmed and thought I could find some direction. I'm mostly a .NET winForms developer. I (possibly naively) feel like the ...
6
votes
5answers
439 views
ASP.NET AJAX and my axe!
So, I'm seriously considering axing ASP.NET AJAX from my future projects as I honestly feel it's too bloated, and at times convoluted. I'm also starting to feel it is a dying library in the .NET ...
3
votes
3answers
1k views
Best practices: Ajax and server side scripting with stored procedures
I need to rebuild an old huge website and probably to port everyting to ASP.NET and jQuery and I would like to ask for some suggestion and tips. Actually the website uses:
Ajax (client site with ...
3
votes
2answers
928 views
N-Tiered Web App Using JQuery/ASP.NET Web Services
For fairly small, non-complex web applications, we have utilized jQuery to make asynchronous calls to an ASP.NET web service for interaction with our Sqlite data store. This has proven to be a pretty ...
2
votes
2answers
97 views
What are other technologies that are capable of creating Websites with Animation, Load Detailed Images & Cross Browser
I am a Junior Web Programmer who is tasked with redesigning our website. Right now the website is made in ActionScript using the FLEX API(so its Flash based).
I am looking for advice on what ...
1
vote
6answers
624 views
How important is it to learn jQuery with ASP.NET
I'm reading a chapter on jQuery in a ASP.NET book. To be honest I'm finding it quite boring.
How important is it to learn jQuery? And do many ASP.NET developers use it for their pages?
Regards
TDG
...
1
vote
5answers
921 views
ASP vs javascript vs jQuery vs User Controls vs AJAX
Increasingly when developing sites I find myself utilising more client side technologies such as Javascript, jQuery and AJAX.
For three different pages I measured the size of the HTML sent to the ...
1
vote
1answer
668 views
Print three copy of asp.net page two copy with diffrent color [closed]
I have an ASP.Net page. I want to print that page 3 times, 2 copies should carry "COPY WORD, as a watermark".
I have written this code code to print three copies, but it's asking confirmation about ...
0
votes
3answers
950 views
is there a security issue when using Jquery to develop asp.net web applications
I'm new to web applications. I have developed a web application using ASP.net. After hearing about jquery and going through some examples, I changed the existing application and used jquery to do most ...
0
votes
1answer
124 views
Starting Web Development and interactive experiences
I'm new to web development and I'm a bit confused about the different languages and technologies in the web.
I understand the basic is Html, Javascript, and Css.
Then there's jQuery, ASP.net, Html5.
...
0
votes
0answers
134 views
Admin Panel like Custom Framework [closed]
I want to Create a Framework , like Admin panel , which can rule almost all the aspects of what is shown on the frontend.
For an (most basic) example: If suppose the links which are to be shown in a ...
-1
votes
0answers
10 views
Use pushState and asp.net webforms with localization
I'm having a hard time looking for a sample code how to implement pushState in my webform project. Is it not possible?
-2
votes
3answers
2k views
How do I Export to excel on aspx page?
I am trying to take data that I request from an access database and put it into and excel file on the client computer.
I usually use ajax to request a summary of the data I need. It is formatted ...