Fetch 3 XML outputs in Ado.net
Hi,My SP output is 3 xml data sets (For which i m getting using XML Explicit)which method i have to use to catch in ado.net?(For single xml dataset i am using public XmlDocument GetMenuXML() {...
View ArticleMicrosoft JScript runtime error: Sys.InvalidOperationException: A control is...
Hi All, I am facing problem in Rad Tab control.Actually master page is not getting updated.so i used update panel.After adding Update Panel i got this type of error which is dedefined below. while...
View ArticleMicrosoft JScript runtime error: Sys.InvalidOperationException: A control is...
Hi All, I am facing problem in Rad Tab control.Actually master page is not getting updated.so i used update panel.After adding Update Panel i got this type of error which is dedefined below. while...
View ArticleVertical Tab Container Height
Hello,I'm using the AJAX toolkit tab container control. I have the tabs set to vertical. Both the tabs and tab content are generated dynamically.This has created a problem, because if the first tab...
View ArticleActionlink.ajax() is not working in ie10
hi all,Actionlink.ajax() is not working in ie10 but working perfectly fine in other browsers , i even tried using $.get() instead of Actionlink.ajax() but of no use
View ArticleCascadingDropDownBox
Hi, I have created a webpage with two drop down boxes.Continent: <asp:DropDownList ID="ddlContinent" runat="server" /><ajaxToolkit:CascadingDropDown ID="cddcontinent" runat="server"...
View ArticleModal Popup Drag/Drop
SO I created a Panel to use to drag my modal popup, but any movement of it when you release the mouse it returns back to it's original position. ANy idea what causes this behavior and how to stop it?...
View ArticleWhere can I find the control style classes?
In general, I would like the ability to customize the control styles.Specifically, I want to customize the AjaxFileUpload control.Where can I find the source style classes?Thanks in...
View ArticleAjaxTab Extender
I am having a gridview inside of ajax tabextender and in the gridview there is a button to edit records. But onclick of that button gridview RowEditing event is not firing. So please tell me the reason...
View Articlemaking html Editor extender control safe, without sanitizers
I was reading an article on the html Editor extender, which makes a textbox into an editor that produces html. Its perfect for my site, except for a few problems. First of all, my site is on a...
View Articlequestion
My project is Document Managemnet Systemin which I have a login form so users can login to system.When a user logs in first his/her profile createsDate Full Name User type (e.g. single user) then...
View ArticleProblem with calculating difference between 2 textbox - ajax enabled datetime...
HII have 2 textboxes, both of which have been enabled with Ajax datetimepicker calendar tool. The textboxes would display the time and date in this format "dd-mm-yy hh:mm am/pm" An example of the...
View ArticleSeadragon Ajax
Helloo friends,i have images path in my mssql database and i want to use Seadragon to display high def on those images using vb.net code.Is there any way to do it.. ex: each employee has a pic.. when...
View ArticleWhy does this code work in server-side code, but not in a class?
Using ASP.NET 3.5 created in VS 2008I have code that builds a message box, that was written by a former co-worker. I use it on all my web forms where I want a message box. it works perfectly when the...
View ArticleCollapsiblePanelExtender Height Issue
Hi All,I am facing this problem in couple of places in my project. I have one header panel and one content panel and I have placed CollapsiblePanelExtender on it it works fine if its collasped but...
View ArticleUploaded file size is 0kb when uploading a file bigger than 100kb
When I try to upload a file that is 150kb (or bigger) then the file gets created on the server but its 0kb big but when I try to upload a file that is 40kb then the upload works fine (onto the...
View ArticleProblem with Accordion and Datasources in different Panes
I'm getting errors after introducing Accordion/Accordion Panes into my code.Can I get some assistance with this? I'm new to ASP.NET so I am still learning how to use its features.This is the...
View ArticleModal pop up inside a UserControl
Is it possible to have a Modal pop up inside a UserControl with 4 buttons and then use that UserControl on a web form without the pop up closing on postback whenever one of those buttons are clicked?...
View ArticleICallBackContainer vs ICallBackEventHandler
ICallBackContainer is a complement of ICallBackEventHandler Interface.So can i use ICallBackContainer alone for making call backs for a control without implementing ICallBackEventHandler in my Page?
View Article