Web Forms :: App With Multilevel Approval Stages

Jan 24, 2016

I am developing a webform (vb.net and sql server) that a user/applicant fills in and submits for approval. I have managed to do this with the application having only two stages the applicant and the approver('Status' field changes from waiting to approved or declined). However i need it to be multi level say at anytime there may be need to have more serial approvers, from one to another. I was thinking maybe to have another separate table that only keeps data of approvers,

View 1 Replies


Similar Messages:

Web Forms :: Event Life Cycle Stages And Its Explanation?

Jan 8, 2014

ASP.Net page life cycle events with code example C#

View 1 Replies

Web Forms :: How To Write Approval Function Through Email

Apr 27, 2016

How to develop approval system through email using asp.net?

Process Flow:

1. User submit order form request to manager. - The Order Form will send email to manager and ask for the approval.

2. Manager will do approve on his email.

View 1 Replies

Php - Application To Handle Form Approval?

May 20, 2010

Hopefully this is the right place for this question. I have done a fair amount of research and yet to find anything that matches what I want. What I'm envisioning is the following. Let me know if any of you know of a program that will do what I want. Also it must be web-based anom user -> fills out form -> email gets sent to admin saying xyz has filled out form abc with links to approve/disapprove request.

admin can also login and edit form and resent results to original submitter. Also once the admin approves/disapproves request the original submitter gets an approve/disapprove email.

and you can search by date submitted, specific project/form, status of request(submitted, approved, disapproved). all on where I could find this? I started to look into drupal with workflows and actions but it just doesn't flow right for this

View 1 Replies

Verification A User's Role And Approval

Nov 11, 2010

There used to a lot of tutorials on the asp.net site and I can't find any of them anymore. Anyway, I'm looking for a tutorial on how to send out an email to the newly registered user for verficiation. After the user checks his/her email and click the link in the email, it automatically unlock the user's account and allow him/her to login to the site. Below is what I have so far:

[Code]....

[Code]....

And verification page_load:
[Code]....

The user does receive the verification email and when he/she click on the link it does come over to the verification.aspx page; however, the user still can't login. When I looked at the status of the user, it's still locked.

View 2 Replies

Forms Data Controls :: How To Read Multilevel Xml In Vb

Jul 29, 2010

In reference to this

reading this multilevel xml to a RadGrid.

1) I am planning not to use Aspx for this

2) The node named Item would eventually change as per app Requirements. So, I don't want to restrict my xpath to something like "//Product/Item"

[Code]....

I am reading this xml from codebehind and iterating through xmlnodes to display in the grid.find my snippet below:

[Code]....

It would be great if you can help me correct or provide a solution to this issue without converting to XSL. I need the Columns: ItemID, ProductNo, indented Description with ManufacDate and ManufacID. I m not sure how to get this displayed.

View 3 Replies

Security :: How To Prevent New Users From Logging In Immediately / Account Approval

Jul 17, 2010

I am implementing strightforward membership provider. I do not want new users to be able to login without being approved.

I have tried the setting on the registration wizard called DisableCreatedUser="True" and this does not work.

I also set LoginCreatedUser to False, and the user still gets logged in.

If I look in the SQL membership table, 'IsApproved' is set to 0 for the account, but they can still login.

View 9 Replies

Forms Data Controls :: How To Display Multilevel Hierarchy In GridView

Oct 7, 2010

I need to display data in GridView with Multileve hierarchy same like Treeview.

View 5 Replies

Web Forms :: Put Multilevel Navigation Structure (from A Database) Into The Menu - Control

Jul 23, 2010

In classic ASP I would write some logic to get a nice menu on the site, but now with the Menu-control, it's as easy as it gets.. Maybe to easy. I can't quite figure out how I would do this.. I have a multilevel navigation structure (from a database) that I want to put into the Menu-control, but I don't know which approach is the best/easiest way for me..

I'm all into performance, usability and all that.. The only thing I have really decided is that I want to use the Menu-control, I haven't decided what datasource I should use or how to style the individual links my way The data is coming from a database and is not supposed to be changed very often (maybe once or twice every month).. Thought of making an XML-sitemap, but also of making some sort of SQL-hookup.. I'm leaning towards the XML-sitemap because it wouldn't take long to generate the XML every time the navigation changes and that won't happen very often. The next issue is styling, how to do that? I have the neccesary css ready for the individual links, but I'm still unsure of how to get it to the Menu-control.. The css I have looks like below and in its current form is intended just for the anchors

