show username
i haave two tables users and documenti run query thisALTER procedure [dbo].[sp_get_doc_username] @userid int as SELECT dbo.[Document].DocID, dbo.Users.UserName AS Uploadedby,...
View ArticleProblem with HtmlEditorExtender
HeyI have a strange problem with my HtmlEditorExtender, when I load some html text in to it it looks like this.If I click in the textbox and then click some where else it looks right like this.can any...
View ArticleAjax CalendarExtender problem
Hello everyone,I have two textboxes named "CheckIn Date" and "CheckOut Date" having CalenderExtender Bind.I want to set the default month display in "CheckOut Date" on TextChange of "CheckIn Date".And...
View ArticleScriptManager.RegisterStartupScript using web user control
Hi,I am facing a problum using ScriptManager.RegisterStartupScript. I want to call script but its not registering.actually I hava aspx page and on that page I use the Grid view with template fields,...
View ArticleRebind AutoComplete Extender
Hello Friends, i am using Auto Complete Extender in my project, i have cutomised it a little bit according to my requirement,i am showing an error message if the list is not displayed...
View Articleproject in asp.net
is this possible to make a timeline like a facebook in asp.net.There is a task assign for me to make a office indivisual time line like facebook for time sheet management, which have have two section...
View ArticlePopulating Datagrid
Please i am working on a project. this code updates two dropdowns from Mysql database using Ajax. My isssue is how will i update the datagrid using ajax with the information on the last dropdown.
View ArticleMask Edit Time ?
HelloI can enter 99:99:99 to mask time extender. How can i give message when user enter except between 00:00:00 and 23:59:59 ?. Also set time to 00:00:00 when user enter except between 00:00:00 and...
View Articlecreate HTML page using Editor Control content
Hi,My requirement is users upload some html pages (in word file they paste some text with images and save as html) so that i need to display those pages in some other page for this im using iframe.that...
View ArticlePartial update not working
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:UpdatePanel runat="server" ID="UpdatePanel1"><ContentTemplate><asp:TextBox runat="server"...
View Articlepop up box question
<asp:Hyperlink ID="GamePlay" runat="server" NavigateUrl='<%# Eval("FileName", "games/gamePlay.aspx?filename={0}") %>' Text="<img src='images/imgGame.jpg' alt='alternate text'...
View ArticleHow to make AnimationExtender area scrollable?
How to make AnimationExtender area scrollable?Heres my source code<ajaxToolkit:AnimationExtender id="OpenAnimation" runat="server" TargetControlID="btnExplaination"...
View Articleupload file
heyi upload file but it save in directory and i also wnat to show in gridviewmy code isthis is upload button codeprotected void Button1_Click(object sender, EventArgs e) { TextBox1.Text = "";...
View ArticleAjax control toolkit for vs 2010
I am using vs 2010.This is my default.aspx page source code as follows<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="aLWAYSvISIBLE.WebForm1" %><%@...
View ArticleAjax control extender error There is no source code available for the current...
I am using VS 2005 C# and XP. I have a website that uses a custom message box. The message box is accessed by a method located on a master page. I have several pages that are using the message box and...
View ArticleMaskedEditExtender
Hi,Im using the MaskedEditExtender for Date format. My Date Format is Only Month and Year<abd:MaskedEditExtender ID="creg" runat="server" TargetControlID="tderbox" InputDirection="LeftToRight"...
View ArticleComboBox onclick select all text
as the subject, anyone having idea how to do that ? it will be troublesome if everytime we need to highlight it using mouse or double click
View ArticleWhy does sys.Application.raiseLoad() get fired when document.readyState =...
I have several pages in my site with ModalPopupExtenders in them. Generally, the MPE markup is at the end of the aspx. We've started to see that these popups produce inconsistent behaviour in IE9...
View ArticleAjaxControlToolkit.Sanitizer is not working with HtmlAgilityPack 1.4.6
I am using HtmlAgilityPackSanitizerProvider in my asp.net 4.5 website application. I want to use latest HtmlAgilityPack 1.4.6 but the asp.net ajax control toolkit SanitizerProviders giving me error...
View ArticleajaxToolkit HtmlEditorExtender sanitizer is not working even though properly...
Asp.net 4.5 , IIS 8The sanitizer even not removing this simple script<script>alert('error')</script>Ok here my config<asp:TextBox ID="txtMessageBody" TextMode="MultiLine" Height="500px"...
View Article