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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

diacoboss

@diacoboss
About
Posts
11
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Custom validator
    D diacoboss

    Thanks compninja25 for helping, Can u even tell me which language U R using here, is dat ...?

    ASP.NET help

  • Custom validator
    D diacoboss

    REquiredFieldValidator is not appropriated cuze I try use the control on a TextBox with a visible mode is False in this case the RequiredFieldValidator doesn't work. Help me about the custom validator, I think it's the only solution.

    ASP.NET help

  • Custom validator
    D diacoboss

    Hi guys, I have a small problem, hope u could help me ! I'm tryin to use a custom validator on a Textbox ! Look : * The code behind now protected void first_CV_ServerValidate(object source, ServerValidateEventArgs args) { if (TextBox2.Text == "") { args.IsValid = false; } else { args.IsValid = true; } } Nothing changes if I set the ValidateEmptyText property of the CustomValidatorCustomValidator to true. Basically, I hoped to see a message when the Textbox is empty! But nothin happen when Click on my submit button Please help me

    ASP.NET help

  • Custom validator
    D diacoboss

    I can't use a RequiredFieldValidator A custom validor is necessary. By setting the ValidateEmptyText I thing quite good. But In the same Page I have RequiredFieldValidator RegularFieldValidator and ValidationSummary and others controls. When I click on the submit button I have a messageBox telling me I forgot sum requiredFields or anytthing like dat. But no reference about the field concerned by the Custom Validator in this same MessageBox! So now I am asking can I show in a messageBox the message error of my CustomValidator ? thx (sorry for my english, I'm French)

    modified on Friday, August 28, 2009 9:45 AM

    ASP.NET help

  • Custom validator
    D diacoboss

    Hi guys, I have a small problem, hope u would help me ! I'm tryin to use a custom validator on a Textbox ! Look : * The code behind now protected void first_CV_ServerValidate(object source, ServerValidateEventArgs args) { if (TextBox2.Text == "") { args.IsValid = false; } else { args.IsValid = true; } } Basically, I hoped to see a message when the Textbox is empty! But nothin happen when Click on my submit button Please help me

    ASP.NET help

  • Sitemap Menu by profils
    D diacoboss

    Thanks guys I will try this tonite I will tell you

    ASP.NET csharp visual-studio security help tutorial

  • Sitemap Menu by profils
    D diacoboss

    Hi Everyone ! I have have small problem. "I work with visual studio 2005." HOW to do if i want to load different Menus depending on the profil of users (general admin, local admin, simple user) I have a connection page there is an authentication by windows, after this the welcome page contains Different menus I need to know HOW to DO to LOAD the right menu acording to the users rights. My menu is directly in the Master Page Thank for Helping me

    ASP.NET csharp visual-studio security help tutorial

  • Gridview : Need help about it [modified]
    D diacoboss

    Hi I have tried this : protected void GridView1_SelectedIndexChanged(object sender, EventArgs e) { Metier_Taxi.Gestion_Utilisateurs Utilisateur = new Metier_Taxi.Gestion_Utilisateurs(); Utilisateur.Supprimer(Convert.ToInt64(GridView1.SelectedRow.Cells[1].Text)); } Do you notice anything wrong or something to add ? Thanks

    ASP.NET

  • Gridview : Need help about it [modified]
    D diacoboss

    Hi, it's done about de gridview (objectdatasource properties) but i did not done anything about "onselectedindexchanging event" can you explain more about dis last point cuze i don't have many skills on it. Thank you

    ASP.NET

  • Gridview : Need help about it [modified]
    D diacoboss

    Methods are created, by another members of my team @ work, what i dont know is how to link the methods to my delete button for example. I have all informations i need about the the methods created by my collegue (he has tooken 10days of)

    ASP.NET

  • Gridview : Need help about it [modified]
    D diacoboss

    I am trying to link the following buttons of my gridview "update, delete and insert". I does not work since last week. So the message error is in french, anyway it means "the objectdatasource can't find the delete method (or insert and update). If someone can give a help about that.Thanks

    modified on Tuesday, March 31, 2009 5:10 AM

    ASP.NET
  • Login

  • Don't have an account? Register

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