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
A

anujose

@anujose
About
Posts
127
Topics
81
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Regarding Interface
    A anujose

    how can we pass an interface to a class as constructor in c#.net

    ASP.NET csharp

  • Tab is not working properly once postback happens
    A anujose

    Hi i have a web page with 10 textbox control. i have set TabIndex for each control .it is working properly if there is no postback. if i postback date on textchange event the tab is not working properly .it is going somewhere else can any one help me for this problem With regards , anu

    ASP.NET help

  • Difference between SQLSERVER 2000 and SQLSERVER 2005
    A anujose

    Hi, can any one tell me what is the Difference between SQLSERVER 2000 and SQLSERVER 2005 With Regards, Anu

    Database question

  • don't want to display the query string in address bar
    A anujose

    Hi, in asp.net 2.0 i am redirecting from one page to another page. i am passing some values to another page using querystring.i don't want to display the query string in address bar.how can i do that?can anybody helps me? With regards, anu

    ASP.NET question csharp asp-net database

  • Coonection Strings in web.config
    A anujose

    Hi, in asp.net why we are writing connection strings in web.config?.can't we store connection strings in class or in any dll. With regards, anu

    ASP.NET csharp asp-net question

  • Using usercontrol in one project to another project
    A anujose

    web user control .

    ASP.NET question csharp asp-net help

  • Using usercontrol in one project to another project
    A anujose

    Hi, How can i add it into the solution Explorer Anu

    ASP.NET question csharp asp-net help

  • Using usercontrol in one project to another project
    A anujose

    Hi, i have one project named P1 with lot of forms and usercontrol and one usercontrol named Login control.One more project is there .i want to use the usercontrol Login control in p1 to this project .how can i do that? This is a asp.net Project not windows applivcation Can anyone help me.It is urgent With regards, Anu

    ASP.NET question csharp asp-net help

  • Dropdown Textbox in asp.net
    A anujose

    No

    ASP.NET csharp asp-net database

  • Dropdown Textbox in asp.net
    A anujose

    Hi, i want to Filter Items in a dropdown box when i type data in textbox.ie,if i will type A i want to display items from database based on A and when i press enter from the box i want to display that specified name in Textbox.based on that name i want to display value also.i want to scroll the items in that box also.if any one knows about this please let me know at the earliest with regards, Anu

    ASP.NET csharp asp-net database

  • Concatenating Columns in query
    A anujose

    ya.i got .it is 'COALESCE'. Not 'COALESEC'

    Database database question sql-server sysadmin

  • Concatenating Columns in query
    A anujose

    it is showing an error Msg 195, Level 15, State 10, Line 1 'COALESEC' is not a recognized built-in function name.

    Database database question sql-server sysadmin

  • Concatenating Columns in query
    A anujose

    Hi, i am using sql server 2005 and i am writing one query to concatename 3 column values.. SELECT distinct(P.firstname + ' ' + P.middlename + ' ' + P.lastname) AS UserName ,P.Id as UserId,G.Id,G.Fkgroupid FROM c_Groupmember G,c_Person P where P.Id=G.FKUserid and G.FKgroupId=" + Id + " and P.Status=0 order by P.firstName asc it will disply the username if first name and lastname is there .if there is only firstname .then i won't display any value?.... what is the solution for this ?.in query itself i need to get all the usernames. with regards anu

    Database database question sql-server sysadmin

  • Problem with validation
    A anujose

    then it is working correctly

    ASP.NET question javascript tools help

  • Problem with validation
    A anujose

    Button JavascriptFunction function SubmitForm() { var msg= confirm('Stock is going to update.Do you want to continue?'); if(msg==true) { return true; } else { return false; } } TextBox Validation Control

    ASP.NET question javascript tools help

  • Problem with validation
    A anujose

    if any error with javascript function it wouldn't be worked according to the selection.it is working correctly when i click ok and cancel

    ASP.NET question javascript tools help

  • Problem with validation
    A anujose

    Onclient click of button i have written return confirm('Stock is going to update.Do you want to continue?');

    ASP.NET question javascript tools help

  • Problem with validation
    A anujose

    i am calling one confirmation message written in javascript when clicking on a button.at the same time i am using one required field validater to check whether user has entered value on one textbox.but it is not fireing the validation control.if i remove the client side script then the validation control is wroking correctly on button click .how can i solve it?......

    ASP.NET question javascript tools help

  • Deleting record from a parent table
    A anujose

    How can i switched of cascading deletes. actually i am not deleting the full record from parent table.just i want to check checking whether it contains child rows or not Anu

    Database

  • Deleting record from a parent table
    A anujose

    Hi, i have a parent and child tables. when i am deleting a row from a parent table i want to check wheter that value in Primarykey column exits in childtables or not(it is a forien key in child tables) without mentioning the child table names.ie; i should be generic..i am using sqlserver 2005. Anu

    Database
  • Login

  • Don't have an account? Register

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