Sharing master page between different web applications
Hi, I want to share a master page between different web applications. Can anybody please advice me how can I do it? I have master page in a web application called CommonLogin, can I have detailed page...
View ArticlePage_Load event raises when I open jquery dialog window from User Control
Hi Guys In my web application I am using the following pages. a. Master Page : Site.Master b. Aspx Page : ABC.aspx c. User Control : UC.ascx d. Aspx Page : email.aspx Now the scenario is: The...
View ArticleBest way to persist more than 100 values across postback in Asp.net 3.5
I am working on an application with Asp.net 3.5. I need to take so many inputs from user including Personal info, Dependent info, plan info etc. having around more than 100 values.After taking input I...
View Articlehow to initialize master page items in ASP.Net MVC
I have a master page and other views in me project. how can I inilialize the data items and controls (such as controls that set with a Viewbag and Viewdata) in master page. when I call a Controlller in...
View ArticleHow to display Regression equation and R-squared value
How to display regression equation and R-squared value along with trendline in asp.Net Chart control.
View ArticleHow to use http://flexpaper.devaldi.com/ to share PDF file on web page
Hi, I want to know approches to use http://flexpaper.devaldi.com/ in our asp.net project. I have tried but i am a little bit confused so please provide help to use this. I want to know that it is...
View ArticlePossibility of having several pages open. aspx in internet explorer in my...
ability to display multiple pages. aspx in tabs or multiview on my website. net 2013 when clicking on the menu option "clients" on page 1 (listacliente.aspx) display with a list of customers. when...
View ArticleSystem.Web.UI.DataVisualization.Charting
I have been able to display a Chart that contains a Series that display Date on the X Axis and various Values on the Y Axis. On the same chart, I now want to display rectangles. I have tried...
View ArticleAntiForgeryToken after session timeout
I'm trying to understand the lifecycle of the AntiForgeryToken. Let's say the user starts to enter a form, and then leaves for lunch before finishing the form. When the user started to enter data,...
View ArticleImage galleries
Hi all, I haven't been on this forum for a few years now but as I now have a technical question, I have returned! Basically, I am looking an online repository for all our images and videos etc that...
View ArticleTFS build error
Hi All, I am getting the following error when I am trying to deploy a web application into TFS server. Here is the error message Unable to cast object of type...
View ArticleExporting Repeater values in to Excel
Hi All, I am trying to write repeater values in to Excel file, it is writing something but it not writing clearly. Can anybody please help where am I doing mistake. Another problem is repeater control...
View ArticleHow to save secured password for individual users
As of now,Popup in a page asks for password and onclick jquery ajax method calls webmethod, which returns the actual password of the user for validation. But if a press F12,the password gets viewed as...
View Articleweb api query - 401 error
Dear all, When I call 'api/values', it only allows me login as 'full' user details, but if a login as 'trial' user login details, it throws a 401 error. I would like to ask, if I am missing something...
View Articlehow to drag usercontrol to page
Hi, I have written a control that inherits from DataBoundControl[ToolboxData("<{0}:MyClass runat="server"></{0}:MyClass>")] [Designer(typeof(MyClassDesigner))] [ToolboxItem(true)]...
View Articlei am not able to insert images to word document created through C#
please explain me how to insert images to word document created through .net
View ArticleGridviews and hyperlinks help please
Hey Guys i have to create a webpage that has a button and gridview, once the button is pressed it triggers the click button method which searches my computer for files in a specific folder once files...
View ArticleConverting aspx pages into ascx pages
Hi, I have some aspx pages, as we are adding some new applications which are going to use some of the same pages we want to make those common pages as user controls. I started making the aspx pages...
View Articleapply styles in excel with Openxml
I am using OpenXML to generate Excel doc how to I apply styles for specific cell?Dim CellStyleFormats AsNew CellStyleFormats With CellStyleFormats .????? EndWith mergeCell.Append(CellStyleFormats)...
View ArticleNeed a solution for my problem
Hi All, I have a Web Application called FDP which is in .Net 2.0 and there are other 4 applications which are in classic asp. Now we are planning to convert all these 5 applications in to .Net 4.5. We...
View Article