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
M

mhd sbt

@mhd sbt
About
Posts
89
Topics
44
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how can get number in a string in c# :((((((
    M mhd sbt

    hi how can i get number from a string like this :

    just using c# thankyou

    C# csharp question

  • How to add a number to Left top Of a td Element
    M mhd sbt

    thanks you save my life with this good solution :) :)

    ASP.NET tutorial question

  • How to add a number to Left top Of a td Element
    M mhd sbt

    Hi to every buddy i have a table like this

    test 1

    test2 2

    i want have another number in each td elemet in top and Left Of each td. is there a tag for do this like sub tag ? if no how can do this? thank for any idea

    ASP.NET tutorial question

  • why onblur Event Dosent Work For Div Element ???????????
    M mhd sbt

    ok but focusout event fire without set tabIndex=0 to div element , and this means that div has focus in this scenario!!!! i set "tabIndex=0" to div element for fire onblur and doesn't work!

    ASP.NET help javascript security question announcement

  • why onblur Event Dosent Work For Div Element ???????????
    M mhd sbt

    Hello I have a Project that Use Very Div Element And Onblur Event In its. Because Of Security Reason We Switch From a version of JQuery To another . But We Face With This Problem : onblur Event dont Fire In Div Element But it Fire in input elements Like Textbox!!!!! and also onfocusout Event Fire in dive but i dont want use this.

    any help To solve this Problem can be useful thanks in advance

    ASP.NET help javascript security question announcement

  • How To Use Guid Filter in Select StateMent :( :( :(
    M mhd sbt

    thanks Mr Deeming,Your Answer Save My life :)

    C# help csharp linq tutorial question

  • How To Use Guid Filter in Select StateMent :( :( :(
    M mhd sbt

    Guid save in DataBase AS UniqueIdentifier

    C# help csharp linq tutorial question

  • How To Use Guid Filter in Select StateMent :( :( :(
    M mhd sbt

    hi to all i want wrote a one line Code Similare This

    myDataTable.Select("Guid IN ('8556c1fd-d4a1-4c1c-b2af-c1fa9403ce4e')”)

    but i face With this Problem 'myDataTable.Select("Guid IN ('8556c1fd-d4a1-4c1c-b2af-c1fa9403ce4e')")' threw an exception of type 'System.Data.EvaluateException' System.Data.DataRow[] {System.Data.EvaluateException} this is a one line Code That is ok, but i dont want use of this Method

    myDataTable.Select("Guid = '8556c1fd-d4a1-4c1c-b2af-c1fa9403ce4e'”)

    any way is Exist that Use Guid in Linq FilterExpresion With 'IN'???? thank for Any Help

    C# help csharp linq tutorial question

  • how to updat a column from start point
    M mhd sbt

    ok thanks for your time. i solved it by code similar this select *,ROW_NUMBER() OVER (ORDER BY [Guid] DESC) + 10 AS RN from tblTest

    Database tutorial question announcement

  • how to updat a column from start point
    M mhd sbt

    ok but this is just a sample . in column A i have a uniqueidentifier value .how can i write same tsql code that you write? befor A B ---- Guid Null Guid Null . . . . . . after A B ----- Guid 10 Guid 11 , . , . , .

    Database tutorial question announcement

  • how to updat a column from start point
    M mhd sbt

    befor A B ---- 1 NULL 2 NULL 3 NULL 4 NULL after A B ---- 1 10 2 11 3 12 4 13 thanks

    Database tutorial question announcement

  • how to updat a column from start point
    M mhd sbt

    i want to update mycolumn with 10,11,12,..... assume that my table have 100 row then mycolumn with 10,11,...,110 thanks for answer

    Database tutorial question announcement

  • how to updat a column from start point
    M mhd sbt

    hi to all i want to update a column from start point for example i want to update from 10 .how can i do this columns mycolumn Row1 10 Row2 11 Row3 12 . . . . . .

    Database tutorial question announcement

  • how t send usper 100 request to a crystal report for tesing report performance
    M mhd sbt

    hi to all i have a crystal report in asp.net. and i want to test this report with send uper 100 request to this report. how can i do this. i think we can do this with multi threading but i dont know that how do this!! thanks for any help

    ASP.NET csharp asp-net performance help question

  • how to use sub report in rdlc
    M mhd sbt

    hi to all i want to use a sub report in rdlc i use a store procedure for data sourse of subreport that no contain any parameter and when i want to run main reort i get this error!!!!? An error occurred during local report processing. Value cannot be null. Parameter name: value i dont have any parameter in my sub report and this errot occuered when i have sub report in main report. my main report is ok. thank for any help

    Database help tutorial question

  • i want to write a optimal query for a complex problem
    M mhd sbt

    Hi to all How can I write a query that get me this result: My table is : ColumnA ColumnB ColumnC ColumnD A1 B1 Can be any thing Can be any thing A1 B2 Can be any thing Can be any thing A1 0 Can be any thing Can be any thing A1 0 Can be any thing Can be any thing A3 1 Can be any thing Can be any thing I want to get this result after run a query: ColumnA ColumnB ColumnC ColumnD A1 B1 Can be any thing Can be any thing A1 0 Can be any thing Can be any thing A1 0 Can be any thing Can be any thing A3 1 Can be any thing Can be any thing If ColumnA have B1 and also have a row with B2 I want to just get A1 B1 Row How can I do this Thanks for any idea

    Database database help question

  • how can optimize a query in sql server
    M mhd sbt

    hi to all how can i optimiza this query id dont want use select top(1) in nested select thanks in advance

    Database database sql-server sysadmin question code-review

  • how to convert crystal report (.rpt) to RDLC report
    M mhd sbt

    hi to all i have a very complex report in crystal report with .rpt extension. my project is web application. and i want to convert it to rdlc ,for some reason. and i don't have any info for rdlc report . how can i do this. any help or idea will be useful thank in advanced

    ASP.NET help tutorial question

  • how can left join two table on multiple column???
    M mhd sbt

    hi to all i have two table same below : tableA with this columns: ID CodeGuid Name Family --------------------- and tableB with this columns: ID CodeGuid mycomulns ---------------------------- i want to left join this two table on ID and CodeGuid but i dont want use code same this: select * from tableA Left JOIN tableB on (tableA.ID = tableB.ID) UNION select * from tableA Left JOIN tableB on (tableA.CodeGuid= tableB.CodeGuid) ---------------------------- is there another way to handle this output ? thanks in advance

    Database question

  • fail to login in sql authentication mode
    M mhd sbt

    ok but a forgot my sa password by anyway i re install sql server and recreate creds thanks anyway

    Database question database sql-server sysadmin security
  • Login

  • Don't have an account? Register

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