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,
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
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.
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.
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
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
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.
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
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:
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.
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.
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
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.
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.
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?
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.
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?
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.