[Code]....

View 4 Replies

How To Read Multilevel Xml In Vb.net

Jul 29, 2010

reading this multilevel xml to a RadGrid. 1) I am planning not to use Aspx for this 2) The node named Item would eventually change as per app Requirements. So, I don't want to restrict my xpath to something like

[code].....

View 1 Replies

AJAX :: Can HoverMenuExtender Be Used As Multilevel Website Menu

Feb 24, 2010

No one replied to my earlier request of hot to get MY code to work. So i thought i would ask it a different way. Can HoverMenuExtender be used to create a multilevel navigation menu system for a website? If so how? I have tried several ways to do this and keep running into the same brickwall of when hovering over the Second SubMenu the First SubMenu disapears. I have tried several can Menu systems but all seem to be lacking in versatility or cost WAY too much.

View 1 Replies

Multilevel Gridview Showing Extra Fields

Apr 4, 2014

I am making a leave management program in asp.net using c#. Im having a problem on my multilevel gridview where it show all the fields i called in a query but I only specifiy some columns to be shown in a label using Bind

Here is my code for my design

<asp:TemplateField HeaderStyle-BorderStyle="None" ItemStyle-Width="10" ItemStyle-CssClass="tRight" ItemStyle-HorizontalAlign="left">
<ItemTemplate>
<img title= "View Details" style="cursor: pointer" src="../Images/plus.png/"/>
<asp:Panel ID="pnlRegDetails" runat="server" Style="display:none;"> <!-- Plus sign panel -->
<div style="padding:2px 2px 2px 2px;">

[Code] .....

And here is my code in c# in code behind

