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
G

gspiteri

@gspiteri
About
Posts
13
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Finding list of controls from another aspx page within a project
    G gspiteri

    IF your using user controls it isn't an issue simply expose the user control and the controls on that page you wish to access via public properties

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    ASP.NET

  • finding error
    G gspiteri

    tittly wrote:

    string sqlInst = "Insert into timing(s_test)Values(" + test + ")";

    try: Insert into timing(s_test)Values('" + test + "')

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    C# help database security testing beta-testing

  • RegEx for UserName in createuserwizard
    G gspiteri

    Oops sorry dude wasnt thinking

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    ASP.NET algorithms regex help tutorial question

  • How to check This Whole Number ?
    G gspiteri

    half-life wrote:

    Welcome to VS C#, there a Lot of bugs

    lol i hear you half-life :)

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    C# help tutorial question

  • RegEx for UserName in createuserwizard
    G gspiteri

    This will do exactly what you want with no spaces ^\s{0}[\wÑñ._-]{6,20}$

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    ASP.NET algorithms regex help tutorial question

  • How to check This Whole Number ?
    G gspiteri

    I find maskedinputs quite buggy imo i think the more elegant solution would be regular expressions

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    C# help tutorial question

  • Checking several textboxes to make sure none are blank?
    G gspiteri

    If you set required field validators when tabbing to each textbox it instantly does validation i dont see the issue perhaps ive misinterperted your query

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    C# css question

  • Clearing javascript cache in IE7
    G gspiteri

    Ok try selecting tools --> internet options --> settings (under browsing history) --> select the option every time you visit --> set disk size to 8 also you can then click on the advanced tab under security check the box Empty temporary internet files folder every time browser is closed

    A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty I am a Optimist

    ASP.NET csharp javascript asp-net question

  • Filter rows depending on case result
    G gspiteri

    Using CASE Expressions

    Database question

  • ASP.NET - C# passing a variable to the page with postback
    G gspiteri

    Session["Giveitaname"] = value //if the value you are storing is string i suggest do this if(!string.IsNullorEmpty(Session["Giveitaname"].toString()) { newvalue = Session["Giveitaname"].tostring(); } //otherwise just check if null then cast it accordingly

    ASP.NET csharp asp-net help question

  • ASP.NET - C# passing a variable to the page with postback
    G gspiteri

    ffowler wrote:

    Not sure if you need this variable to persist, but if you do, couldn't you assign it to a Session Variable and retrive it whenever you do a postback?

    Have to agree with you FFowler there hold the variable value in session or viewstate but could you elaborate on the sequence of events you are trying to implement?

    ASP.NET csharp asp-net help question

  • Checking several textboxes to make sure none are blank?
    G gspiteri

    Why dont you just use required field validators?

    C# css question

  • MVC Framework
    G gspiteri

    Not really all you have to basically do is understand what events you wish to handle on the page then write events manually handling all business logic on another layer rather then UI BL on UI layer, which inturn makes life so much easier with regards to unit testing. I personally have been implementing a modified version of MVP lately and find it very effective, removes alot of clutter.

    The Lounge asp-net csharp architecture question
  • Login

  • Don't have an account? Register

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