Search:

Type: Posts; User: rockyy

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. Re: win Forms -DataGrid Reset Current Cell to 0 on Checkbox changed

    foreach (DataGridViewRow dgv in dGVNewSeries.Rows)
    {
    dgv.Cells["LASTSEQNO"].Value = 0;

    }
    //Second Method
    for...
  2. [RESOLVED] win Forms -DataGrid Reset Current Cell to 0 on Checkbox changed

    http://i56.tinypic.com/2qa2qmv.jpg

    basically i m looking for if i click on my checkbox ,it should reset my datagrid column lastseqno to 0.

    is it possible
  3. Replies
    6
    Views
    6,122

    VS 2008 Re: Login Fails after more then 3 or 5 attempts

    sorry i couldn't be replying to guys this week as i am out of town will be back on next friday and get back to you
    thank you everybody :) for helping me >:D<

    Rockyy
  4. Replies
    6
    Views
    6,122

    VS 2008 Login Fails after more then 3 or 5 attempts

    Language-Asp.net(c#) 2008
    Sql Server 2005

    well i designed a simple login form which checks the user and password with sql server

    but now i want to make it a little bit more secured
    ...
  5. Replies
    1
    Views
    935

    Re: Adjust Screen Resolution

    i think that's a client hardware issue ,not the issue of my coding :)
    thank you
  6. VS 2008 [RESOLVED] Need to Validate Password on client side

    i want to validate my password textbox that it should be minimum length of 7 chars
    the code i m using is this


    if (textbox1.text.legth>7)
    {
    label1.text=""valid";
    }
    else
    {
  7. Replies
    1
    Views
    935

    Adjust Screen Resolution

    i am a complete idiot i desgined vb.net apps on my 17thinch tft with resolution 1280 x800 pixels
    now when i am deploying my application to another machine its resolution is
    1024x724

    now how can...
  8. Replies
    3
    Views
    1,092

    Re: Check Constraints

    aha as i m using frontend asp.net please move this thread to asp.net section:)
    i tired to figured it out using Regular Expression
    but i think something is wrong in my expression please check it

    ...
  9. Replies
    3
    Views
    1,092

    Re: Check Constraints

    ok that's a good point i will be using a masked textbox to validate the employee id from my front end
    right now i m using asp.net with c#
    let me check how we can validate using masked textbox ...
  10. Replies
    3
    Views
    1,092

    Check Constraints

    I Want my Employee ID
    Should start with E and then it can have any no of digits

    right now i m using this query but it allows me to define the no.of digits one employee should have



    ALTER...
  11. Replies
    8
    Views
    2,869

    VS 2008 Re: Gridview Button Click Populate data in Txtbox

    ya bro i m using Gridview with Buttons Contained but i couldn;t find any property like
    CommandName Property :(
    when there is no command propertyname how would i set event on raise command :
    help...
  12. Replies
    7
    Views
    34,942

    Re: ASP.NET 2.0 Tutorial (With WebParts and Atlas)

    ya can we a fresh download link :) to this tutorial please or any admin .mods can restore it :)
    thanx
  13. Replies
    8
    Views
    2,869

    VS 2008 Re: Gridview Button Click Populate data in Txtbox

    the language i m using is vb.net and for the code
    right now i m connecting my gridview through wizard :)
  14. Replies
    8
    Views
    2,869

    VS 2008 Re: Gridview Button Click Populate data in Txtbox

    any help '?'
  15. Replies
    8
    Views
    2,869

    VS 2008 Gridview Button Click Populate data in Txtbox

    http://i39.tinypic.com/2qw34ms.jpg

    this my gridview data with button's

    i want as soon as i click the button(Button here is not the Button Web Control) i refer button here as Gridview Button...
  16. Replies
    5
    Views
    2,115

    VS 2008 Re: Delegates for Textbox Key press Event

    yup ....going through delegates thanks :)
  17. Replies
    5
    Views
    2,115

    VS 2008 Re: Delegates for Textbox Key press Event

    ok that's gonna handle multiple textbox's keypress np thanx for sharing it bro....:) like it short and neat and simple enuf to learn thanx for quick response

    but i wanna perform the same operation...
  18. Replies
    5
    Views
    2,115

    VS 2008 Delegates for Textbox Key press Event

    well i want all my textbox's event- keypress should be called by using Delegate

    The Function i need to preform on them is only Numeric
    My code


    Public Delegate Function mydelegate() As Char
    ...
  19. VS 2008 Re: Increment Date with Value in TextBox

    thanx bro hack it solved the problem
    bro hack can you tell me what i was doing wrong using datetime.parse and i even tired convert.todatetime
    both were giving error as


    string was not...
  20. VS 2008 Re: Increment Date with Value in TextBox

    thanx bro for making me understand and explaning things what i was doing wrong and what are the right tool for using it
    but for time being i want to resolved it using textbox from the nexttime i...
  21. VS 2008 [RESOLVED] Increment Date with Value in TextBox

    http://i42.tinypic.com/20gbm39.jpg
    i want to Increment the Date in textbox3 by the value in textbox1
    and the incremented value should get displayed in textbox2

    i.e
    if i enter values
    Textbox1=3...
  22. Replies
    3
    Views
    940

    VS 2008 Re: Font Dialog Help

    thanx Matt Bro :) really helpful
  23. Replies
    3
    Views
    940

    VS 2008 Re: Font Dialog Help

    :-?? still waiting i think someone skipped my thread

    any help please :)
    thanx
  24. Replies
    3
    Views
    940

    VS 2008 [RESOLVED] Font Dialog Help

    i am having trouble in sending text
    http://i44.tinypic.com/waivdj.jpg

    when i send the text in textbox2 it sends into a normal way where as i selected my font as bold and size=10

    using...
  25. Replies
    3
    Views
    935

    VS 2008 Re: Navigate Records Using Keypress

    thanx bro
    just wanna know what exactly keypreview does ?
  26. Replies
    3
    Views
    935

    VS 2008 [RESOLVED] Navigate Records Using Keypress

    i m working on this application
    not able to figure it out
    i wanna move to next record
    when i press keyboard Right Key

    and Previous Record when i press Left key
    ...
  27. Replies
    3
    Views
    873

    VS 2008 Re: Date Time Problem

    Done



    TextBox3.Text = CDate(dr.GetValue(2)).ToString("dd/MM/yyyy")

    http://i40.tinypic.com/euh3qs.jpg
  28. Replies
    3
    Views
    873

    VS 2008 Re: Date Time Problem

    Bro jmcilhinney


    TextBox3.Text = dr.GetValue(2).ToShortDateString

    it did the thing but its giving the format as MM/DD/YYYY but i want as DD/MM/YYY which i think it gonna be resolved by the...
  29. Replies
    3
    Views
    873

    VS 2008 [RESOLVED] Date Time Problem

    well i am getting this problem
    the date thing is being working when i try to add

    http://i41.tinypic.com/2r2od3k.jpg
    but when i try to display the same thing again using view option it displays...
  30. Replies
    18
    Views
    1,126

    VS 2008 Re: [RESOLVED]Message with music

    great its working
    bro kleinma is there a way to overcome /stop the system sounds which are made by a system default

    Just follow these steps diablo21
    http://i41.tinypic.com/2h825iu.jpg

    and...
  31. Replies
    14
    Views
    1,709

    Re: How to launch exe into systray ?

    its a simple trick
    http://i39.tinypic.com/wugz84.jpg

    Form Load


    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ...
  32. Replies
    3
    Views
    576

    Re: attaching backup on SQL Server

    It is very simple
    first check the folder Mysql>backup
    if file already exist delete that file and paste the new back file over there
    now open the Sql Server
    Make the Database Unsed
    Give a New...
  33. Replies
    16
    Views
    1,324

    Re: [RESOLVED] Need to Maintain Session State

    sure will go through it bro
    thank you very much :)
  34. Replies
    16
    Views
    1,324

    Re: Need to Maintain Session State

    yup bro si_the_Geek i never thought of that kind of problem even would arise after having logouttime keeping as null

    thanx for noticing it out

    bro Gary
    eariler there is no userid in a table...
  35. Replies
    16
    Views
    1,324

    Re: Need to Maintain Session State

    ok for the time being i implemented what Bro Gary mentioned so as now at the time of login the logout time will be null and on logout button clicked it will be updated :)

    considering the fact...
  36. Replies
    16
    Views
    1,324

    Re: Need to Maintain Session State

    i think my sub query has a mistake


    where username=(select top 1 convert(varchar,logintime,113) from session where username=@username)


    Update Procedure


    ALTER proc...
  37. Replies
    16
    Views
    1,324

    Re: Need to Maintain Session State

    ok now the problem is
    table feilds
    Sno-Auto Identity
    Username Fk from login table varchar
    Logintime-datetime
    logouttime-datetime

    i made a stored procedure for both insert and update

    the...
  38. Replies
    5
    Views
    958

    VS 2008 Re: How to Set Combo Box with Images

    thanx bro i00 gladly waiting for it :)
  39. Replies
    16
    Views
    1,324

    Re: Need to Maintain Session State

    sure thanx
  40. Replies
    16
    Views
    1,324

    Re: Need to Maintain Session State

    bro si_the_geek can you please explain more in depth thanx :)
Results 1 to 40 of 93
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width