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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

Pankaj18

@Pankaj18
About
Posts
5
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problem with sending (') as string
    P Pankaj18

    Hi, I have problem, i have designed a web page in asp.net 3.5. I have a TextBox and a button, the User is expected to write some comment in the TextBox. The TextBox can also have a comment pattern including a (') on the click of button the data in the TextBox will be inserted into SQL. Now the problem is : as you know that if u insert something in Varchar it has to be enclosed in ('), but in above case due to (') in the string itself there will be an error So, is there a way to insert the data in SQL. Thanks Pankaj

    Database help csharp asp-net database regex

  • Close any Specific page
    P Pankaj18

    Hi, I am using this code 'Response.Write("<script>window.close()</script>;");' to close current form in Asp.net . but if i want to close any specific form as "employee.aspx" then what is the code of it. please help me Thanks ! Pankaj Singh

    ASP.NET csharp asp-net tools help question

  • FileUpload
    P Pankaj18

    Hi all, I want to display path(Path of a word Doucument file) stored in a Table (Sql Server 2005) in FileUpload Control through coding. Please Help me. Thanks ! Pankaj

    ASP.NET database sql-server sysadmin help

  • Text Property of Dropdownlist
    P Pankaj18

    Hi, I want to display a text, getting from database, into a DropdownList using text property. My Code:: SqlDataReader drd; if (drd.Read()) { drpcompname.Text = drd.GetValue(0).ToString(); } But It Display an error:: 'drpcompname' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Please help me. Thanks! Pankaj Singh

    ASP.NET help database

  • Validation Summary
    P Pankaj18

    Hi, I want to use Multiple Validation Summary in a single page(form). I want to use validation Summary for Selected validators. Thanks !

    ASP.NET
  • Login

  • Don't have an account? Register

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