Web Forms :: Allow User To Define Screen Layout?

Dec 13, 2010

I have a custom CRM package and I need to allow specific users have different layouts on selected screens. I do not want to support multiple software packages so I am thinking that I have some type of interface that allows a user to select what fields they want to input on a given screen. However, what is the easiest way to make this happen? I am thinking that I have some type of XML file that is read that a user can define.

View 1 Replies


Similar Messages:

Screen Layout Changes When Press Submit?

Jul 8, 2012

My problem is that I have a webpage that contains an <asp:Menu> control. The orientation is set to horizontal, however, when I click on a submit button, for a split second, it displays as vertical and then right back to horizontal.

View 5 Replies

MVC :: Define "Variable" In Razor Layout?

Jan 6, 2011

How can I define a value in a Razor Layout page to be used in the views that use that layout?

View 2 Replies

User Controls :: Checking Checkbox If Time Is Greater Than User Define

Apr 27, 2016

I have a checkbox on a templatefieled named chkbxlate. I want to write code to check a checkbox or all the checkboxes on that column if the system time is greater than 9:30am during roll call but I don't know how to go about it.

View 1 Replies

Web Forms :: Multiple Layout Varieties For A Single User Control?

Feb 2, 2010

I have a user control that contains an image of a product along with some product details.

If the product image is landscape, I want to render the control one way, and if the product image is portrait, I want to render the control a second way.

Example HTML Layouts (drastically simplified):

<div><table><tr><td>
<p><strong>XXXXXX</strong></p>
</td></tr><table></div>

versus

<div><table><tr><td>
<p><em>XXXXXX</em></p>
</td></tr><table></div>

Right now, both layouts are rendered. How can I conditionally render one layout and not the other?

View 13 Replies

Web Forms :: Radio Buttons In User Control With Complicated Layout?

Mar 8, 2011

I have a user control I'm building that has a table layout with two sets of radio buttons, like:

how I could use a radiobuttonlist for each set of vertical buttons within this layout, unless I used a rowspan on each col, but that seems problematic from a layout perspective? I would rather use a RBL from a programming standpoint.

If I instead used a set of radiobuttons with a groupname for each, how do I get/set the selected button (for each set) from outside the UC?

View 2 Replies

Web Forms :: How To Record The Screen Of The User

Feb 5, 2011

i need to record the screen of the user. basically what the flow is,

1). the application will capture the user's screen

2). store it on server( images)

3). convert the images in avi

4). display the avi to the end user

View 1 Replies

SQL Server :: Show User Define Value If Its Return Null?

Dec 19, 2010

below is my query have one problem:-

[Code]....

In first time My sqlcommand returns null coz if its no data in table..

So on that time i need to show B0... how to do this

View 5 Replies

Forms Data Controls :: How To Launch A New Screen For The User To Do Some Edits

May 10, 2010

User clicks the Edit Link Button on my grid and I want to launch a new screen for the user to do some edits...I need to be able to pull the ID but I cannot figure out what I need to pass to the HandleSelect function and then how to read my column3 to get selectButton.Attributes.Add("onClick", "return HandleSelect(????);")

View 8 Replies

User Controls :: How To Define Mandatory (Required) Property In UserControl

May 7, 2015

How could i set compulsory property of a user control to be set when user adds user control to form.

View 1 Replies

DataSource Controls :: Insert/Update Sp Using User-define Table Type?

Jul 2, 2010

I use a sp to insert/update records. Parsing a DataTable (many) to a user-define table typesTable type:

[Code]....

Table to Insert/Update:

[Code]....

Will this work (snipp from sp)

[Code]....

View 6 Replies

Forms Data Controls :: How To Open Popup Screen On Button On User Control

Oct 7, 2010

i have page where i am calling user control, on user control i want to give button when i click button same user control should appear on popup screen but not able to do , here code

[Code]....

View 6 Replies

Web Forms :: How To Define JavaScript "form1" Expression Code Of Parent .aspx Page, In A Web User Control

Dec 30, 2010

I want to move some parts of the html page containing this function to a new web user control. now "form1" is not defined and it is not working correctly without any error message!

admin.aspx:
Collapse |
Copy Code

View 4 Replies

Dynamically Layout User Controls On A Page?

Feb 25, 2010

I am working on a page where user controls are dynamically added to the page and refreshed with a timer in an updatepanel.

Since I already coded dynamic user control loading into the page, I would also like to implement *some* form of dynamic layout method for those controls. I was thinking coordinate values.

I have used Top and Left properties on panels before to achieve this functionality in my windows forms applications but since this is a web application things are different.

I realize I can do the whole "absolute positioning layout model" override in Visual Studio but as far as I know this only benefits me at design time. Is there a way to programatically trigger that behavior?

I looked at the silverlight Canvas and how you can pass offset values in with your controls. Something like that would be great, but this isn't Silverlight, lol. I also considered a web method to return globs of html tags to fill the area between these controls.

This is a page that would be reused over and over from client to client so this is why I would like to get this dynamic layout working. It would save me much effort later on.

View 5 Replies

Creating A User Control With Variable Layout?

Oct 13, 2010

I have a user control which contains a number of child controls. I want to be able to change the layout of the control (i.e. change the markup surrounding the child controls) via a property of the user control, but I don't want to have to duplicate the child controls themselves. This precludes using, say, a MultiView with different versions of the layout in each view, since in that case I'd have to duplicate the controls. I'd also rather use markup than emit the code for the control directly (as you'd do in a server control).

To give a contrived example, say I have a label and a textbox. In one layout, I want the label and textbox to be contained by divs and laid out on top of each other. In an alternate layout, I want them to be contained side by side in a table.

