Hi All,
I need an advice for a c# asp.net project.
My client wants to see some reports via the gridview object with master/detail structure.
The main gridview will be full by all master data and each row will have a + icon (or button) on the first cells.
When user clicks this icon, the all details data of that master row should be seen...
Hi Experts. I have a large SQL Server database and I want to automatically generate ASP.NET and AJAX code from the database.
Can I do it using any Free Tool (please tell free ones only)?
I also want that tool to generate C# code only. Any article/whitepaper on the tool is appreciated.
...
Can you tell me examples for jquery with ajax?
Can I combine an UpdatePanel and jQuery behavior?
...
I am using a CollapsiblePanelExtender in the AjaxToolkit 3.5 to show/hide search filter options.
I want the CollapsiblePanelExtender to be expanded when the page first loads, !Page.IsPostBack.
After that I want the CollapsiblePanelExtender to be collapsed because this means they either submitted some filter options or are going to anot...
I have an application that has been converted from VS2005 2.0 framework to VS2008 3.5 framework. I am attempting to add the ability to use the AjaxControlToolkit DLL [AjaxControlToolkit-Framework3.5SP1-DllOnly.zip] download only within my project. I have followed the configuration setups to get the project to build, and have not been suc...
I have a UserControl called CustomerFinder for searhing customers. And there is "ADD" button inside the repeater. I have created an eventhandler for Repeater_ItemCommand. Because i am going to use it on the other page.
On the other page, i use this User Control which is not in UpdatePanel.
There is an update panel for the Selected Custo...
Does anyone know where you can find online documentation for the AJAX used in ASP.NET MVC Framework Beta? I can't seem to find it. I've been looking at the quickstarts for some information and googling for it but seems to be very difficult to find.
It seems somewhat limited as it is now. Do people use this or do it in combination with o...
Hi,
I want to develop ASP.NET C# based MMOG (Massively multiplayer online game). I would be using ASP.NET Ajax control kit, jquery and MS SQL server 2005.
Q.1)How feasible .NET 3.5, ASP.NET with C# in handling thousands of users simultaneously.
I would also incorporate ASP.NET ajax based chatting system with chat rooms alongside the ...
I'm trying to find an answer for a problem my developers are having. I don't know this well enough myself...
We are using ASP.NET with C#.
When a user presses a button on a page, we call a hander to save the session variables to the current view state of the form (some IDs that are used).
Then, we call a GreyBox window with other func...
Is there a way to detect when an update panel is done refreshing? I want to fire some javascript methods when the update panel is finished.
Perhaps via the UpdateProgress control?
...
I've created a custom object that I'd like to return in JSON to a javascript method. This object was created as a class in C#.
What's the best way to return this object from a PageMethod ([WebMethod] if you like) to a javascript onPageMethodCallback() function? I need to be able to access the properties of this object via javascript...
Just want to know if there other optional wrapper framework available that generate client side proxy js code for web methods.
I am starting development for a new website and want to evaluate a few frameworks before picking on one.
I saw AjaxPro does that , want to compare this with a few other options ( if any )
http://www.codeplex.co...
Hello there,
After reading and installing the application on the post at "Editing a variable-length list of items in ASP.NET MVC by Steve, I find it really useful. On the other hand, there was something missing on the "Add another item" ajax link because it does not save the state of the non-submitted records. When I click on the link a...
I have an application that shows a list of items.
The user can click on an item and see its details in a modal popup (centered DIV, shown using JavaScript). I need to have a button on that popup that will allow the user to print out the contents of the modal popup only.
This is for an internal application that needs to work in IE7+ onl...
I have a dundas pie chart which when clicked issues a client callback which updates another chart associated with it. Basically its like a drill down thing. I also want to update my gridview based on the user's selection of the pie. But since the update of chart is being done using dundas client callback I'm unable to rebind my Gridview....
I am calling WCF from an ASP.NET page using ASP.NET Ajax. I am using Forms Authentication to secure the website.
Everything was working as expected through development until it was deployed onto the production server then I started getting javascript errors because the service could not be found. The production server is using SSL so I...
Here's my desired result:
Given a ASP.net MVC page that has a block at the top with several parameters for filtering against a list that is display below, something like...
TextBox1 RadioButton1
TextBox2 OtherOptions Here
item
item
item
I'd like the filtering to be interactive capable on later iterations or immediately i...
I'm using the [System.Web.Script.Services.ScriptService] tag to use web services callable from client side javascript. What I need is a way of globally logging any unhandled exceptions in those methods. On the client side, I get the error callback and can proceed from there, but I need a server-side catch to log the exception.
The guy...
I've got a page using a Microsoft Reporting ReportViewer. The report appears to be working but the page is giving me two javascript errors, both of them "'Sys' is undefined".
Examining the html output, I can see that this page is not loading the ScriptResource.axd file. Here is the generated output from the <form runat="server">:
Nor...
We're currentlly thinking about secureity in our applications.
Our preferred method of getting data from the back end is to use jQuery AJAX functions to directly access .aspx pages with page methods on them (without using a scriptmanager), as described brilliantly by Dave Ward here...
http://encosia.com/2008/05/29/using-jquery-to-direc...