Search:

Type: Posts; User: Jigabyte

Page 1 of 13 1 2 3 4

Search: Search took 0.94 seconds.

  1. Re: Setting the text of a button once the server side routine is finished.

    Hi Sapator,

    Yes when you click the button it runs the routine. Something that maybe causing the problem is at the end I call this code which saves the zip file created:-

    ...
  2. Re: Setting the text of a button once the server side routine is finished.

    Sorry I only mention doing something with tablets to make it brief. The actual routine is creating a memory table, putting data into it, add photos, and working with crystal reports to output as a...
  3. Re: Setting the text of a button once the server side routine is finished.

    Thanks for that; my problem is there is a load more sub routines doing different things and I always run into restrictions in web services.
  4. Setting the text of a button once the server side routine is finished.

    Hi,

    I have a button (Export) which when click on calls a server side routine. The server side routine runs through several database tables to some work. Once the routine has finished I want to...
  5. Thread: Refresh Grid

    by Jigabyte
    Replies
    4
    Views
    17,757

    Refresh Grid

    Hi,

    I have an accordion with two panes. The first pane has a grid which is being used to search key columns of a table. The second pane has entry fields allowing the user to add, edit, delete etc...
  6. VS 2010 Re: How to determine why my site takes 5 minutes partial postback?

    Here is a screen shot as requested:-

    108993
  7. VS 2010 Re: How to determine why my site takes 5 minutes partial postback?

    Thank you both; it seems to be uploading several images???
  8. VS 2010 Re: How to determine why my site takes 5 minutes partial postback?

    Any clues to why my site takes up to 5 seconds on a partial post back? If I put pauses in in my server side code it processes it instantly. Are there any trace tools or is it simply posting back all...
  9. VS 2010 Re: How to determine why my site takes 5 minutes partial postback?

    Thank you for that; the problem I was having was disabling the screen. I got it to show the in progress message but I would still click buttons.
  10. VS 2010 Re: How to determine why my site takes 5 minutes partial postback?

    Thanks for the reply; can you explain a bit further please? I've never used the updateprocess extender.
  11. VS 2010 How to determine why my site takes 5 minutes partial postback?

    Hi All,

    I have a web application which has rather a lot of controls. I also have several buttons (add, edit, save, cancel). Most of my content page is in an update panel so it does not process the...
  12. Re: Partial Postback loses my CSS changes done client side.

    Looks like this isn't the best site for javascript / jquery support :(
  13. Replies
    1
    Views
    1,151

    Dropdown not asyncpostback in update panel?

    Hi All,

    I've got a dropdown control in an update panel and only want it to asyncpostback and assign an image url to an image control but nothing happens:-


    ...
  14. Re: Partial Postback loses my CSS changes done client side.

    Its difficult to show code because it's so big but I will try and explain; here is the code on my page load:-



    As you can see I call a javascript function call LoadBlobData. Blobs are small...
  15. Partial Postback loses my CSS changes done client side.

    Hi,

    On the page load I call a javascript function which repositions a few divs. Which works fine but when I click on a button which does a partial post back the divs move back to they're original...
  16. Replies
    3
    Views
    4,973

    Re: Pass Hidden Field To Javascript Function

    Hi, thanks for the reply. I ended up simply accessing the hiddenfield using jQuery in my function rather than passing it. Don't know if this is best practise as Im learning all this as I go.
  17. Replies
    3
    Views
    4,973

    Pass Hidden Field To Javascript Function

    Hi,

    I have a button control and want to call a javascript function onclientclick which is fine but I need to pass a hidden field as a parameter for the function.

    function test(refno) {

    }
    ...
  18. Replies
    3
    Views
    1,557

    Re: Clearing Hidden Fields

    I ended up sorting it myself thanks. Not a strong forum for javascript coding. I basically needed to initialise my hiddenfields on a client button click because even though I was initialising them...
  19. Replies
    3
    Views
    1,557

    Re: Clearing Hidden Fields

    Any ideas please? Can't beleive no one knows a solution for this after 81 views :(
  20. Replies
    3
    Views
    1,557

    Clearing Hidden Fields

    Hi,

    I have several image boxes on my form and I do a drag drop using hiddenfields to store the imageurl. So basically the user would click add which enabled the controls and start to drag images...
  21. Re: Show uploaded image in an image control. Working with IE9?

    This was also sorted; I did not have my dialog code in the update panel and did not create a trigger for it.
  22. Re: Show uploaded image in an image control. Working with IE9?

    I have now got this working! Here is my code:-



    My new problem is when I click on a delete button it does a postback but then for some reason it executes this line of code which causes an error...
  23. Show uploaded image in an image control. Working with IE9?

    Hi,

    I am uploaded an image from a local drive and once the upload is complete I want to show the file in an image control. I don't know a lot about javascript and was hoping well rather praying...
  24. Replies
    1
    Views
    10,451

    Re: Load upload image into a an image control

    I've seen this example but it does not work in IE9 and I need an alternative. Looks like it's not possible:-
  25. Replies
    1
    Views
    10,451

    Load upload image into a an image control

    Hi,

    I have an upload control which I have set the onclientcomplete to call a jquery function. In this function I want to get the name of the file uploaded and assign it to an image control.

    I...
  26. VS 2010 Combo Box Wrapping Text even though there is room to display?

    Hi,

    I have a dropdown box which has the work Fa????? Group Ltd which should fit the drown down because on screen it looks like it can show this twice. However it is wrapping the Ltd around...
  27. VS 2010 Re: A network-related or instance-specific error occurred while establishing a connec

    Hi Sapator,

    Thanks for getting back to me. It was my web.config. All working fine now.

    Regards,

    Jiggy
  28. VS 2010 [RESOLVED] A network-related or instance-specific error occurred while establishing a connectio

    Hi,

    When I load the asp.net config tool in vs2010 it loads the page up fine but as soon as I click on security I get the following error:-


    There is a problem with your selected data store....
  29. Replies
    8
    Views
    1,817

    VS 2010 Re: Controls out of line on different PC's

    Here is a screen shot:-
  30. Replies
    8
    Views
    1,817

    VS 2010 Re: Controls out of line on different PC's

    That's correct Brin351. Do you have any other suggestions?
  31. Replies
    8
    Views
    1,817

    VS 2010 Re: Controls out of line on different PC's

    I've just noticed it's only doing it one content page. The others are being set.
  32. Replies
    8
    Views
    1,817

    VS 2010 Re: Controls out of line on different PC's

    Hi ,

    This is the code for my doc type in my master page:-

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    This is...
  33. Replies
    8
    Views
    1,817

    VS 2010 Controls out of line on different PC's

    Hi,

    I have a webpage with labels on the left and textboxes to the right. In my css I have set each textboxes margin-left so they all line up. Do I need to set the font / size in the body of the...
  34. Replies
    5
    Views
    1,571

    VS 2010 Re: Better way to align controls?

    Hi Gep13 long time since we last spoke (typed),

    Here is part of my CSS:-


    .lblDescription
    {
    margin-left: 5px;
    margin-top: 5px;
    }
  35. Replies
    5
    Views
    1,571

    VS 2010 Re: Better way to align controls?

    I guess from the lack of response I am doing it correctly which is not a bad thing as I've been doing this way for the last 6 months.
  36. Replies
    5
    Views
    1,571

    VS 2010 Better way to align controls?

    Hi,

    I have a selection of labels going down the screen with textboxes next to them. I have having to margin-left my textboxes so they line up because the labels are different lengths. This is very...
  37. Replies
    12
    Views
    1,871

    VS 2010 Re: WebMethod Accessing Local Constants???

    I know you can clone an object but I want to drop it on to a bin div and delete it from screen.
  38. Replies
    12
    Views
    1,871

    VS 2010 Re: WebMethod Accessing Local Constants???

    Thank you for the reply but I must be and I am sure I am very new to this type of development. I can alter the data in code behind using the webmethod the problem is when the page loads it gets data...
  39. Replies
    12
    Views
    1,871

    VS 2010 Re: WebMethod Accessing Local Constants???

    The thing is if you look at the uploaded image I want the user to be able to drop a blob on to the bin. Then the system deletes it's row in the database which it does fine but I then want it to...
  40. Replies
    12
    Views
    1,871

    VS 2010 Re: WebMethod Accessing Local Constants???

    Yes, I want it to reload the blobs co-ordinates from the SQL database and redraw all objects in the update panel.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width