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
S

samrat net

@samrat net
About
Posts
40
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Deploying Windows Application(C#) with SQL Server(2005)
    S samrat net

    Hi, I've faced a problem, pls help me. I developed a windows application which uses SQL Server(2005) as database. Now the problem is that I want to install the application in client machine which don't have sql server database. Now how can I install the application in client machine so that sql sever install automatically when i run setup.exe in client machine. thanks.......... Regards, samrat

    C# database help csharp sql-server sysadmin

  • Treeview
    S samrat net

    Hi Graus, Thanks for your reply. Actually, I am creating a site where user can post message or reply to it just like code project. I want to display the messages in just Code Project's message board like tree view structure. If you help me I will be grateful. With Regards, Samrat

    ASP.NET question help

  • treeview
    S samrat net

    Hi friends!!!!!! I want to create the Code Project's Massage board like treeview. How can I implement it? Please help me.

    C# question help

  • Treeview
    S samrat net

    Hi friends!!!!!! I want to create the Code Project's Massage board like treeview. How can I implement it? Please help me.

    ASP.NET question help

  • Barcode image is not showing in Windows Vista.......
    S samrat net

    Hi, We are using your WnvBarcodeControl.dll for generating barcode. which is working perfectly in windows xp but in Windows Vista it is not working and showing nothing (an unknow image just a red cross mark) I checked all the config settings and code it is okay because it is working in Windows Xp. So, is there any other setting require for Windows Vista or what. So we are in big trouble, please tell me how to solve this problem Thanking you

    ASP.NET help tutorial

  • problem to get Private Key
    S samrat net

    Hello Friend! I've faced a problem in getting Private key. I installed FindPrivateKey exe. When I enter following command line argument, it displays help contents- C:\Tools\FindPrivateKey\CS\bin>FindPrivateKey My LocalMachine -t "7e 3b f9 fc f6 79 44 3e 5a b6 c6 a2 af e6 ca a2 b5 c9 51 9b" -a FindPrivateKey helps user to find the location of the Private Key file of a X.509 Certificate. Usage: FindPrivateKey [{ {-n } | {-t humbprint>} } [-f | -d | -a]] subject name of the certificate thumbprint of the certificate (use certmgr.exe to get it) -f output file name only -d output directory only -a output absolute file name e.g. FindPrivateKey My CurrentUser -n "CN=John Doe" e.g. FindPrivateKey My LocalMachine -t "03 33 98 63 d0 47 e7 48 71 33 62 64 76 5c 4c 9d 42 1d 6b 52" -c Please, help me to find the private key. Thanks. With Regards, Samrat

    ASP.NET help cryptography tools

  • problem to get Private Key
    S samrat net

    Hello Friend! I've faced a problem in getting Private key. I installed FindPrivateKey exe. When I enter following command line argument, it displays help contents- C:\Tools\FindPrivateKey\CS\bin>FindPrivateKey My LocalMachine -t "7e 3b f9 fc f6 79 44 3e 5a b6 c6 a2 af e6 ca a2 b5 c9 51 9b" -a FindPrivateKey helps user to find the location of the Private Key file of a X.509 Certificate. Usage: FindPrivateKey [{ {-n } | {-t humbprint>} } [-f | -d | -a]] subject name of the certificate thumbprint of the certificate (use certmgr.exe to get it) -f output file name only -d output directory only -a output absolute file name e.g. FindPrivateKey My CurrentUser -n "CN=John Doe" e.g. FindPrivateKey My LocalMachine -t "03 33 98 63 d0 47 e7 48 71 33 62 64 76 5c 4c 9d 42 1d 6b 52" -c Please, help me to find the private key. Thanks. With Regards, Samrat

    WCF and WF help cryptography tools

  • how to get autoid
    S samrat net

    hi friend, i've a query, pls help me. suppose, i've a table which has am autoid field. now i am inserting a row in that table. how i can get the autoid of the new inserted row? is there any process to get back the autoid when use ExecuteNonQuery( ) method or else? i don't want to use max(autoid) on the that table, because it can result on concurrency problem. With Regards, samrat

    Web Development help database tutorial question

  • Concurrency problem..............
    S samrat net

    Hello Friend I have faced a problem in SQL Server I have a stored procedure which works as follows Declare @Id int Select @id=max(id) from emp Set @id=@id+1 update emp Set id=@id return @id Now, we call this stored procedure from our ASP.net application. It is working perfecly in single user environment, but the problem is that when we are working in multi-user environment some time the procedure returns same id instead of unique id. How can I solve it, so that every time the procedure returns unique value for each user. Is there any technique to execute this stored procedure in queue. Thanks in advance

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

  • Concurrency problem............
    S samrat net

    Hello Friend I have faced a problem in SQL Server I have a stored procedure which works as follows Declare @Id int Select @id=max(id) from emp Set @id=@id+1 update emp Set id=@id return @id Now, we call this stored procedure from our ASP.net application. It is working perfecly in single user environment, but the problem is that when we are working in multi-user environment some time the procedure returns same id instead of unique id. How can I solve it, so that every time the procedure returns unique value for each user. Is there any technique to execute this stored procedure in queue. Thanks in advance

    Database database csharp asp-net sql-server sysadmin

  • Creating SQL view
    S samrat net

    Sorry friends!!!!!! The Microsoft Jet database engine does not support the use of CREATE VIEW, or any of the DDL statements, with non-Microsoft Jet database engine databases.

    Database question database help

  • how to get record by positioning
    S samrat net

    Hi Friend! i've faced a problem. Suppose, i have 10 records in a table.i want only the 2nd 0r 3rd position record. how can i achieve it? thanks.......

    Database question help tutorial

  • Regular Expression
    S samrat net

    i m using following tag

    ASP.NET regex

  • Regular Expression
    S samrat net

    Hello Friends i've a regular expression which take only +ve integer(0,1,2,.......) Expression="\d+$" but i want to ignore 0,i.e., it would take 1,2,3,......... pls give me expression with thanx

    ASP.NET regex

  • service reference in asp.net
    S samrat net

    is wcf make any dll?

    WCF and WF csharp asp-net question

  • how to add Service Reference in ASP.NET
    S samrat net

    Service is about WCF

    ASP.NET csharp asp-net tutorial question

  • service reference in asp.net
    S samrat net

    Hell Friends! Please, tell me how can I add service reference in asp.net(C#) application. Thanx

    WCF and WF csharp asp-net question

  • how to add Service Reference in ASP.NET
    S samrat net

    Hi Friends. Please, tell me how can I add service reference in asp.net(C#) application. Thankx

    ASP.NET csharp asp-net tutorial question

  • showing image from byte
    S samrat net

    thanks 4 ur help

    ASP.NET help sysadmin question

  • showing image from byte
    S samrat net

    thanks for ur reply. but frankly speaking,i am new to .net so i can not understand what u mean. can u give me any coding sample?

    ASP.NET help sysadmin 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