Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

Fahad_ADO

@Fahad_ADO
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • disable future dates in calendar extender control
    F Fahad_ADO

    it is not working , what parameters do i give whole calling the java script function in the extender control : for the check Date Function what Arguments do I give while calling , as my java script function is not letting the calendar control work . function checkDate(sender, args) { alert('WHAT'); if (sender._selectedDate <; new Date()) { alert("You cannot select a day earlier than today!"); sender._selectedDate = new Date(); // set the date back to the current date sender._textbox.set_Value(sender._selectedDate.format(sender._format)) } }

    Fad .

    ASP.NET question

  • RegisterForEventValidation
    F Fahad_ADO

    Hi , Im using a repeater controll in asp.net 2.0 , in that controll thee is a link button the the ItemTemplate of the repeter , although the we form is working fine on ym loca pc but while i delpoy it on the server it gives me this error : Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. Please could any one direct me ? im populating my repeater like this : If(!IsPostBack) { my repeater control gets populated from database(); } Also i am using RepeaterItemDataBoudn and repeaters ItemCommand events , to trapp the event when the link button inside the repeater is cliked .But this click is not getting trap with the repeaters event while I had deploye the web form on the stagingin server , and is working fine on my local machine . Help required immediatly ive enabled EventValidation to treu as well ....

    Fad .

    ASP.NET help csharp asp-net database sysadmin

  • Your thoughts required
    F Fahad_ADO

    hi mike ,, I was thinking that isnt there anything in aspdotnet 2.0 through which i can create and manage such hierarchies and roles ?? plz any help will really give me relief .. thanx.....

    Fad .

    C# help tutorial discussion

  • Your thoughts required
    F Fahad_ADO

    hi , I'm in a little trouble these days ... as im wokirng on a new project and needed help. Lets first go thru wat's troubling me : A hierarchy will be set up for the ordering process of Hierarchy users. The order process will work from level 3 to level 2 to level 1. Please note that any level has the ability to order/quote products but can only be submitted to checkout from level 1. The process can begin from level 3 when they log into the system and at this point they will then be able to search the catalog by clicking through the category, subcategory, and product pages to purchase/quote a product. Once they determine the product to purchase by going to the product detail page that item will then be sent to the shopping cart. The user can either have the choice to proceed to checkout or continue shopping. Once they are complete and their shopping cart is up to date, they will then submit the order for processing. The email will at this point be sent to the Level 2 that is assigned to be above the level 3 user for them to approve. The level 2 users will have the ability to add, edit, or change the order by adding or deleting products as well as change the quantity of the product. Once they are satisfied with how the order looks they will be able to approve or disapprove the order. If the order is disapproved, they order will be deleted from the site completely and email will be sent to the users of level 3 that submitted the order letting them know it was disapproved. If the order is approved an email will be sent to the user of level 1 that is assigned to the level 2 user through same department. Once the order has been approved by each level then they will not have the ability to make changes to that order. Level 1 will be responsible for all departments . When the level 1 user receives the email they will be able to log into the system and view the order status window. The level 2 users will have the ability to add, edit, or change the order by adding or deleting products as well as change the quantity of the product. Once they are satisfied with how the order looks they will be able to approve or disapprove the order. If the order is disapproved, they order will be deleted from the site completely and email will be sent to the users of each level that previously viewed or submitted the order letting them know it was disapproved This is the scenario .how to make such a hierarchy ,,any ideas ,,any starter kits recommeded that resmbel to this scenario ,,or ur thought will be a realy BIG c

    C# help tutorial discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups