Search:

Type: Posts; User: motil

Page 1 of 13 1 2 3 4

Search: Search took 0.20 seconds.

  1. VS 2013 Re: How to create instant of class by string object.

    there is never a reason to do what you need to do, as NeedSomeAnswers wrote, post here what are you trying to do so we can help you to take a better route.
  2. Replies
    1
    Views
    686

    Re: Error Uploading ASP.NET Site

    why don't you using the VS FTP feature?
  3. Re: changing controls inside EditItemTemplate (gridview)

    You can use javascript for that.
  4. Re: Please help sending message to console from windows appliaction

    or you can use memory mapped files:
    https://msdn.microsoft.com/en-us/library/dd997372.aspx
  5. Re: Please help sending message to console from windows appliaction

    You can simplify the all process by let the programs read information from a shared file and use filewatcher.... did you tried that ?
  6. Re: Please help sending message to console from windows appliaction

    will the client/server always work on the same computer ?
  7. Thread: Session variable

    by motil
    Replies
    3
    Views
    1,162

    VS 2013 Re: Session variable

    on a side note, you need to improve the way you execute your queries , right now your code is very "dirty"
    first of all use Stored procedures whenever you can, and if from some reason you can't,...
  8. Thread: Session variable

    by motil
    Replies
    3
    Views
    1,162

    VS 2013 Re: Session variable

    try this:
    "Select * from aspnet_UserProfile where UserID.ToString() =' " + CurrentUserID.ToString() +"'"
  9. Replies
    7
    Views
    1,399

    Re: Persisting Datable on Post Backs

    btw, I know what you mean about JS, but again we are working with banks and other big companies, and sometimes their systems software/hardware can be very old and quite a bit of them still using IE6...
  10. Replies
    7
    Views
    1,399

    Re: Persisting Datable on Post Backs

    I never advised him to save the data on the server, if i understood him right he just wanted the initial data to stay on the page without having to repopulate it or save it as a viewstate and post...
  11. Replies
    7
    Views
    1,399

    Re: Persisting Datable on Post Backs

    You got a point szlammany... normally when you need to get some much data from the server you'll split the result into pages so the load on the server will be much easier.. but in my workplace there...
  12. Replies
    7
    Views
    1,399

    Re: Persisting Datable on Post Backs

    if you don't want to use viewstate or re-populating the table, change your request to jquery-ajax, this way the page will remain static and you'll have access to the server side.
  13. Replies
    1
    Views
    996

    Re: How to write rowUpdating code

    for better practice reason I would highly suggest to drop these methods of SQL querying and use ado.net methods.
  14. Replies
    13
    Views
    3,306

    Re: IE11 Incorrectly Rendering HTML5 Tags

    i had problems with IE11 at my workplace as well, when all the regular tricks didn't did the job i finally update my server version to 4.5 framework and strangely enough everything working fine now...
  15. Re: Populate JQuery DataTable With WebMethod Returned Value

    first of all... why you define list of string inside list of string?
    \
  16. Replies
    5
    Views
    1,613

    Re: Javascript isn't being executed?

    yep "OnClientClick" is the correct command
  17. Replies
    0
    Views
    857

    Excel don't "get" the width attribute

    Hi all,

    I'm translating my html report to Excel in the old fashion way



    Response.AddHeader("Content-Disposition", "attachment;filename=report.xls");
    Response.ContentType =...
  18. Replies
    2
    Views
    987

    VS 2010 Re: Bind Enabled to Property

    just a question, why don't you do it in the code behind instead of the markup?
  19. Replies
    5
    Views
    1,421

    VS 2005 Re: [RESOLVED] Disable Form showing animated GIF

    wired I've tried to reproduce the bug on ie7,8,9 and the gif animation worked just fine when I changed its
    visibility property.. but I do remember i had this problem years ago..

    p.s: are you...
  20. Replies
    11
    Views
    1,111

    Re: Questions for HTML5

    that wasn't a question :) just sharing :)
  21. Replies
    11
    Views
    1,111

    Re: Questions for HTML5

    two examples:
    1) in my work place we serve over 1500 other companies and just like you said, a lot of them are still using ie6 (the number is really decreasing lately yay) so I must support ie6.
    ...
  22. VS 2008 Re: textbox - disabling the enter/return key.

    yea its seems like when the textbox is losing focus there is a server call and this is why the jQuery datepicker plugin is reset (page refreshing)
  23. VS 2008 Re: textbox - disabling the enter/return key.

    I think he meant the textbox (he calling his method throw the text box...)
  24. Replies
    11
    Views
    1,111

    Re: Questions for HTML5

    i don't want it top happen overnight but O also don't want to wait for decades
    for my code to work perfect on my users machines without me have to make "special fixes" (ie6,ie7,ie8, and sometimes...
  25. VS 2008 Re: textbox - disabling the enter/return key.

    Gary correct me i'm wrong, but isn't "UseSubmitBehavior" is an ASP:button property?
    I don't think you can use it on an ASP Textbox control
  26. Replies
    11
    Views
    1,111

    Re: Questions for HTML5

    well, IE9 developing group could and should enable regular bases updates for IE9,
    I've also checked and compared in the first few days after ie9 released what features of html5 it support and ff...
  27. Replies
    11
    Views
    1,111

    Re: Questions for HTML5

    hi Gary,

    can you please explain this:


    Microsoft is a member of the W3C and plays a very active role in the specification process for many HTML5 standards and working groups. Just like all of...
  28. Replies
    5
    Views
    1,421

    VS 2005 Re: Disable Form showing animated GIF

    I didn't test it, but did you tried to change this:


    el.style.visibility = (el.style.visibility == "visible") ? "hidden" : "visible";


    to this


    el.style.display= (el.style.display==...
  29. VS 2008 Re: Showing the gridview header with no data results

    The grid view has an items for this situation exactly called "EmptyDataTemplate"



    <EmptyDataTemplate>
    </EmptyDataTemplate>


    I'm not using gridviews,datareader etc.. only repeaters....
  30. Replies
    11
    Views
    1,111

    Re: Questions for HTML5

    HTML5 is the next version of HTML,
    IE 8 has very little support with HTML5 (20 -35&#37;)?
    and even IE9 is not getting to 50% support, sad but true.

    and just google HTML5 you'll get all your...
  31. VS 2008 Re: textbox - disabling the enter/return key.

    I'm not exactly sure what are you trying to do but, it seems like you trying to avoid postback when the user press the enter key, here is the easiest way to do it



    <asp:TextBox ID="TextBox1" ...
  32. Replies
    7
    Views
    1,004

    Re: saving mysql connection string

    Me for one save our connection strings in a file, since we using the n-tier architecture
    but to can save it in the app settings as well
  33. Re: how to clear textbox when page is refreshed asp.net c#

    HI Gary!

    I'm very busy with daughter, work and some other projects lately but I'll try to be around more from now on :).

    say, since you already wrote most of the code why didn't you added the...
  34. Re: how to clear textbox when page is refreshed asp.net c#

    I didn't read all the post, but the OP used the word "Refresh", so when refreshing the page (F5) in ASP.NET Postback is not triggered.. (unless you did postback the page before you hit the F5 button)
  35. [RESOLVED] Setting combobox selectedindex property is slow ??

    Hello everyone.

    Im currently debugging my application to found out why it's running a bit slow, when I put breakpoint where i populate one of the application combobox it's run fast but after i...
  36. Replies
    3
    Views
    3,139

    Re: QR Code free library?

    Ok... do you have any good links that will point me where to start and learn of what i need to do that ?
  37. Replies
    3
    Views
    3,139

    QR Code free library?

    Hi all!

    Does anyone found good working QR Code library over the net? I already downloaded couple but both of them had errors once VS2010 tried to upgrade the version from .NET 2 to 4.
  38. Replies
    3
    Views
    692

    using if exists result?

    Hello,

    Is there a way to use the if exists select statement result ?

    for example:


    IF EXISTS (SELECT col1 FROM table1 where id = 1)
    BEGIN
    SELECT col1 FROM table1 where id = 1
  39. Replies
    14
    Views
    2,401

    VS 2010 Re: Drag an image over another image

    Glad I could help!
  40. Replies
    14
    Views
    2,401

    VS 2010 Re: Drag an image over another image

    Ok, I made some very basic example for you, for start just drop every thing into test html page and learn it a bit, then we'll tweak it as you need.

    * you must have Both jQuery and jQuery UI...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width