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
S

shally_79

@shally_79
About
Posts
11
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem with regular expression
    S shally_79

    hi, Thanks a lot for your my answer.But i have one doubt.Why error is throwing only if we use underscore character."!,@,:" etc are not special character.But if i use them in my pattern no error is throwing. Why is it like this? Shally

    sdf

    Visual Basic help regex algorithms json question

  • Problem with regular expression
    S shally_79

    Hi, i have to validate my password with this rules 1.i can enter any alpha numeric charcter 2.I can enter anything in a valid speical character set so i write my regular expression like this [a-zA-Z0-9 + strspecialCharacterString +] and to avoid special meaning of speical character i am adding \ in front of every special character.Now my problem in wen i use an _ in my pattern ie some thing like "*_<" it is not working.It throws an error below "parsing "[\*\_\<]" - Unrecognized escape sequence \_." if i give \\ instead of \ it is working.can any body help me in sorting out this problem? Thanks in advance shally

    sdf

    Visual Basic help regex algorithms json question

  • DataGridView columns reorder themselves when I open the designer
    S shally_79

    hello,Please try by changing DataGridViewColumn() to DataGridViewTextBoxColumn :rose:

    shally

    Visual Basic css help question

  • string
    S shally_79

    hello dear, u can use this str = Microsoft.VisualBasic.Mid(str, 4000) or use str = str.Substring(4000) love shally

    sdf

    Visual Basic help

  • DataGridView checkbox column problem
    S shally_79

    i cannot understand your requirement fully pauki.the event CellValueChanged is fired after a checkbox is checked.but before handling that event u have to handle one more even ie CurrentCellDirtyStateChanged.i have given that code below Private Sub DataGridView1_CurrentCellDirtyStateChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DataGridView1.CurrentCellDirtyStateChanged Try If DataGridView1.IsCurrentCellDirty Then DataGridView1.CommitEdit(DataGridViewDataErrorContexts.Commit) End If Catch ex As Exception End Try End Sub after that handle the event CellValueChanged like this If e.RowIndex > 0 Then If DataGridView1.Item(0, e.RowIndex).Value Then MsgBox("hello") End If End If if u need more explantion reply:rose:

    shally

    Visual Basic css help tutorial question

  • to get latest version of product
    S shally_79

    hello chandru, pls use the following query if u find any errors pls reply me select prd_id,prD_name,max(ver_no) from products group by prd_id,prD_name :)

    shally

    Database help announcement

  • to get latest version of product
    S shally_79

    dear chandru, i cannot understand ur question fully.if the version is an integer number u can draw the maximum value using max() function.can u pls describe ur question in detail

    shally

    Database help announcement

  • SQL Query
    S shally_79

    use this query select * from t1 where pdate=day('10/12/2007') and pmonth=month('10/12/2007') and pyear=year('10/12/2007') Note= you should format the date as 'MM/dd/yyyy' date function returns day('10/12/2007') as 12

    shally

    Database csharp database sql-server tutorial

  • button click
    S shally_79

    by using the following code you can distinguish between the two buttons Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click, Button5.Click Dim btn As Button = CType(sender, Button) If btn.Text = "ASDFS" Then Else End If End Sub

    shally

    Visual Basic question

  • query to count orders for particular date disp by datewise
    S shally_79

    try to use convert function to extract date from ur field select count(*) as [No Of Orders],convert(varchar,CreatedDate,103) as OrderedDate from inv_drugorder where convert(varchar,CreatedDate,103)='11/05/2007' group by convert(varchar,CreatedDate,103) if it is not working or showing some errors pls mail me:)

    sdf

    Database database help

  • please help me to hw the output of the belw statement is 1200?
    S shally_79

    If places is positive, number is truncated to places decimal places. If places is negative, number is truncated on the left of the decimal point so in ur case the number on the left of the decimal point is 1234 -2 = Number of decimal places used for truncating so u have to truncate 1234 for two places that means 1200

    sdf

    Database question database help
  • Login

  • Don't have an account? Register

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