Ajax Screensaver control
Hi Guys,Please helpme out on this issue. Iam a asp.net web developer. My company has given a task to create corporate screensaver. but i dont have any idea how to create it. I searched in google and i...
View ArticleAuto Complete TextBox
how to impliment auto complete textbox with the database........without JQuery or Web Service............only with the help of database
View ArticleUpdate Panel not updating despite of clicking the buttons assigned to triggers
Hello everyone,I have a gridview , some labels and a dropdown inside an update panel. I have three buttons insert, update and delete. I have created three asyncpostback triggers and assigned them to...
View Articleimmediately after updatepanel postback
hii want a client side event that ocure exactly after updatepanel postbackwhich is the event?it is an event of updatepanel
View Articleupdate an event
I'm making a shoping cart application.. I want to refresh my shopping cart counter after every second,its located in header section of my control. where i'm now calling it on page load event, but when...
View Articletype of conditional expression cannot be determined
using Microsoft.visualBasic; private void GetData(ref DataTable dtData, ref DataTable dtData2) { DataRow dr = null; string strFilter = null; int intVPLCs = 0; int...
View ArticleDesign time error, Session state can only be used when enableSessionState is...
The full error is...Error Creating Control - UP1 Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure...
View Articlesocket creation in asp .net web application
Hi friends i am new to socket programming in asp .net web application. I am trying tocreate a socket (basically multicast/unicast socket) in my web application. If i create the socket on page load...
View ArticleReal time web application in asp .net c#
Hi friend i am new to socket programming using asp .net c#. Currently i am working on apllication which will receive real time string through multicast socket and display in web form. The data update...
View ArticleProblem with Ajax Calendar layout
HiI am using Ajax Control Kit to add a calendar extender to a textbox, to allow the user to select a date in the calender which will be entered to the textboxThe problem is that the format of the...
View Articleautocomplete extender
I am using the autocomplete extender to search on clients names. The column in the database is a concatenation of first and last name. (firstname +' '+lastname). the search string is - SqlCommandcmd...
View ArticleModal PopUp Extender pass back to a Edit itemTemplate in datagrid
Hi,I am currently trying to pass a value back from my modal popup back into a datagrid that is editable.In my datagrid I have an edit item template set up as<HeaderTemplate><asp:Literal...
View ArticleSend two additional parameter to wcf service from autocompleteextender
<div>Dear frends,</div> <div></div> <div>I want to Send two aditional parameter to wcf service from autocompleteextender.</div> <div>for that i used code...
View ArticleValidate AJAX ComboBox Control using Validation Control
Hi all,How can i validate AJAX ComboBox Control using Validation Controli tried this but not work with me<asp:ComboBox ID="cmb_Qualification" runat="server" DropDownStyle="DropDownList"...
View ArticleError System.Data.Dataset cannot be converted to Integer
Hi,I am getting following error while executing a procedure in Asp.net System.Data.Dataset cannot be converted to IntegerHere is my code:Protected Sub img_button_update_Click(ByVal sender As Object,...
View ArticleControl Bundles and TabContainer Asp.net
Its the first time i write a message so Hi and Thans to ALL .now with my problem .A have created a webapp in ASP.net 4.0 and vb whith master page.So i use a ToolkitScriptManager at the master page and...
View ArticleUncaught TypeError: Cannot read property 'UI' of undefined
I have installed AjaxToolkit using Nuget on Visual Studio 2012 , Web site using .NetFramework 4.5after try it then its give me the following error using chrome developer tools consol"Uncaught...
View Articlehow do we use file upload using ajax asynchronously
how do we use file upload using ajax asynchronously
View ArticleToggle buttons by Jquery/Javascript
HelloI am having four toggle buttons. From server using AJAX callback I get some values and as per these these values i need to display toggle buttons. Now I am able to check the checkbox but I am not...
View ArticleProblems with CollapsiblePanelExtender
I'm using VS 2012, framework 4.5. I want to add a CollapsiblePanelExtender and display "+" and "-" to expand and collapse. I can't seem to make this work. My panel does expand and collapse but only...
View Article