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
B

Baran M

@Baran M
About
Posts
235
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • LARGE database query
    B Baran M

    You can create a non-clustered index for every condition and If you optimize your query that also will help you. Please post your query.

    Education is not a way to escape poverty — it is a way of fighting it.

    Database database sql-server sysadmin sales help

  • FULL JOIN in Access 2003
    B Baran M

    you can refer this and read the comments also plz [^]

    Education is not a way to escape poverty — it is a way of fighting it.

    Database database help tutorial question

  • unique contraint
    B Baran M

    Ebube wrote:

    set union constraint

    Union contraint ?

    Education is not a way to escape poverty — it is a way of fighting it.

    Database database sql-server sysadmin question

  • row and column access in database
    B Baran M

    if I understood your requirement correctly, you want to compare the textbox value with a table's all columns. For that you can use that query. Sys.Columns is system table which contains all the table's columns. By referring the object_id you can fetch the required column. select name from sys.columns where object_id = (select object_id from sys.tables where name = 'customer') and name = 'LastName' If you have AdventureWorksLT database you can try this. Let us know whether it solves your problem.

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET database

  • row and column access in database
    B Baran M

    You can try this, if you use SQL server 2005 select name from sys.columns where object_id = (select object_id from sys.tables where name = 'tablename')

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET database

  • row and column access in database
    B Baran M

    Do you like to compare Your Column of values with the database's column of values ?

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET database

  • Ajax
    B Baran M

    Which version of IDE are you using ? 2005 or 2008. Did you add the Script Manager as a first control.

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET help

  • how can i display wikipedia links on my webpage..? [modified]
    B Baran M

    For any word do you need a wiki link ? Are you going to bind it dynamically ? If static anchor tag is enough.

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET question database json

  • Cross Tab Data
    B Baran M

    Pivots[^]

    Education is not a way to escape poverty — it is a way of fighting it.

    C# csharp database sql-server winforms sysadmin

  • insert time in oracle
    B Baran M

    there is no specific question ! what did you try and post what you have done ? Do you need to insert time from c# ? Connect to the database and try what karthick has suggested.

    Education is not a way to escape poverty — it is a way of fighting it.

    C# database oracle tutorial question

  • Parameters problem
    B Baran M

    Do you find any difficulties to use Add() Function, cmd.Parameters.Add("@fromDate", SqlDbType.System.Data.SqlDbType.Date) cmd.Parameters.Item(0).Value = todayDate; Using Add() function you can avoid datatype conflicts here.

    Education is not a way to escape poverty — it is a way of fighting it.

    Database csharp help question

  • Web service with bulk processing
    B Baran M

    use WSE 3.0 (web service enhancements). In wse, one of the improvement is MTOM(Message Transmission optimization mech.). You can use that for bulk & sensitive message processing. Read More here ![^] Download it here ![^]

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET question csharp visual-studio

  • How to get Free WebServices to Send SMS in ASP.net
    B Baran M

    try this[^]

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET csharp asp-net wcf sysadmin help

  • Visual Studio 2008 IDE
    B Baran M

    Check it ![^]

    Education is not a way to escape poverty — it is a way of fighting it.

    Web Development visual-studio csharp help

  • integrate forum
    B Baran M

    try some here - Codeplex[^]

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET

  • datatable
    B Baran M

    Do you get any error ? whats the output of your code ?

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET help

  • update query
    B Baran M

    pariofshona wrote:

    cmd.Parameters.Add("@Descrip",TextBox2.Text)

    I didnt find any method with parameter_name and object. Instead you can use cmd.Parameters.AddWithValue method.

    Education is not a way to escape poverty — it is a way of fighting it.

    ASP.NET database help announcement

  • Name of Software
    B Baran M

    Use Visual Studio Team System (VSTS) or Visual Source safe or WinCVS. there are many version control systems are there.

    Education is not a way to escape poverty — it is a way of fighting it.

    Web Development csharp question

  • Problem in break point
    B Baran M

    Check it here ![^]

    Education is not a way to escape poverty — it is a way of fighting it.

    .NET (Core and Framework) help

  • about ajax
    B Baran M

    You can use AJAX with .Net framework in 2 ways 1. Use asynchronous Javascript method call to find server function and write everything by you only by you. 2. Or Install free Microsoft AJAX Framework and take advantage of AJAX Control Toolkit.

    Education is not a way to escape poverty — it is a way of fighting it.

    .NET (Core and Framework) csharp dotnet
  • Login

  • Don't have an account? Register

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