Skip to main content

All Questions

Tagged with
0 votes
2 answers
46 views

Place dynamically created controls in a 2 or 3 column display

I've managed to successfully create a panel with dynamically created label and textbox created controls and now I need to be able to place them in a 1 (easy), 2 or 3 column display within the panel (...
Prescott Chartier's user avatar
0 votes
1 answer
68 views

Make ASP.NET panel width the same as aspx page width

I have the following aspx page: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="SectionPreview.aspx.vb" Inherits="Management.SectionPreview" %...
Prescott Chartier's user avatar
0 votes
1 answer
53 views

ASP.NET controls not rendering in runtime (are null) after AJAX call

I have the following aspx panel: <asp:Panel ID="EndPanel" runat="server" CssClass="container" Visible="false"> <asp:Image ID="Border" ...
Impossiblegend's user avatar
0 votes
1 answer
43 views

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 ...
LARC's user avatar
  • 109
0 votes
2 answers
300 views

Panel is not coming on top, Z-index is not working for panels

I have two panels in my asp.net project. Each having controls of their own. The 2nd panel is contained within the 1st panel. Even if i give lower z-index for the 2nd panel, it is always visible above ...
Mahadevan R's user avatar
0 votes
1 answer
1k views

Panel visibility asp.net

Forgive me as this is my first post and I am far from being IT savvy but I have been working on a project for my new job... I am using Visual Studio 2017 and a asp.net Web form template. I have ...
NutellaSpoon's user avatar
1 vote
1 answer
313 views

Disable/Enable a button inside a panel on an ascx control in a vb.net website from codebehind not JQuery

In my website I have a vb.net ascx control which contains a number of textboxes and a button. When the button is clicked I want to disable it, then perform some actions using the values of the ...
Colin Plater's user avatar
0 votes
1 answer
196 views

Changing an asp:Panels CSS Class that is within a DataList ItemTemplate

I am trying to create a DataList with multiple panels, and I want to change the Panel's CSS based on the returning results of the DataList. I am having a problem with not being able to call the ID on ...
NeoAer's user avatar
  • 327
2 votes
0 answers
436 views

Panel.controls returns null when it is generated

Background: I am implementing a asp.net web form in .Net framework 4.7.2. I am currently trying to retrieve list of values from generated controls in a Panel. Note that the panel is within a Modal. ...
herrokeeti's user avatar
1 vote
0 answers
136 views

Populate the `asp:Panel` in ASP.Net C# form with value rows selected of MySQL database table

I need to populate the asp:Panel in aspnet C# form with value rows selected of MySQL database table. in this example, I have two rows returned form table: mysql> SELECT dt, hh, dtes, ...
user avatar
0 votes
1 answer
105 views

Howto sort several UpdatePanels/Panels in a aspx via c# code?

I'm developing a website where I need to sort some static asp:UpdatePanels and asp:Panels including all controls inside these panels in according to database setup But I don't know how to do it :-( Is ...
Michael Eriksen's user avatar
0 votes
1 answer
94 views

Show / Hide Panel with 1 imagebutton

I'm new to asp.net and C#. Right now, I'm creating a small webpage with panels etc. Situation: I got a Panel (let's say Panel1). And an Imagebutton (Button1). I can Show the Panel (onclick event) in ...
Diego Bell's user avatar
0 votes
1 answer
2k views

ASP.Net Panel to Image

I have a control of Panel and within panel I have sapn control on each span I have some colorfull text, all I want to save as image, is it possible? If yes how? I am using asp.net and c#. <asp:...
Hanbey's user avatar
  • 13
0 votes
0 answers
270 views

Collapse Panel on postback in asp.net

I have two panels with a gridview in each. I want to expand panels on pageload but if I collapse one of the panel later I want the planel to stay collapsed on postback when I update gridview in other ...
Programmermid's user avatar
0 votes
1 answer
74 views

How create an ASP.NET C# that can generate its own field and and new panels?

I am trying to create a web app that can create a survey form just like google forms. <asp:Panel ID="container" runat="server"></asp:Panel> <asp:Panel ID="question" runat="server" ...
Haakon's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
18