AJAX :: Set Active Tab Index From Server Side?
Jun 9, 2010
i have tab container that contain 2 tab, one is profile view and another is profile edit there is a hyperlink in menu bar, when user click profileview then a variable '1" is send in query string, when user click profileedit then variable '2' is send my active tab index is '0' that is profileview
how to set focus on tabindex1 inside this function
if(request.querystring("a")==1)
{
what should be the code to set focus on tabindex 2
View 3 Replies
Similar Messages:
Jan 27, 2010
How can I get the active index of the jquery accordion pane when a button is clicked? What I want to do is when a button is clicked in pane 3 for example, I want to store that value and when the page is reloaded, I want pane 3 to remain open.
I intially had this in my server side click and when I hard code a value in for paneIndex it works fine, but obviously, I don't want to do this, I want to get the index on the click and pass that to the script.
string script = "<script type="text/javascript">var paneIndex = " + 3 + "</script>";
if(!ClientScript.IsStartupScriptRegistered("JSScript"))
ClientScript.RegisterStartupScript(this.GetType(),"JSScript", script);
View 3 Replies
May 3, 2013
i have a tab conatiner with 5 tabs..i need to get the active tab index..so i have a javascript to get teh active tabindex but i get error..below is the runtime code viewd in browser
Sys.Application.add_init(function() {
$create(AjaxControlToolkit.TabContainer, {"activeTabIndex":0,"autoPostBackId":"ctl00$ContentMain$Tabs","clientStateField":$get("ctl00_ContentMain_Tabs_ClientState")},
[code]...
View 1 Replies
Jul 30, 2012
I have a Usercontrol and I have Gridview in it. Name of my control is Search.ascx.Now I have a Page Home.aspx where I have Placed this usercontrol in One Tab of TabContainer of Ajaxtoolkit. Now when I click on Edit Link from GridView I want to activate another tab and I can do that in .cs file by registering Event.
I want same thing to be acheived using Jquery.
View 1 Replies
May 7, 2015
i'm facing an issue in asp.net application (c#). i want get the name of tabpanel.i searched in forum i found that with java scritp function i can resolve this issue but i couldn't.
View 1 Replies
Mar 16, 2011
I know that I can receive an javascript object from the server via ASP.NET AJAX using Json. But I am not sure how can I send an javascript object from my client-side javascript to my server-side code. And if I can, how can I extract this object in my server-side code and access its members?
View 1 Replies
Jan 5, 2010
I reordered some items in a listbox using Javascript. When I read the items in a postback in the code behind (ASP.NET), the order is in the original order. How do I get the same order as shown in the screen after Javascript manipulation?
View 3 Replies
Oct 4, 2010
I m using site login Control in my login.ascx file and disaplaying login control in Div so if there is login link in page and i click on that then Login Div will popup which is site login.May i know how can handle error like username or password is incorrect on client side instead server side?
View 6 Replies
Feb 4, 2010
I have set the ajax tabs disable on form load. ON button click, I want to enable the tab server side,not client side.
protected void btnEnableCostPetroleumTab_Click(object sender, EventArgs e)
{
TabContainer2.Tabs[0].Enabled = true;
}
But its not enabling the tab?
View 12 Replies
May 18, 2010
in a form i have a buttoin, when click both OnclientClick and postback should happen. on clicking the "Email" button a client side "mailto" tag should do the work and pull a new message window on the client's machine.
whereas, the email addresses should be invoked by the post back. so , when clicking the button the server side post should happen and on return the client side script should be invokded with the values read during post back, and populate all the email addresses.
i need know how to first do a server hit take the values and then execute the client script with those values without using AJAX
View 1 Replies
Jan 24, 2016
I am calling server side methids from client side using PageMethods. Can those methods return value back to client side. If yes then how and if no then how can that be achieved? refer to my code below.
function getValuesFromPSS(s,e)
{
debugger;
[Code]....
View 1 Replies
Jul 16, 2010
I am using VS2010 and .NET4 for a web app. I have a script manager/update panel that has a couple of grids.
The client just leaves the page opens and views an updated grid every 30 seconds or so.
I want to refresh the grid by calling the server side method to load the grid, but not load the whol page using meta refresh or similar (too much screen flicker and unnecessary bandwith).
Is it possible to set some timer using javascript or something and call a specific server method to refresh controls?
View 3 Replies
Feb 28, 2011
I want to do something a little bit tricky here. I want to call a server side fonction from the javascript. I know it can be done but I get some errors. This is my Javascript fonction where I want to call the server side fonction:
[Code]....
And this is the code in my VB page:
[Code]....
View 1 Replies
Feb 23, 2011
I have controls on my page, is there any way I can get the tabIndex of active control or focused control?
View 1 Replies
Oct 25, 2010
this is my first post as you will easily see i'm quite new to this and am struggling. i have some working code that pulls user information from our active directory. the only way i've seen so far to display these results is to place it in a "For Each" statement.this can then be output to the page. however if there are lots of results this can take a while, so i was wondering if it was possible to be able to step through and handle the results by an index? here is what i have done so far:
[Code]....
the other issue i have is that i wish to be able to change the search criteria to the "Path" and then go to an idividual when clicked on.i have checked that this would work but cannot get my head around how i would make the result "Clickable" As you can see i have also tried using list boxes but was unable to format the results sufficiently.
View 3 Replies
Feb 1, 2010
I have an asp.net aspx page and on that page I have a hidden input field with and id of paneIndex. However, when I load the page, the alert shows index 1 which is correct on the first load, but if I open up pane 3 for example, the alert shows 1 still. Am I doing something wrong?
In a Custom.js file, I have the following code:
[code]....
View 1 Replies
Nov 22, 2010
We have an UpdatePanel that is showing a gridview with loads of data in it. We have loads of well written sprocs that don't take very long, BUT we have a few horrible ones that take ages.
We do intend to rewrite them but in the interim we have put the ADO.NET commandtimeout up to 180s. The scriptManager.AsyncPostBackTimeout is set to 240s. We want to handle this on the serverside. One of the reports still fails (it's got a couple of nested cursors in it - someone who hasn't had SQL lesson 101 from me!).
Half the time, the nice error timeout message is shown using server side handling of the command timeout. The problem is that the other half of the time the commandtimeout doesn't seem to fire.
View 1 Replies
Jan 7, 2010
Question is do you need .net framework installed on web server in order to use AJAX?
Only 2.0 .Net framework is installed and it i can't upgrade for reasons beyond my control.
View 4 Replies
Sep 23, 2010
our project using active directory on vb.net 1.1 and server 2003. We will be upgrade to vb.net 3.5 and server 2008.
In this case, 1. We convert all vb.net 1.1 application to vb.net 3.5 and run on server 2003.
Then later on, 2. Our server will upgrade to server 2003 to server 2008.
I would linke to know after doing above two phase will effect on Active Directory code setting in our program.
Can I conver to 1 to 1 withut changing anything in vb.net and server?
View 3 Replies
May 12, 2010
Working on a DNN website. Long time VB programmer new to ASP and Web Development.
I have a page with 2 modules on it one to select records and the other to show records details. there is also an add button on the select module for adding new records. the detail module has a tabcontainer with 5 tabs on it and if the user is adding a new record I want to disable the first tab. At all other times I want the user to have access to the first tab. The user clicks a button that uses OnModuleCommunication to start adding the new record. All my code is server side so when they click the button I clear all the fields and enable them all for editing but I have not been able to set the tabcontainers tab to enabled=False
[Code]....
and if it is in the correct location I do not want the button on the page to be seen like it is I want to call it from the server side so the user has no choice.
View 2 Replies
Mar 9, 2011
I have a tricky problem. I am in a situation where I need to use a method defined in a .cs file from a javascript function. The problem is we are using .NET 1.1 and AJAX cannot be used for the application.
Also, I will need to pass a string from the javascript to the server side method. The page where I am implementing the javascript is a .as
I have tried doing a post back and creating a RaisePostBack event handler method (both in the .aspx page and the .ascx user control) but no luck.
The javascript is called from a span's onclick event. The javascript function's input parameter would be a string which I will need to use to instantiate an Attachment.
I created a method which instantiates an Attachment using a string and calls the corresponding Delete() method for the Attachment object.
Now, I will need to pass the string from javascript function to the method I have created. I cannot use PageMethods.
The Javascript function is like:
[code]....
View 3 Replies
Sep 6, 2010
how can I pass a client side (JS) value in server side (C#)?
e.g.
I have a generated table (after uploading images) and it contains images and I want to select the image and throw the ID back in server side.
The uploade I used was JQuery Uploadify and I have a "onComplete" function
[code]...
View 2 Replies
Dec 17, 2010
I have UpdatePanel1 inside of which I have a Server Side Call Button - BT_ServerCall.
Then I have a second UpdatePanel2 which has a listbox (populated in pageload with some items) , a label, a hidden field, and a Button which calls a javascript function BT_JSCall.
Finally there is a second listbox which does not reside in an updatepanel.
i am populating the second listbox with values selected in the first listbox. then I click the BT_JSCall button which calls the javascript function copy_to_hidden_field() , inside which I take the values from the second listbox and store them as a concatenated string in the hidden field. Lastly, in the javascript function I simulate a button click event on BT_ServerCall. At this point I hit the server side method for the click event and I extract the value from the hidden field. lastly I change the value of the hidden field and also copy the new value to the label. I call the updatepanel2 update method (both updatepanels are set to updatemode conditional).
here is the problem: neither the hidden field nor the label get updated with the new text.
here is code
aspx.cs:
public partial class WebForm3 : System.Web.UI.Page
View 8 Replies
Mar 4, 2010
I've got a little situation here. I'm currently developing a site and the client would like the auto completing behavior. Basically not a problem as this exists, until I stumbled upon the fact that I'd also need to be able to generate this same control server-side.
Basically I've got a few pages where this control is added to the ascx controls and it works fine. However for conformity's sake that input should be the same everyhere. However, I do have a certain control on a page that is generated server side completely and I need to get auto complete behavior into that somehow.
Basically my current attempt goes a little something like this:
[Code]....
The second issue I came across here is that this is a .cs file in a class library. Therefore I cannot just put the asmx file in that folder and have it point to the physical path like the sample website. I was wondering if there's any other method of having the control contact the webservice (which is running in the main website in the same manner as it is in the sample site). Something I can define on the control server side.
Invalid Animation definition for TargetControlID="": Name cannot begin with the '%' character, hexadecimal value 0x25. Line 3, position 30.
View 1 Replies
Mar 17, 2011
I want to handle asynchronous post back timeout error (Sys.WebForms.PageRequestManagerTimeoutException) on server side.
I use AsyncPostBackError event of ScriptManager class for other errors (exceptions) during asynchronous post back and it works fine. There is a response redirect to generic error page in this event handler.
Unfortunately for PageRequestManagerTimeoutException this event is not fired.
So how can I handle this error on server side?
scriptMgr.AsyncPostBackTimeout = 180;scriptMgr.AsyncPostBackError += new EventHandler<AsyncPostBackErrorEventArgs>(scriptMgr_AsyncPostBackError);...private void scriptMgr_AsyncPostBackError(object sender, AsyncPostBackErrorEventArgs e){Response.Redirect("~/System/GenericError.aspx");}
View 1 Replies