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
D

Deshbir Singh

@Deshbir Singh
About
Posts
11
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Membership Subscription Period ASP.NET
    D Deshbir Singh

    Do you want to make the account as expired after 1 month if they have chosen subscription for 1 month? Is "expired" a column is database? what all roles do you have?

    Prince Quest Solutions www.imaginethinkact.com

    ASP.NET csharp asp-net help announcement

  • Please Help Me for Print
    D Deshbir Singh

    From javascript its not possible. you can make a server call and show data as PDF file for printing.

    Prince Quest Solutions www.imaginethinkact.com

    ASP.NET help

  • How to Validate Email Address in ASP.NET
    D Deshbir Singh

    execute select * from tableOfTheTable where EmailId='EmailIdYouAreAboutToSave' if this query result is 1 row, that means that emailID is already in use and is stored in DB.

    Prince Quest Solutions www.imaginethinkact.com

    ASP.NET csharp asp-net database sql-server sysadmin

  • How to ReFresh a user Control
    D Deshbir Singh

    use button as asp:button and it will do a postback call where you can do whatever you want.

    Prince www.imaginethinkact.com

    ASP.NET csharp javascript asp-net tutorial

  • File Upload control problem
    D Deshbir Singh

    You can capture enter key, and do what ever you want by using below code. function Keycheck() { if (window.event.keyCode == 13) { alert("Enter Key"); } }

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET help question

  • How to check for duplicates before uploading.
    D Deshbir Singh

    Just loop through that folder and compare the file names with your new filename. upload only when result is "no match found".

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET csharp help asp-net database tutorial

  • [Message Deleted]
    D Deshbir Singh

    ViewStateUserKey = Session.SessionID.ToString();

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET

  • How to check for duplicates before uploading.
    D Deshbir Singh

    add a random numder like doc_url_randomNumber.

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET csharp help asp-net database tutorial

  • create more than one user account. using wizard
    D Deshbir Singh

    please, post clear question. don't just write whats running in your mind. Read Question 2-3 times before you post. Please explain clearing again, what do you want to do. Thanks,

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET question

  • Inserting values?
    D Deshbir Singh

    1.create an array string[] names = {"a", "b", "c", "d"}; 2. loop through all values foreach (string name in names) { //do what ever you want to do with a single values. }

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET question

  • Disable the Back button from Browser
    D Deshbir Singh

    use window.history.forward(1) in javascript.

    Prince Team Lead Quest Solutions www.imaginethinkact.com

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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