RadcomboBoxes Cascading With Load On Demand With WCF?
Jan 25, 2011Is it possible to use Load on Demand with WCF service for Cascading RadComboBox? let me know if there are any examples. I didn't see any demo on Telerik website.
View 1 RepliesIs it possible to use Load on Demand with WCF service for Cascading RadComboBox? let me know if there are any examples. I didn't see any demo on Telerik website.
View 1 RepliesThe Ajax tab control loads all tabs on page load and displays the currently selected one to the user. Is there a way to make it load the tabs only when the user activates the tab by clicking on the tab button for it?
View 7 RepliesHow can I validate RadComboBox on the server side with LoadonDemand true and AllowCustomText is true? I have the following code but it doesn't validate correctly.
protected void RadComboBox1ServerValidate(object sender, ServerValidateEventArgs arg)
{
arg.IsValid = RadComboBox1.SelectedValue.Length > 0;
}
In article Load on demand data in GridView you clearly described. but it's not enough when we comes to conditions.
Is it possible to load data on query method?I want to add some field from other table so how to use inner join in this...
Like I'm having a table with userid and want to get user full name from users table where userId = users.userId
[URL]
above link for bind GridView with TemplateField and asp control using jquery ajax.
now second link is [URL] for show image and bind when scroll down using json .
i want to add first link code into second link articles .so that we can image bind when scroll down using jquery .
I have an ASP.NET (VB.NET) page that uses the Cascading Drop Down extender control. The webservice currently has the datasource (e.g. an XML file) hard-coded, based on the CCD example. What I would like to do now is based on the the logged on user, and their Active Directory credentials (at Page Load) programatically select/define which of multiple XML stored on the server should be used by the CDD control. All of the code-behind has been written already, I'm just having a hard time passing the variable generated during Page Load function to the CDD webservice. (Note: The CDD control loads immediately)
[Code]....
I have a large XML file (3000+ nodes) that I want to represent in a TreeView on ASP.NET. I cannot databind it to a XMLDataSource because loading the TreeView will then be way too slow (I never even waited long enough to see it finish...)
So the solution for this would be to use the PopulateOnDemand property of the TreeNodes to load data only when needed. Problem is, I can't think of a way to acheive this...
How can-I, based on the ID of a node, search a XMLDocument to get all the childnodes of the node having this ID?
XML would look like that:
<document ID=1>
<document ID=2>
<document ID=3>
</document>
</document>
<document ID=4>
</document>
</document>
There are nor rules on how much levels it can go down or anything...
I have a report having lakhs of rows, I wana that the report will process page by page. It means when Report run for the first time it will show the first 100 records and after that if user will go to 5th page he will see records from 500 to 600.
Is this possible in SSRS. Also if any one of you explain about On-Demand Report processing then it will be great.
I was looking the Highlight effect of Jquery's. That effect is really the one i would like to add in my webpage.
By looking at the the source code, i noticed that the effect will be reproduced on user's click of the div.
$("div").click(function () {
$(this).effect("highlight", {}, 3000);
});
In my webpage i have an ImageButton
<asp:ImageButton ID="btnFavorite" runat="server" ImageUrl="~/Images/Favorite.png"/>
I would love to perform the highlight effect to the div, when the user clicks on the image button. Is it possible?
UPDATE: If it is possible, could i use something like "OnClientClick=" of the ImageButton, since the imagebutton controls are added dynamically to the webpage?
I have a shopping cart. Basically when looking at the product i want to display certain textbox and fields. e.g. if shoes then display the sizes available with qunaityt box against each
what is the best approach for this?
create textboxes dynamically or have static on screen and hide and unhide depending on value
I have a function or binding grid where i pass the flag for query to be displayed for page load i have below query
if (flag=="pageload){sql= "select "; sql= sql * " from (select top 50 * " from ";
sql= sql+ "(select top 50 * from EMPLOYEE order by NAME )";
sql= sql+ " as T1 order by T1.NAME DESC) as T2 order by NAME ASC ";
} else if flag=="filteration select * from EMPLOYEE
In the above query i get 50 records per page & the next prev navigation works fine but when i filter out the records i cant use the above query to get the filtered records as I need to filter from the whole recordset say I have total 1000 records after filtering i get 500 records after filtration i am not able to navigate across the records correctly...
I am trying to simulate the file system like explorer using a treeview. I would like to have the application in the server but is the starting root limited to where the application is? Is it possible to have a certain directory in the server to be the starting node? I would like to be able to set a starting node in the config.
View 4 Repliesthe problem is actually in the subject. I have custom control that uses treeview. The control is added dynamically. Nodes for this treeview are populated on demand. Treeview nodes can be checked. I recreate this control on page load event, but still CheckedNodes is empty if checked nodes were added dynamically (added on demand).
View 2 RepliesMy application is running fine locally when I deploy it it is giving me the above error saying
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
how to check performance of sql server query with load ,also wants to create load by any tolls like load runner,if any url for download load runner or any other tolls by which we can create load please give me some idea related to it.
View 1 RepliesI am trying to create a progress bar for page load as it takes long to load. I need help to resolve jscript error 'null' is null or not an object on line $get("btn").click();
[Code]....
Control ctrl = new Control();
this.PlaceHolder1.Controls.Clear();
ctrl = Page.LoadControl("uc1.ascx");
ctrl.ID = "DynamicCtrl";
this.PlaceHolder1.Controls.Add(ctrl);
instead of using a control to load can we load a page .. like example.aspx
page mypage=new page();
mypage= Page.Load("example.aspx");
how to do this. as i am getting the erro
I have a update panel on the ASPX page,When thepage loads the content in the update panel shouldnot load ( Update panel should show the Updatepanel progress control) but after page load update panel contents should load . How do i get this efect.
View 3 Replieswe are creating a custom content management and out portal page is bit bulky it is about 60Kb without images.
and during loading the page in some browser we can see some parts of site load faster than the other parts of the site where as we want to indicate (or instruct the web server) to load some of the areas first then load rest of the page.
is there any particular setting in IIS for is there any particular method in classic asp for doing that?
also I have the same question in asp.net.
I'm developing my first Facebook application in ASP.NET 2.0 and doing a simplest thing, that is, to show a navigation on top with four hyperlinks where each link targets to another .aspx page. How can I do this using FBML in ASP.NET 2.0?
Otherwise coming to my question, where I'm struck after trying above thing at myself and failed then had to go around the Ajax way of doing this. Now I'm using Ajax call over the onclick event of each hyperlink from top navigation and it's succesfully loading external .aspx pages (for example,[URL]. The problem is when user comes on the application on first time, it only shows the .aspx page which has a navigation and a Ajax content place holder which is programmed to be filled with contents on click event.
How to load Ajax contents into the Ajax content place holder on page load without a click event?
I use a RadComboBox And use the code exactly as same as mentioned at the site
http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
I use the code for "Server side" on the page mentioned in the above link.
However i am able to populate the values the first time the page is loaded but when i type in text it does not refine .Am i missing out on something ?
how i can load an panel(that contain for example Weather information) after page load
View 2 RepliesI am using a third party gateway. The third party gateway does not support query-string , so i will need to post the form to pass the values to the given URL and another thing is that they don't expose the web-services so we need to use their page and that means we need to host it in an iframe in asp.net
so what i did is that i have hidden fields that will be used as parameters as depicted below
Code:
<input type="hidden" name="p1" value='4635' />
<input type="hidden" name="p2" value='Reference_test' />
<input type="hidden" name="p3" value='Purchase credits' />
[Code]..
Now the purpose of this , is to load the iframe after the page load event of the asp.net gets fired.
Now my problem here is that when the iframe loads , it does not pass the parameters to the url that is being set in the iframe.
I have attached the example, project. (2kb)
When you run the project you will notice when the iframe loads there is an Error
"NO VCS ID"
now this means that the parameters were not passed when the Iframe loads , i can understand because it seems like iframe does not do a full form post. so to demonstrate what i want, click the proceed button and you will notice it will give you a page with no errors and it will be a page where credit card details are required , i want to iframe to load that the first time.
I'm having difficulties getting XslCompiledTransform.Load method to take a server path. I googled around and found that I need to do something like:
xslt.Load(System.Web.HttpContext.Server.MapPath(xslPath), XsltSettings.Default, new XmlUrlResolver());
But it returned an error saying HttpContext is null.
I also tried:
xslt.Load(System.Web.HttpServerUtility.MapPath(xslPath), XsltSettings.Default, new XmlUrlResolver());
That also returned an error saying an object reference is required for the non-static field, method, or property 'System.Web.HttpServerUtility.MapPath(string)'
The xslPath has a path that points to a xsl file in Sharepoint Web. I just want XslCompiledTransform to load the xsl file with the server path. Is it possible? If so, what is the proper way or hackish way of doing it?
EDIT: I have access to a SPWeb object which contains the path to the xsl file. However when I check the ServerRelativeUrl, it just says "/MyTree/xsl.xsl". The problem here is I couldn't get the XslCompiledTransform.Load to load the file from SharePoint list.
Have a look at below link. In that page if you mouse over on any thumbnail image a div opens with that image details with larger size. But there is a point to notice usually when an image gets downloaded in the browser we see that the image loads in parts from top to bottom. In this case the whole is loaded but in blurred state and gets cleared after fully downloaded.
Sample
Link
I just wanted to know how this is achived? Does it require to code something or it is any javascript or dhtml?