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
J

Jagz W

@Jagz W
About
Posts
103
Topics
59
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • asp.net
    J Jagz W

    You can use asp.net login controls for creating login page. Use repeater or datagrid to display product list. Or Use default asp.net template. Code is important, but it's a small part the of overall process. Jagz W

    ASP.NET csharp asp-net

  • MS has lost it all! Time to move on?
    J Jagz W

    I am totally agree with you. What the question in my mind is, What are other options for developers? I have started my career six years back in programming with asp.net 1.1 and still working in asp.net 4.5 Code is important, but it's a small part the of overall process. Jagz W

    The Lounge csharp android com game-dev question

  • Santa Claus as a developer
    J Jagz W

    There will be no holiday on christmas One person's data is another person's program. --J.Walia

    The Lounge question

  • How was your first day on .net?
    J Jagz W

    I used .Net (1.1) when i was in college. In my training section, my teacher showed me, how to build web page using vs controls. Then i started playing with textboxes, images and others controls and created a new website for one of my friend. One person's data is another person's program. --J.Walia

    The Lounge csharp visual-studio java android dotnet

  • Can we show validation message differently in MVC3
    J Jagz W

    Hi all, I have textbox with of email. It has two validation one is required and another is regularexpression. Can i show different message for the both validation? e.g This is validation logic [Required(ErrorMessage = "*")] [DataType(DataType.EmailAddress)] [RegularExpression("^[\\w-]+(\\.[\\w-]+)*@([a-z0-9-]+(\\.[a-z0-9-]+)*?\\.[a-z]{2,6}|(\\d{1,3}\\.){3}\\d{1,3})(:\\d{4})?$", ErrorMessage = "Email address should be in proper format (e.g. username@domain.com)")] public String Email { get; set; } Below is html <div class="input_set"> <div class="editor-label"> @Html.LabelFor(model => model.Email) </div> <div class="editor-field"> @Html.TextBoxFor(model => model.Email) <br /> @Html.ValidationMessageFor(model => model.Email) </div> </div> Now i wnat to show @Html.ValidationMessageFor(model => model.Email) message in different location. One person's data is another person's program. --J.Walia

    ASP.NET html com question

  • How to get rows having sum equal to given value
    J Jagz W

    I think this cannot be done in a single query. You need to create combination by looping One person's data is another person's program. --J.Walia

    Database question tutorial

  • Can a web application run without Web.Config [modified]
    J Jagz W

    how i can use machine.config inside of web.config One person's data is another person's program. --J.Walia

    ASP.NET question

  • Can a web application run without Web.Config [modified]
    J Jagz W

    done. Thanks One person's data is another person's program. --J.Walia

    ASP.NET question

  • Can a web application run without Web.Config [modified]
    J Jagz W

    Can a web application run without Web.Config, If Yes then How? One person's data is another person's program. --J.Walia -- Modified Friday, May 13, 2011 11:47 AM

    ASP.NET question

  • Multiple check Boxes Events and Text Boxes Enabling
    J Jagz W

    use switch case and handle the checkbox checked event

    One person's data is another person's program. --J.Walia

    ASP.NET help csharp asp-net tutorial question

  • Date Problem in SL
    J Jagz W

    how i can handle this??

    One person's data is another person's program. --J.Walia

    WPF wpf sysadmin help

  • Date Problem in SL
    J Jagz W

    I am displaying date in my .XAML page In .XAML.VB e.g variablename = date.now() But it is returning my client date. i want to display server date.

    One person's data is another person's program. --J.Walia

    WPF wpf sysadmin help

  • @@rowcount is now working with while and if statement
    J Jagz W

    I have created a sp in which i have used @@rowcount with while but it is not working e.g Select * from #temp print @@rowcount while @@rowcount <> 0 begin ---- ---- --- end the print command is giving rowcount 1 but still it is not working

    One person's data is another person's program. --J.Walia

    Database sharepoint

  • Does PRINT work in sql server function
    J Jagz W

    thanks sir. One person's data is another person's program. --J.Walia

    Database database sql-server sysadmin question

  • Does PRINT work in sql server function
    J Jagz W

    thanks for reply. then what is solution for this? I have one more question. can we use Execute sp_executesql in functions One person's data is another person's program. --J.Walia

    Database database sql-server sysadmin question

  • Does PRINT work in sql server function
    J Jagz W

    but i am getting the below error: Invalid use of side-effecting or time dependent operator in 'PRINT' within function One person's data is another person's program. --J.Walia

    Database database sql-server sysadmin question

  • Does PRINT work in sql server function
    J Jagz W

    Hi all Does PRINT work in sql server function??? One person's data is another person's program. --J.Walia

    Database database sql-server sysadmin question

  • how to get selected item of listbox
    J Jagz W

    i want to get selected item of listbox.

    One person's data is another person's program. --J.Walia

    WPF tutorial

  • how to get selected item of listbox
    J Jagz W

    i have listbox inside a datagrid. when user click save button i want to get the selected value of the list.

    One person's data is another person's program. --J.Walia

    WPF tutorial

  • how to bind images horizontally in datagrid
    J Jagz W

    Hello Mark Please check this link http://dotnetcurry.com/ShowArticle.aspx?ID=264 I have used same logic. please help now i need this badly.

    One person's data is another person's program. --J.Walia

    WPF database sql-server wpf wcf sysadmin
  • Login

  • Don't have an account? Register

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