hi how can i get number from a string like this :
just using c# thankyou
hi how can i get number from a string like this :
just using c# thankyou
thanks you save my life with this good solution :) :)
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
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!
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
thanks Mr Deeming,Your Answer Save My life :)
Guid save in DataBase AS UniqueIdentifier
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
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
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 , . , . , .
befor A B ---- 1 NULL 2 NULL 3 NULL 4 NULL after A B ---- 1 10 2 11 3 12 4 13 thanks
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
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 . . . . . .
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
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
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
hi to all how can i optimiza this query id dont want use select top(1) in nested select thanks in advance
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
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
ok but a forgot my sa password by anyway i re install sql server and recreate creds thanks anyway