Search:

Type: Posts; User: pit_bait

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    810

    Re: Pop up with AJAX enable page

    yes it helpz. tnx to all
  2. Replies
    6
    Views
    810

    Re: Pop up with AJAX enable page

    :D it's me again. ive tried your code but still no pop up message :(. this code works if you dont have Ajax updatepanel but in my case i used AJAX Updatepanel. any help pls.

    tnx
  3. Replies
    6
    Views
    810

    Re: Pop up with AJAX enable page

    Page.Clientscript.RegisterStartupScript(me,"scriptAlert","alert('test');",True)

    error on "me" - cannot be converted to 'system.type'

    any other solution pls... tnx
  4. Replies
    6
    Views
    810

    [RESOLVED] Pop up with AJAX enable page

    help pls. I just add the Ajax tools on my page and now my pop up code is not working.

    Page.ClientScript.RegisterStartupScript(Me.GetType, "myscript", "<script Language='JavaScript'>alert('" + x +...
  5. Replies
    23
    Views
    1,057

    Re: [2005] .NET 2.0 and FireFox

    "asp.net 2.0/vb 2005"
    ive tried the w3c markup validation service and the error says
    there is no attribute "valign". - 8750" alt="Expand Department" valign="middle" /></td>
    how can i correct this...
  6. Replies
    23
    Views
    1,057

    Re: [2005] .NET 2.0 and FireFox

    hi, how did you fixed the cross browser compatibility?

    tnx
  7. Re: from None Ajax web app to Ajax enable web app

    tnx mendhak.
  8. Re: Last Identity using SQLDATASource

    tnx.. Problem Solve
    http://www.thescripts.com/forum/thread610911.html
  9. [RESOLVED] Last Identity using SQLDATASource

    help pls... how can i get the last Identity column generated for the database using SQLDATASource. tnx
  10. [RESOLVED] from None Ajax web app to Ajax enable web app

    what's the procedure from none ajax web app to ajax enable web app. i tried to cut and paste the tools to ajax updatepanel but sad to say nothing happen :afrog: pls help tnx
  11. Re: confirm message in GridView using vb

    Problem Solve! :D :D :wave: :wave: tnx to all

    here's the solution just add this code in to your gridview..



    <asp:TemplateField HeaderText="Delete">
    <ItemTemplate>
    <asp:Button...
  12. Re: confirm message in GridView using vb

    i tried both method (Autogenerated & as Template) :bigyello: but still i can't get the return value as true. :afrog:
  13. Re: confirm message in GridView using vb

    Can you pls give an example? :bigyello:
    here's my code but i cant get the return value of YNConfirm. Help pls. tnx



    Protected Sub GridView2_RowDataBound(ByVal sender As Object, ByVal e As...
  14. [RESOLVED] confirm message in GridView using vb

    how can i insert confirm message when i press delete in gridview? tnx
  15. Replies
    2
    Views
    561

    Re: How to deploy ASP.net 2.0?

    tnx a lot. i'll try this one.
  16. Replies
    2
    Views
    561

    How to deploy ASP.net 2.0?

    help pls. :D.

    how can i deploy my asp.net 2.0 on a webserver with two NIC's connected in 2 different network segment(Static IP & Dynamic IP ) using IIS and can be browse in 2 network segment.
    ...
  17. Re: Crystal Report Toolbar in ASP.net 2005 using vb

    problem solve! :D

    click link below:
    http://support.businessobjects.com/downloads/merge_modules.asp#07
  18. [RESOLVED] Crystal Report Toolbar in ASP.net 2005 using vb

    help pls.

    the 1st pic is my crystal report toolbar when it's in the development side and
    the 2nd pic is once i upload it in intranet server.

    how can i fix this problem?

    tnx :D
  19. Re: [2005] crystal report asks password each time

    my report is now working :D the Microsoft SQL Native Client setting is the problem not the code. tnx a lot.
  20. Re: [2005] crystal report asks password each time

    hi i tried your code but it gives me the error below:

    Logon failed. Details: ADO Error Code: 0x Source: Microsoft SQL Native Client Description: Login failed for user 'ureport'. SQL State: 28000...
  21. Replies
    9
    Views
    1,149

    Re: FormView

    problem solved.. :D :D this code works fine now. :D :D tnx to all and god bless



    Protected Sub FormView1_ItemInserting(ByVal sender As Object, ByVal e As...
  22. Replies
    9
    Views
    1,149

    Re: FormView

    this codes work in inserting record but in updating/editing record not. how can i set or update the date while in edit mode of formview. help pls tnx


    Protected Sub FormView1_ItemInserting(ByVal...
  23. Replies
    9
    Views
    1,149

    Re: FormView

    :D :D me again. this code dont work on me.here's what i want to do. when i click edit/insert link inside Formview1, i want to set the default value of label1 to date now.

    my code:

    Dim MyDate...
  24. Replies
    9
    Views
    1,149

    Re: FormView

    how about set a value to insidelabel sir? i tried this one but it givez me an error.
    DirectCast(Me.FormView1.FindControl("insideLabel"), Label).Text = Me.outsideLabel.Text

    hope u can help me...
  25. Replies
    9
    Views
    1,149

    Re: FormView

    tnx nmadd.. .:D
  26. Replies
    9
    Views
    1,149

    [RESOLVED] FormView

    help pls.. how can i set and get data into textbox / label within formview programmically. tnx :D
  27. Re: [2005] how can i get and set data in textbox or label within formview.insertitemt

    ok sorry sir. :bigyello: :bigyello:
  28. Re: [2005] how can i get and set data in textbox or label with formview

    this code workd if your textbox was outside the Formview. what if your textbox or label was located within the Formview.insertitemtemplate how can you get & set the value?

    tnx
  29. [2005] how can i get and set data in textbox or label within formview.insertitemtempl

    how can i get and set data in textbox or label within formview programmically?

    help please. tnx
  30. Replies
    1
    Views
    19,012

    Re: ASP.NET - return a code drawn image

    hi,

    Did you try this code in .net 2005?

    tnx
  31. Replies
    13
    Views
    1,351

    Re: [RESOLVED] Best Update Method

    :bigyello: :thumb: problem resolve
  32. Replies
    13
    Views
    1,351

    Re: [RESOLVED] Best Update Method

    it's me again :wave: . I dont know whatz wrong with my codes :bigyello:. i'm done updating the database but the datagrid did not update. here's my codes please help. i'm using vb.net 2003.
    ...
  33. Replies
    13
    Views
    1,351

    Re: [RESOLVED] Best Update Method

    tnx a lot for the info. :-D
  34. Replies
    13
    Views
    1,351

    Re: Best Update Method

    what about in vb.net 2003? how can you update dataset? tnx
Results 1 to 34 of 34



Click Here to Expand Forum to Full Width