Content
How can word file displayed in a div container be printed in a pdf format?
I am trying to have a single page that will can be used to display either a word (.doc/.docx) or a PDF file. Instead of having two pages, each for word and pdf files. It’s a success but printing either of these formats in PDF is where I have…


I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…


How do I toggle between Portrait and Landscape card using custom toggle button
Hello forum, I recently created a toggle button to help toggle between landscape and portrait mode of bootstrap card, before user can print. Please how can I make the toggle button I created to change the orientation of the card? I have no idea how to do…


Printing a div card with exact styles as it appears on the web page
On my web form, I have these div card where there are labels with values, and two image controls. The labels on the card can have their font-family and color changed by the user o the client side to the desire of the user, using controls provided to do…


Any sample .net websites with authentication & authorization?
I would like to create a web portal with the following features. Authentication & authorization Connect to sql database Pages are base on their roles where i can have the versatility to set A decent master page Create, Read, Update and delete…


How to convert xml to style so that browser can render html from xml when using RSS
I have downloaded a app called MessageBoard and trying to configure RSS Feed to output serialised data to browser. The result display a error message with code written in xml format. This XML file does not appear to have any style information associated…


Web form issue
Hi, I get "undefined" unexpectedly to the column/field below, while there is the proper row value returned from the table. What is the reason? html += "<td >货币</td><td style='font-weight:…


API for currency exchange rate
Hi, How about the way to directly retrieve currency exchange rate automatically?


How do you display html data tags surrounding text within a XML file
I have created a RSS Feed using xml data and converted via xslt for display in browser window. I now insert the data for display using a ajax text editor which now injects additional style tags to the data and inserts into xml file like such. <rss…


Input control used to display and change font-family does not work with multiple javascript
I have controls that can be used to change font-family and colors of label controls. The input control is for changing font-family while the AjaxControlToolkit ColorPickerExtender is used to change labels color. At the top of my HTML page, I registered…


Problem capturing value from cell in gridview using GridView1_RowUpdating in ASP.net(VB). Getting error below.
Line 73: Line 74: 'Compute Final Price Line 75: Dim ItemPrice As String = TryCast(GridView1.Rows(e.RowIndex).FindControl("Price"), TextBox).Text.ToString Line 76: hfFinalPrice.Value = hfItemQuanGrid.Value *…


Printing a particular div tag with labels and images intact in their positions
I have this div tag where labels, image controls and background image are displayed. The background image is gotten from database and displayed in the div like this: protected void Page_Load(object sender, EventArgs e) { if…


Is it true that .aspx (WebForms) is old technology and will be absent in all future asp.net versions?
I wonder that people say that WebForms is old/legacy/outdated technology, and that everyone should create MVC/.Core projects, which have no .aspx pages. Is it true that .aspx technology (WebForms) is not developed any more? I like visual design in…


Using overflow style property to scroll web page contents, not working
I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…


vertically scrolling web page using overflow style property
I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…


how to call a controller method from razor view text input field
how to call a controller method from razor view text input field


UpdatePanel (ASP), I lose inserted objects when I insert new objects dynamically
I'm trying to insert one object (Panel) after another inside an UpdatePanel type object (by means of a button), this with the aim of forming an array that looks horizontal visually when the user inserts it inside the UpdatePanel. The problem I have is…


Asp.net require field validator stops click event
Hi, i have designed web part in SharePoint 2019, problem: as i place required field validator on text box, so it stops button click event. (asp.net button click event) as i remove require field validator, button click events works. Kindly suggest, what…
web config page access and permission not working with Global asax Routing
How do I give permission to a web page or web form for all users in web config file when routing is done in the Global asax file? This is how I grant permission to all users in the web config file for a page named topic.aspx <location…


ASP.NET Webforms app error: MetadataAddress or Authority must use HTTPS unless disabled for developm
Using VS 2022 I just created a new Asp.Net app using the Weforms tamplate along with Asp.net Identity authentication. I built the app and tried to run it but get this error in the browser: The MetadataAddress or Authority must use HTTPS unless…

