Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:786677
More Search Options
RSS Available
Matching Posts
Re: Sys.WebForms.PageRequestManagerServerErrorException
I finally find the solution for my problem.When user enter a password with angularbracket and any letter like (<a,<b) raising the exception. By setting ValidateRequest =="false ". solved the problem. This is because of encodedHTML.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
RamanaPV
on 9/2/2008
Sys.WebForms.PageRequestManagerServerErrorException
Hi, I have been working in Online billing web application . It is working fine in localmachine.when installed on the production server I have getting the following exception intermitantly.We have installed nearly on 300 servers but only on one server we are getting the error.We are maintaining Access data base to store for for individual user theme. 'Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
RamanaPV
on 9/1/2008
Re: calling a function in .NET from javascript
Thank U very much NC. I'm running a cobol transaction to get the results in a table format.This details are displayed in the Account list page.As you suggested I can send the Unique IDs through querystring to the desired pages. Can I store this datatable in session varible in page_load or need to run the transaction in each page. I need this data in 12 pages.Suppose I'm in PROFILE page,I have to jump to VIEWBILL page for the selected accounts from this page. Thanks Raman.PV
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 7/18/2008
Re: calling a function in .NET from javascript
There is no good time for me NC. Its been a problem for the last two weeks.I Can not find any solution why session varibles are not maintaining the data? Thanks Ramana.PV
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 7/18/2008
Re: calling a function in .NET from javascript
Hi, NC Thank you very much. There are two problems with this design.First one is My querystring has a maximum length of 3762 characters.IE can handle up to 2048 characters only( http://forums.asp.net/p/1139751/1830253.aspx ) The other one is I don't want to show the account number in the querystring. Can you please tell me what is the solution? Thanks Ramana.PV
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 7/18/2008
Re: calling a function in .NET from javascript
Thank you for your reply. I Just give you my requirement. After loginhg to my site.I redirected the in to his account details Page.This page contains a Datagrid showing account details,account status and the amount he has to pay online. have added One Chechbox column so that he can select which accounts he wants to pay.User may have multiple accounts.I'm having Profile page which contains Account Profile and viewbill page and etc...I need account information in more than 7 pages.I have provided
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 7/15/2008
Re: calling a function in .NET from javascript
Hi NC, There is no issue of memory in my case .When I run _doPostBack("Check",""),I have set the session variables in this method and navigating to another page.I found on the following link http://weblogs.asp.net/bleroy/archive/2004/08/03/207486.aspx (Don't redirect after setting a Session variable ) my sample code private void Check() { count = 0; checkedAccountsList = string .Empty; Session[ "CheckedAccounts" ] = null ; CheckBox chkOption; foreach ( DataGridItem
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 7/10/2008
Re: calling a function in .NET from javascript
Hi NC, I found one problem in using the following Process Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' Insure that the __doPostBack() JavaScript method is created. Me.GetPostBackEventReference(Me, String.Empty) If Me.IsPostBack Then If Me.Request("__EVENTTARGET").Trim() = "CALL_CHECK" Then Check() End If End If End Sub Private Function Check() .............. End Function In CodeBehind method I have set the session
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 7/8/2008
Filed under: styles
Re: How to call Page.Validate() using javascript
Hi, Thank you very much, it helped me a lot. Thanks Ramana.PV
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 6/25/2008
Re: calling a function in .NET from javascript
Thanks NC.. This is solved my problem.It has been a problem for the last one month. Thanks Ramana.PV
Posted to
Client Side Web Development
(Forum)
by
RamanaPV
on 6/23/2008
Page 1 of 3 (25 items) 1
2
3
Next >
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online