protected void bindLeaveApplication6()
{
int cutoffid = getCutOffID(cboCutOffSelect.SelectedValue);
using (SqlConnection conn = new SqlConnection(DAO.ConnectionString))
{
conn.Open();

[Code] ....

View 3 Replies

Multilevel Nested Product Categories Display With C# And Sql Server?

Jun 9, 2010

I have a product category table with the following fields:

cat_id (PK)
Cat_name
Cat_desc
Parent_Cat_Id

Now when a user wants to add a product he should be able to select multiple categories from a listbox(multiselection enabaled). But to let the user know the hierarchy of the categories, I need to display them in the following style:

parent category 1
parent category 1->sub category 1
parent category 1->sub category 1->sub-sub category 1
parent category 1->sub category 1->sub-sub category 2
parent category 1->sub category 2
Parent category 2.........

I know that to achieve this I need to use recursive programming. But how can we do it via stored procedures?

View 2 Replies

AJAX :: Collapsible Multilevel Datalist Leftside Menu?

Feb 17, 2010

I have a user control which has following code to display collapsible multi level menu. i have used datalist control, CollapsiblePanelExtender to do it. but problem is when i click first level or second level menu it dosn't go to the corresponding page. because suppresspostback="true" in both the extender. if i don't do that it gets collapsed for all time. the situation i need to implement is when the menu loads it should be collapsed totally.

when i click the first level menu it will display the corresponding page and expanded to show the next level menu and go on this way. whenever i click another first level menu it will be expanded like the before and all other first level menu will be collapsed. same thing will happen for second level menu also. how can i achievezthis? it is like [URL]. all menu item informations are from database.

[Code]....

View 1 Replies

Custom Server Controls :: Create Menu With MultiLevel SubMenu?

Sep 25, 2010

i want to Create MultiLevel subMenu With this code

[Code]....

I use MenuItems from properties for adding the SubItems. I want to Create this like

[Code]....

but after adding the subItems my Source is like this

[Code]....

the subitems dont Create

I do this job According (post 4) from this link

[URL]

View 1 Replies

Multilevel Gridview Loses Original Width When Panel Is Shown

Apr 6, 2014

I have this interface of multilevel grid built in VStudio 2010 using asp.net.

My grid will show the 2nd level then the 3rd (2nd grid as its parent) when plus signs are clicked. however the parent gridview loses its original width when the panel shows up.

Is there a way to maintain its width so the design will be as is.

please see the picture

View 1 Replies

Data Controls :: Multilevel Nested GridView Variable Width

Apr 7, 2014

I have this interface of multilevel grid built in VStudio 2010 using asp.net.My grid will show the 2nd level then the 3rd (2nd grid as its parent) when plus signs are clicked. however the parent gridview loses its original width when the panel shows up. Is there a way to maintain its width so the design will be as is. See the picture by clicking the link

Attached image ....

View 1 Replies

AJAX :: Database Driven MultiLevel Bootstrap (Responsive) Vertical Menu

Apr 27, 2016

I am using this article [URL] ....

But this article is in Horizontal Menu

I would like to ask about Vertical Menu like this [URL] ...

View 1 Replies

DataSource Controls :: Linq To Entities - Multilevel Projection Into Business Class And Not Breaking Deferred Execution?

Mar 18, 2010

I have a problem. (this a simplfied example)

In Entity framework I have a class which is effectively

fooEntity
{
public Guid Id {get; set;}
and a collection of fooChildEntity
}
a fooChildEntity is again an entityframework class
fooChildEntity
{
public Guid kidId {get; set;}
}

Now I also have a pair of business layer classes foo and fooChild

foo
{
public Guid Id {get; set;}
ilist<fooChild> Children {get;set;}
}
fooChild
{
public Guid kidId {get; set;}
}

My aim is to write a linq to entites that will allow me to convert the entity foo and children into the business foo and children without breaking deferred execution ( I will be adding filters to reduce the recordset at a higher coding level in the business layer)

doing something like

this.context.fooEntity

.include(fooChildEntity)

.Select( fe => new foo { Id=fe.Id ,

fe.foreach(fec => Children.add( new fooChild { kidId = fec.kidId}))})

.AsIQueryable()

is plainly rubbish and would never compile - it is however an indication of the direction I was thinking .

Even if I got a foreach to work like that or similar it would break deferred execution

At this point there are around 300,000 foo entities which I will eventualy filter to 5 or 6 foo's - this is why deferred execution is needed.

View 1 Replies

Data Controls :: Hide Child Nested GridView In Multilevel Nested GridView If No Data Or Empty

Dec 5, 2013

In Nested Grid, we get a '+' sign.   The problem is that '+' sign appears all times, even if there are no child records for that row. 1. Can we enable/disable OR Hide/Unhide '+' sign. depending on if child rows exits.2. OR alteast we can put some bgcolor indicating to user that this record do have child rows. Without any indicator user may feel quite annoying to click on '+' sign and nothing happens.

View 1 Replies

Web Forms :: How To Show Progress Bar When File Is Uploading In Windows Forms (Winforms) Application

Jun 15, 2013

how to show the progress bar when file is upolading

in windows application with C#

View 1 Replies

Web Forms :: Forgot Password - Page Not Accessible To Non-LoggedIn Users In Forms Authentication

May 7, 2015

URL....I use this one as my login, and I addes hyperlink for Forgot Password. But why I can't access the FORGOT PASSWORD.aspx for every time I click it. And when I login it redirects t Forgot Password.How I can access it without logging in?

View 1 Replies

Web Forms :: In Session Timeout Page Is Not Redirecting To Defaulturl In Forms Authentication?

Apr 13, 2010

In our application we are using forms authentication, we have given defaulturl also in the config file. But the problem is that it is not getting redirected to the default url when the session timeout is occuring.

View 2 Replies

Web Forms :: How To Create Printable Web Forms Using Word Or Excel Docs As A Guidline

Mar 21, 2010

I have been presented with numerous word and excel docs. The goal is to put them online and bind to a database for the fields and also to store data for easy searching and reporting.

Has anyone done anything like this before?

I know the easy solution would be to create a database table for each particula form and also an ASP.net page for each form.

But then there are problems like printing and correct formating so it fits on the page, spaning multiple pages and so on.

And also is there any advice on how to write to PDF straight from the page?

View 1 Replies

Web Forms :: 'System.Windows.Forms.TreeViewEventArgs' Is Not Defined - Warning BC40056

Jan 18, 2011

I have a treeview named Treeview1 with checkboxes. I want the child checkboxes to be checked if parent is checked.

I am trying to use a simple code that I found on msdn :

[Code]....

For some reasons I got this error and I really dont understand why:

Type 'System.Windows.Forms.TreeViewEventArgs' is not defined.

warning BC40056: Namespace or type specified in the Imports 'System.Windows.Forms' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

View 3 Replies







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