Trying to call javascript not sure I can do what I want
I am trying to call javascript from the code behind.<%@ Page language="c#" Inherits="tsiWebSite.WebForm1" CodeFile="Main.aspx.cs" %><%@ Import Namespace="my.assembly.stuff"...
View ArticleRequest for the permission of type 'System.Web.AspNetHostingPermission' failed
Built a web app on my local machine, and it works perfectly. Moved everything over to the production server (still editing and building from my local machine to the UNC path...
View ArticleUpdate panel error
Hi,Iam having a gridview inside update panel .when i click Addtocart link in the grid addedtocart link shuld be visible and addtocart get visible false.I have did the code but iam getting error...
View ArticleNavigate pages without reload the master page
HiI'm a new in asp.net and I created a small web site with master page and some pages likeDefault, About Us, Products and Contact usThe master page contain menu control to navigate between the pages...
View ArticleChat Functionality
Can we implement Facebook related chat functionality in asp.net C#?I am already using one chat functionality. But the major problem with that chat functionality is after many Login & Logout, the...
View ArticleShow font size and font on selected text - Htmleditorextender
I have two paragraphs of text in the editorThe first paragraph has font-size as 1 pt and font styyle as arialThe second paragraph has font-size as 4 pt and style as Times New Rom. When I click a text...
View ArticleDefine database Ajax
hey guys i'm new with ajax can u help me by telling me how i define the databases in this code<System.Web.Services.WebMethod()> _ Public Shared Function GetNames(ByVal prefixText As String, ByVal...
View ArticleFetching text data in Ajax Editor
hi,I am storing data from Ajax Editor into database using LINQ where i have a table containing Description column as a text type. I want to fetch the data from description column into Ajax Editor...
View ArticleSession got null (some time) when call to Web services
In my web service I need to get one value from session variable. In the constructor of my web service I am getting this value like constructor() // constructor of web service{ Person p =...
View ArticleAJAX modal popup IE7
Hi,I have an AJAX modal popupextender control on my page and it is working great in all browsers except IE7. Basically, in IE7 when the modal popup is called, it does not display on top of all the...
View ArticleCalendar Control Not Updating
I have a page with 4 calendars and one listview. When the page loads the dates that are in the database highlight on the different calendars.If I click on the dates and click save the listview updates...
View ArticleCalender Control is not working in Croma but it was working in Internet Explorer
Hi,here is my code . Calender Ajax Control is not working in Croma ..<%@ Page Language="C#" AutoEventWireup="true" CodeFile="purchase.aspx.cs" Inherits="purchase" %><%@ Register...
View ArticleMaskedEditExtender number only, remove trailing zeros?
I have the following ASP.NET code -<asp:TextBox ID="txtCellPhoneNo" runat="server"></asp:TextBox><cc1:MaskedEditExtender ID="MaskedEditExtender1" runat="server"...
View Articlehow to use multiple asyncfileupload!!
hi i have the following code which uses ajaxtoolkit asynFileupload control to upload filesnow i need to have around 20 asyncfileupload control and i don't know how to do it easily since i should create...
View ArticleUpdate panel partial postback is not working with user controls containing...
hi,I have a web page containing 2 user controls UC1 and UC2 respectively. UC1 contains an update panel. Inside this update panel is a drop down control.Issue: When i change the value of drop down which...
View ArticleType 'System.Web.UI.ScriptManager' does not have a public property named...
Hi All,I am very new to ASP.NET Ajax. In fact this is my first application. I already have a asp.net 3.5 website running. Now I want to add an update panel to it. So that the gridview inside the update...
View Articleneed help using asaj autocomplete
i know there is threades about this issues but i need more specific help with the code i'm new in this i get the following error while using two diffrent codes .. i want 2 connect ajax to my database...
View ArticleLine spacing in Ajax editor control
Hello everyone.I implemented ajax editor control on a page in my web project. it is implimented that after finishing writing,editing whatever i will be able to save the content into database. this can...
View ArticlePopup Confirmation Control
I am looking for a control that would display to confirm changes i.e. Data saved, updated etc.At present i just use a panel to display this message which is on the same page but thought when a user...
View ArticleAjax callback execution reversed
Trying to execute Ajax callback from an .aspx page with Visual Studio 2010. But debugging shows that the Ajax routine runs the success function before the server url, so it fails because of lack of...
View Article