Should I just go ahead and duplicate the controls between each view? It seems like a violation of the DRY principle, but I'm not sure if I have much choice. A partial solution would be making the views of a multiview into naming containers so that I could at least save myself the time of having to prefix the duplicate control IDs with something to make them unique.

View 3 Replies

How To Consume Razor User Control OR MVC User Control In Layout Page

Mar 5, 2011

It's simple to create both user control from the two world : ASP.NET+Razor or MVC 3.0.But i do not known how to consume the user control FROM the razor"_layout.chtml" page.I want to put such thing within the layout page: <uc:MyTag Prop1="" Prop2="" />So i need to declare this directive at top of the layout file : <%@ Register TagPrefix="uc" TagName="MyTag" Src="Controls/Mytag.ascx" %>

View 1 Replies

Web Forms :: How To Use Tag At Bottom Of Screen Instead Of Top Of Screen

Oct 4, 2010

I am using the below code where I put this tag on a .aspx page:

"<a name="tips"></a>"

Now if I from another page run the code in the hyperlink to navigate to this page2 where I have the above tag. The page will scroll down to this tag automatically where this tag will be at the TOP of the screen.

My question now is if it is instead possible to scroll to the position where you have this tag at the BOTTOM of the screen instead ?

[Code]....

View 7 Replies

Full Screen Doesn't Exist For End User?

Dec 30, 2010

I am creating a project in which i want to display my web page in full screen & Does not allow the end user to ext the full screen until he/she press the button. I google/bing but i dint get any help full material. Even i use this code

[Code]....

View 17 Replies

How To Write A Message On The Screen Without The End User Removing It

Mar 8, 2010

I have written a ASP.NET program for a customer, I want to add a message similar to "Preview version, ABD Consulting" on the master.master page, I had thought to use Response.write but it messes up the look of the page as it seems to move page elemets. If I use a label the customer can remove it from the Master.master file. The customer is in a different country so I want to ensure I'm paid.

View 5 Replies

JQuery :: When The User Mouses Over An Area Of The Screen?

Sep 27, 2010

I am still new to Jquery and trying to sell my boss on it.Is there any good examples that show how I can say when the user mouses over an area of the screen( for a certian Item) it would popup the details of that item? am using vs 2010 / mvc 2 and would like to use Json to get the data for the popup. So it does not have to be loaded all at one time.

View 1 Replies

Crystal Reports :: How To Bypass View Screen And Just Display Print Preview Screen Instead

Apr 29, 2010

I have question regarding printer option page which pop up when i click on print button on crystalreportviewer and when i click okay on that pop up page it displays print preview of the report.

Is there any way to skip that pop up window(Printer Option) and just display (PDF)print preview screen instead?

(I am not exporting report to pdf, just want to display printview screen and when the user click on print button it will print out the page)

I have tried following code but i am getting error:

"Object reference not set to an instance of an object."

[code]....

View 2 Replies

SQL Reporting :: Reportviewer 2010 Is Coming With Blank Screen / Data Exists On The Page But Not Showing On The Screen

Mar 24, 2011

I have upgraded web application from VS.2008 to vs 2010. I was using previously ReportViewer 2008 control in a page and replaced with 2010 ReportViewer Control.

I have installed the ReportViewer Redistributable also in my local pc as well as in the server. Also as per the new requirement I have placed the Scriptmanager in the web page where the reportviewer control located.

While running the page, the reportviewer run the report and is not showing the data on the screen. It shows the blank screen. But If I export the data to execl or world it is showing the data. Also the page numbers in the reportviewer showing the total pages available in the navigation bar. I am sure the report is running and bringing the data to the screen but not showing it.

View 1 Replies

MVC :: Storing Information In Parent Screen ViewData From Child Screen?

Jan 18, 2010

The below is the exact scenario, One form will be there and when user click on "Edit" hyper link other window will open to get more details. In that new window also I have a grid or a table which has other hyperlink which lead to open other window and in that window I will enter few details and save it....

[code]....

View 3 Replies

MVC :: Login Page In App Hosted On IIS 7 Integrated Mode - Its Never Getting Redirected To The Home Screen Or Invalid Login Screen

May 19, 2010

I have created my first MVC application. I am using forms authenticataion. I have created a custom action filter MyAppAuthorizationFilter which inherits from AuthorizeFilter. Inside this filter I'm authenticating the user credentials by checking them against a database table (by overriding OnAuthorize method). If the user is not authenticated, I am redirecting the users to a login page (which is view of LoginController). I am using this filter agaginst my main controller so that all actions in this filter will execute only if the user is authenticated.

I do not have any problem when I use the asp.net development server (shipped with Visual Studio). But when I deploy the app to our IIS7 server, I can see the login screen when I access the default url, but after entering the credentials (both correct and incorrect) and posting back the Login page, it stays on the Login page (clears the pwd, but not the username). Its never getting redirected to the home screen or invalid login screen.

IIS 7 server has .net framework 3.5SP1, but no MVC. So I deployed the System.Web.Mvc dll in the bin folder.

Here's my Code (I've omitted the views and models as they are not needed here):

[MyAppAuthorizationFilter]
public class MainController : Controller
{
//
// GET: / [code]......

View 2 Replies

Take A Screen Capture Of A Particular Area Of The Screen?

Mar 17, 2010

Is it possible to take a screen capture of a particular area of a web-page from the web-page's own ASP.NET code?

I need to display 6 images that are stacked on top of one another using CSS, and I'd like to offer the user the ability to right-click save-as if possible by stacking the screen capture on top top of the original image stack.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved