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
C

Cfer83

@Cfer83
About
Posts
35
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Barcode read and write
    C Cfer83

    That's very interesting, Here try this Link^

    ASP.NET csharp asp-net question

  • Networking - S-N-X Connection, what is it?
    C Cfer83

    All, I thank you for checking, would it make sense if they were simply referring to 100BASE-SX aka Fast Ethernet?

    System Admin question

  • Networking - S-N-X Connection, what is it?
    C Cfer83

    I just came from a meeting, we're creating a new VPN solution for the company. I'm on the Quality Assurance side. During the meeting someone mentioned something about an S-N-X connection. Can anyone clarify, I think I understood it incorrectly, i'm hoping someone is familiar with Networks and what not that can point me to the correct terminology. Thanks.

    System Admin question

  • Virus/Hack threat while not logged in
    C Cfer83

    1. Log Off 2. Run port scan from another machine. 3. log On 4. Check Firewall Logs for activity.

    System Admin sysadmin

  • unknown icon on taskbar... how to id where it comes from
    C Cfer83

    To identify the one process connected to the icon you should try to identify all the other one's. Take a list of processes running while it appears, subtract the ones you can identify, then subtract the system processes, then subtract the active programs that do not have a taskbar icon (100% positive), then from that list try to identify it. Or take a screenshot of the icon and post it for all to see. -- modified at 12:44 Thursday 13th September, 2007

    System Admin question tutorial

  • How to set file types for file upload
    C Cfer83

    You can find a couple methods at the following Link. Basically you have a form, you have a file upload control, before you continue execution you check the postedfile filename's extension (i.e: Last 3 indices).

    Web Development tutorial question

  • How to check the result of division for an integer?
    C Cfer83

    I think you just gave him the answer to his homework assignment.

    C# tutorial question

  • how to update sql db table from asp.net
    C Cfer83

    Your SQL insert statement does not appear to be correct. INSERT INTO table(fieldname1,fieldname2,etc) VALUES(value1,value2,etc) WHERE fieldnameX = valueX;

    ASP.NET database csharp asp-net help tutorial

  • Does ASP.NET use Javascript to do postbacks?
    C Cfer83

    thanks you answered my question. And I mistakenly was mixing the JRE with the JAVA SDK.

    ASP.NET csharp java javascript asp-net question

  • Does ASP.NET use Javascript to do postbacks?
    C Cfer83

    Does ASP.NET require the Java SDK? I viewed the source of an asp.net generated page only to find Javascript.

    ASP.NET csharp java javascript asp-net question

  • encryption conncetion string
    C Cfer83

    But maybe there are multiple sites operated on host by multiple people and developer wants to keep code safe from them too.

    ASP.NET csharp asp-net security tutorial announcement

  • retaining tab index
    C Cfer83

    Why don't you just use a variable to store the information pointing to the control which has focus? When page reloads just fetch the data from the viewstate.

    ASP.NET database help

  • .net cms tool
    C Cfer83

    DotNetNuke

    ASP.NET csharp asp-net

  • SQL Database
    C Cfer83

    i think you're looking to use the "LIKE" clause of SQL. In your SQL statement you'll be doing something like this: string myStr = "world"; string sSQL = "SELECT field from table where field LIKE @mystr;"; dbcommand.parameters.addwithvalue("@mystr",myStr); string mydbvalue = dbcommand.executescalar();

    C# database csharp regex tutorial question

  • Reference as a 'pointer' to a value type
    C Cfer83

    Try this one, http://www.csharphelp.com/archives/archive77.html

    C# csharp performance question learning

  • decrease online users
    C Cfer83

    Support for Session End is not very good and i've seen this question asked many times. One you may try, is setup a timer, if the timer expires without any user activity, then decrease your counter.

    ASP.NET com help

  • How can I create a document from my program with some coded portions?
    C Cfer83

    Hi, I have some .html templates, when the Form is submitted the code creates the document and modifies certain portions of the document with information obtained from the fields in the code. What is a better way to do this, will XML help at all? I'm presently using StringBuilder to develop the content. Ideally I could reopen the documents and quicky make changes rather than re-create them each time.

    C# question html wpf xml help

  • VB.Net Vs C#
    C Cfer83

    I think the C# Development Team is making better advances than the VBN Team is doing in the next Framework update. I should probably say "innovation", not "advances". It would be wise to look at the planned updates in the new Framework.

    ASP.NET csharp visual-studio collaboration help

  • Yes/No Confirm box help!
    C Cfer83

    I suppose what you're doin is creating a confirmation for a value change. maybe you should use Javascript to create a Confirm(). Javascript is widely accepted for this especially client-side script-wise, but if you want something else, you can popup a new mini browser window to the user with the confirmation buttons.

    ASP.NET csharp asp-net database tools help

  • Finding the Lost Identity
    C Cfer83

    string cmdstr="SELECT Field1 FROM tablename where Field2 = @strField2"; string cons = ; //Look up Connection Strings for Access MDB con=new OleDbConnection(cons); cmd=new OleDbCommand(cmdstr,con); cmd.Parameters.AddWithValue("@strField2",strField2); con.Open(); string myKey = cmd.ExecuteScalar().ToString();

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