Cannot Access Post Data From ExtJs

Jan 10, 2010

I am using EXT JS and .NET, Basically I am loading a JSON object into the POST and trying to send this to my asp.net page. I assign the JSON object into the ExtJS 'jsonData' parameter

[code]....

So then in VS am trying to extract this data from the .NET (HttpWebRequest) Request object. I have scoured the object for this post data and cannot seem to find it anywhere. i figured it would be in my Request.Params property, but no luck. not anywhere that i can find.

View 1 Replies


Similar Messages:

C# - Post In EXTJS Forums ,To Know Abt Logging And Exception Handling Is Available?

Apr 9, 2010

I need to know, whether extjs 3.1 is available of exception handling and logging build in library .Like Logging the exception as log file , with the specification of error whether it is major or minor or critical or info.new log file creating on specified size exceeded. etc...

View 2 Replies

Retain The State Of A Data Input Screen On A WebPage Using ExtJs Controls?

May 13, 2010

My Client has an application that is built in ASP.NET (c#) that makes use of a lot of ExtJS controls.

I need to enable the application to save every thing on the entry screen to a temporary storage mechanism and when necessary restore it.

The scenorio is the user has captured some data to a specific screen but is unable to continue and then there session expires.

View 1 Replies

Access :: Webform POST Data To MSAccess MDB File Using ASPX?

Mar 3, 2010

I'm new here and i'm new to ASPX. I read some articles, i have search the web for my problem, but i can't find my answer

View 10 Replies

Javascript - ExtJS - Getting ID Of Record That Was Just Saved?

Dec 13, 2010

I need to save some data and return the ID that is created in the SQL 2005 database. I need the ID to pass to another object before saving that so I can associate them correctly.

What is the best way to accomplish this with Ext? Is there anything built into the Framework that makes this simple?

function AddPromotionType() {
var currentDate = new Date();
var newTypeJsonObject = {
promotionTypeId: '0',
promotionType: Ext.getCmp('txtPromoType').getValue(),
updatedBy: userid,

[Code]....

View 1 Replies

ExtJs Grid Acting Very Strange

Oct 18, 2010

So I have two pictures of the weirdness that is occuring.As you can see in the picture above, the scroll bar on the right hand side is being cut off a little bit by the screen, and even when you scroll to the right, you don't get the bar back, it remains cut off.

Here is the other scenario:

Here, you can see that when I scroll down in this grid, the scroll bar kind of fits into the bottom of the grid and doesn't even go all the way down. You need to manually click into the grid and hit the down arrow to get the rest of the way down.

Edit: Here is the code to generate the grid (Ext created through VB controls):

Dim VehicleOptionsGrid As New Akcelerant.Framework.WebControls.Grids.Grid
With VehicleOptionsGrid
.ID = "VehicleOptionsGrid"[code].....

View 1 Replies

Add Custom Properties Into Control Objects In ExtJs

Jan 25, 2010

How can I add custom properties into control objects in ExtJs.

For example :

[code]....

This control comes from server dynamically and I want to write my custom property as well like below :

[code]....

I tried it but it said undefined. Normally since JavaScript is loose, I can easily modify objects but in this case it wouldn't work the way I expected.

View 1 Replies

Use Client Side Library (JQuery Or ExtJS)

Feb 23, 2010

For a slick UI, I am deciding between using a client side library (JQuery or ExtJS) or go with the AJAX Control toolkit. I understand that the widgets supported by ExtJS rich library does not match what's there in the toolkit. What are the pros of cons of using one over the other?

View 3 Replies

ExtJS Window Show Markup Already On Page?

Feb 23, 2010

The page markup:

<table style="display: none" id="myTable" runat="server">
<tr>
<td>First Name</td>
<td><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td>Last Name</td>
<td><asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>.....

View 1 Replies

Javascript - ExtJS - Creating Hyperlinks With A Function?

Dec 16, 2010

I'm trying to build an edit column, but my routine isn't quite right for some reason. My value of "store" is not returning anything like I thought it would.

function editLinkRenderer(value, metadata, record, rowIndex, colIndex, store) {
if (store == V2020.ServiceStore)
return '<a href="javascript:editServices(' + value + ')">Edit</a>';
else if (store == V2020.PriceStore)
return '<a href="javascript:editPrice(' + value + ')">Edit</a>';
else if (store == V2020.PromoStore)
return '<a href="javascript:editPromo(' + value + ')">Edit</a>';
return "Edit";
}

I'm using it in my gridpanel like so:

{ header: "Edit", width: 60, dataIndex: 'serviceID', sortable: false, renderer: editLinkRenderer },

View 2 Replies

Javascript - Accessing Value From ExtJS Radio Button?

Sep 22, 2010

So I declare an ExtJS radio button object like this:

.AddExtObject("{xtype:'radiogroup', ref:'../AndOr', defaults:{name:'rdo-payee2'}, width:120, items:[{boxLabel:'And', checked:true, inputValue:'and'},{boxLabel:'Or', inputValue:'or'}]}")

When I do this:

if (checkWin.Payee2.AndOr.getValue() == 'and') {
fundingRec.set('IsPayee2RequiredToSign', '1');
} else {

[code]...

View 1 Replies

Javascript - ExtJS Combobox Sometimes Hides Behind Window Greyed Out?

Sep 27, 2010

So the code below is called when a user selects Save on an ExtJS popup modal window. This window ONLY contains a combobox. Now, sometimes when a user saves this, and then re-opens it later on, the combobox will appear BEHIND the window all grayed out, unable to get to. Other times, it will be fine and work, and no difference in events happening either time, just complete utter inconsistency.Does anyone know what this could be?

var changeProductOK = function() {
var win = getChangeProductWindow();
if (win.subProductId.getValue() == '') {

[code]...

View 1 Replies

Web Forms :: Error Sending Post - Can't Access Textboxes

May 25, 2010

I have asked before about HTTP Post. I have a masterpage in which login usercontrol is added. I accessing the textboxes of that control, but it does work.

View 4 Replies

Access Post And Get Variables In A Server Control Class?

Dec 15, 2010

I need to access post and get variables inside a server control class, there is no access to Request object in server control class...

View 1 Replies

C# - HTTP Verb POST Used To Access Path Not Allowed

Mar 8, 2011

I am not using URL Rewriting, my app works fine until I try to hit a .PDF file or even a .TXT file via a link that I have dynamically generated into the PostBackUrl of a LinkButton. The path is correct. I have thoroughly researched this issue on here and most of the issues are with people using a POST action or not or the URL Rewriting, which I am not. In IIS Error looks like:

Server Error in Application "DEFAULT WEB SITE/EVENTS"Internet Information Services 7.5
Error Summary
HTTP Error 405.0 - Method Not Allowed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used. Detailed Error Information
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070001
Requested [URL]
Physical Path C:projectsEventsEventDocs48ea946f-e948-e011-ad73-00155d0e670b2011.pdf

Code to dynamically generate the url to click to is here:

public void DocumentsRepeater_ItemDataBound(object sender, RepeaterItemEventArgs e)
{
LinkButton LinkToDoc = (LinkButton)e.Item.FindControl("LinkToDoc");
Label FileNameLabel = (Label)e.Item.FindControl("FileNameLabel");
LinkToDoc.PostBackUrl = "~/EventDocs/" + SessionValue.EventId.ToString() + "/" + FileNameLabel.Text;
LinkToDoc.Text = FileNameLabel.Text;
}

View 3 Replies

Access :: Syntax Error In Insert Into Statement / Cant Post New Thread

Jan 19, 2010

im working on a school project, i made a forum but i cant post a new thread.

i got the this error: Syntax error in INSERT INTO statement.

Source Error:

[Code]....

Source File: e:platformzimbabwe.nlwwwrootpzNewThread.aspx.cs Line: 33

this is a part of the code:

[Code]....

View 1 Replies

The HTTP Verb POST Used To Access Path '/test.html' Is Not Allowed

Feb 5, 2010

Below is my code:

[code]....

The HTTP verb POST used to access path '/test.html' is not allowed

View 4 Replies

Social Networking :: Post Tweets To Twitter Account And Post To FaceBook Wall?

Aug 6, 2012

code to integerate twitter and facebook in my application,

View 1 Replies

Finding New Data Access Best Practices / How To Handle Data Access, And Data Manipulation And Display

Dec 15, 2010

I've been out of the ASP.Net arena since 1.1, and I'm starting to get back into it after a hiatus.

In the past, I would generally create SqlDataReaders, wire them up to pull from tables in a database via direct sql or accessing database views (mostly in MSSQL), grab the data, and display it in some datatable, or datalist.

Modifying data would usually be calling a stored procedure in the database to add/modify data, and then retrieve it afterward.

Now that I read up, I see there are alot of new things in ADO.Net world; strongly typed datasets, auto-generated adapters, etc.

My question is, does anyone have a good reference on best practices (or a book recommendation) on how to handle data access, and data manipulation and display now? I'm assuming that there are more automatic ways to show and manipulate data than before, but the new details are quite vast (which is good), but slightly overwhelming for me.

View 1 Replies

SQL Server :: Post That Have DateCreate 2010-12-01 There Is No Post Deleted?

Dec 20, 2010

I have this SP.When I run it and there is no post that have DateCreate 2010-12-01 there is no post deleted but there is no error catched.

[Code]...

View 4 Replies

Access :: Edit - Update And Create New Data Into Access Database Using Data Detail View

Apr 8, 2010

i am facing some problem in update, edit and even create new data into my access database using data detail view. i am using microsoft visual web developer 2008, i can do the same when sql server database were to tore the data. but when i try to do the same using access database, an application error. may i know whats going wrong? and how to solve this problem?

View 7 Replies

Access :: Reading Data From Access With A Linked Table (pointing To A Access Table On Another Location?

Sep 7, 2010

Here's a short explanation of my asp.net project.

1) the default page loads, it will read the Windows Login of the user opening the page.
2) I'll check if this login exists in a table stored on the webserver.

In this Access Database, there's a 2nd linked table, pointing to another access table on a network location. Now, I want to read data from this linked table. However, at this moment I receive an error:

"The Microsoft Jet database engine cannot open the file '\<ip><shared-folder>statistics.mdb'. It is already opened exclusively by another user, or you need permission to view its data".

Some extra info:

- The network folder has read and write permissions for everyone

- the user and group permissions on both access files are set to read/modify/administer for the Admin user (on the tables I want to read from)

- IIS authentication on the server is set to "Windows Authentication" (this is needed so I can read the Windows Login from the user). All other authentication modes are disables (like anonymous, ...)

- When the error occurs, no other program or process has access to the statistics.mdb (so, it can't be locked by someone else)

- the web.config files access connection string looks like:
<add name="AccessConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\<IP><shared-folder>statistics.mdb;User Id=admin; Password=;" />

Like I said before, in this statistics.mdb file, there are 2 tables. One normal table, and another linked table (pointing to a network location)

Searching for solutions, I discovered the following:

- if I don't use linked tables, everything works fine (however, I have to use this linked table)

- even if I connect directly to the table in the network I receive the error. So, I'm pretty sure I don't have sufficient rights to read from this table.

I read that not the Admin user is opening the file, but actually a user called ASP.NET. This user doesn't have the correct rights to do this. However, I'm not sure if this is true.

View 5 Replies

C# - Post The User Text To The Server Using $.post()?

Mar 16, 2011

im updating my page using jQuery/javascript once a user types something.

<script type="text/javascript">
$(function () {
$('button').click(function () {
var x = $('textarea').val();
$('textarea').val('');
$('#test1').append('<div id="test">' + x + '</div>');
return false;
});
});
</script>
<textarea style="border: 0" cols="77" rows="2">.......

View 1 Replies

Access :: Access Membership Provider / Unable To Edit/update The Data With Gridview

Jan 7, 2010

I made a project to use the access membership provider from [URL] and it works. But I need to edit my database but when I configure my database, I cannot see the tabel, I can only see the queries in mdb file. when I select the field from query, I am unable to update it. My code is as follows:

[Code]....

View 3 Replies

Access :: Data Type Mismatch While Inserting Into A Number Field In An Access Database Using A Parameterized Query?

Jun 9, 2010

I have a data type mismatch while inserting into a number field in an access database using a parameterized query.I think this should be pretty simple but I am still learning a lot.

[Code]....

I have some commented out as I am working one field at a time. The working fields are textboxes and the non working ones are dropdown lists. But I think it may be the field that the list is drawing from? Not sure.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved