Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7913421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:50:24+00:00 2026-06-03T13:50:24+00:00

I have a primary key for my table employee. I named it IDS. The

  • 0

I have a primary key for my table employee. I named it “IDS”.
The IDS data is like : K-00001, K-00002, etc.
what I want to ask is, how to made this IDS auto generate in ASP.NET, not using trigger or function in SQL?

I have done my code like this:

            DBRabbit _db = new DBRabbit();
            Employee k = new Employee();
            var row = (from r in _db.Employees
                       orderby r.IDS descending
                       select r).FirstOrDefault();
            var n = row.IDS.PadLeft(5, '0');    
            IDSText.Text = n.ToString();

And I’m stuck while think how to adding the ‘n’ to + 1.. because when I write like this:

var n = row.IDS.PadLeft(5, '0')+1; 

(last record is K-00010)
the result is K-000101
how to make it K-00011 without changing DB or using SQL server script/queries?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T13:50:26+00:00Added an answer on June 3, 2026 at 1:50 pm

    You better make your IDS column auto incremented as James said. Also if you need to have another column for K-00010, K-00011,… I would suggest you to use a computed column with the following formula

    'K-' + cast( right([IDS]+(100000),(5)) as varchar(5))
    

    EDIT:
    Formula corrected.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table with primary key (ColumnA, ColumnB). I want to make a
I have a table whose primary key is a column named St_ID . I
Table: Relatives emp_id dep_id (composite primary key) We have to restrict one employee to
i have a table called Cars and the primary key of the table is
We have a composite primary key for the site table defined below. Functionally, this
I have a two-column primary key on a table. I have attempted to alter
I have an inline TVF that accept a primary key of a table and
I'm creating a database table and I don't have a logical primary key assigned
I have a table containing primary key and foreign key that references same table.
I have table with 4 primary key fields. I load that in to drop

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.