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
M

MyDevBank

@MyDevBank
About
Posts
19
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to speed up to website
    M MyDevBank

    Hi you need to read Ulra Fast ASP.NET i did - its great 3-4 minutes start by loading the page with out a db connection , then you can see if its db or server related MyDevBank.com

    Web Development csharp asp-net performance tutorial

  • repeater control
    M MyDevBank

    so i didnt got the right view of the UI you are describing can you describe it better ? MyDevBank.com

    ASP.NET database help question

  • show Progress for Long Running Query
    M MyDevBank

    Hi Abdul how long is "takes some time" a sec, a 30 sec ? if its a 5 sec max ill go for an animated gif file [here](http://www.preloaders.net/ target=) if not i wont let the user to wait to much for a process do you have to wait for the query to execute ? MyDevBank.com

    ASP.NET database question csharp javascript asp-net

  • repeater control
    M MyDevBank

    textbox1 | textbox2 | textbox3 | button in a simple flow: when button click ( valid = true validate textbox1 validate textbox2 validate textbox3 if(valid) insert else message("one of ......") } MyDevBank.com

    ASP.NET database help question

  • Syntax error in UPDATE statement. ?
    M MyDevBank

    :)

    ASP.NET database announcement csharp javascript sysadmin

  • Syntax error in UPDATE statement. ?
    M MyDevBank

    one of the fields name is wrong, Cap letter or something like that MyDevBank.com

    ASP.NET database announcement csharp javascript sysadmin

  • how to create rounded corner div with drop shadow.
    M MyDevBank

    look at the video about the jquery dialog - great MyDevBank.com

    ASP.NET javascript algorithms help tutorial question

  • Syntax error in UPDATE statement. ?
    M MyDevBank

    you got WHERE ID='4' try WHERE ID=4

    ASP.NET database announcement csharp javascript sysadmin

  • Syntax error in UPDATE statement. ?
    M MyDevBank

    WHERE id='4' is your ID column type is a VAR/NVARcher type ? MyDevBank.com

    ASP.NET database announcement csharp javascript sysadmin

  • how to create rounded corner div with drop shadow.
    M MyDevBank

    to make it short... download this open a index.html file in your browser its a demo in the shadow case -> look at the dialog demo -> look at the html , class="ui-widget-shadow ui-corner-all" now add the folders to your site/web app then set this html in a page for a test link the 2 js file and css to that page

    <div style="width:100px;"><div class="ui-corner-all ui-widget-shadow" ><div class="ui-dialog-content ui-widget-content">test 123</div></div></div>

    you should get a small shadow around a div with a test 123 text in it now you need to set the margin of the shadow so it will have an angel relating the text div it take some time to get in to it but its a great tool for web development reply back for results :) MyDevBank.com

    ASP.NET javascript algorithms help tutorial question

  • how to create rounded corner div with drop shadow.
    M MyDevBank

    with jquery UI you can do it i think its css class ".ui-widget-shadow" but set the margin(for the shadow) as you like around the div MyDevBank.com

    ASP.NET javascript algorithms help tutorial question

  • How to get the STock ticker from Indian Share market ??
    M MyDevBank

    -sure there is a web service you can connect to for the data -for a ticker, i say use jquery ticker and this example ticker MyDevBank.com

    ASP.NET csharp asp-net tutorial question

  • cross platform feature of asp.net
    M MyDevBank

    cs on the server .. javascript on the client browser ... declared every asp.net control with an ID that when you postback your page will display the result is this what you are looking for ? mydevbank.com

    ASP.NET csharp javascript asp-net question

  • how to fetch html text into string variable
    M MyDevBank

    Hi do you mean web scraping/harvesting ? April 1 - :laugh:

    ASP.NET html design tutorial question

  • button field in gridview
    M MyDevBank

    Do you want to effect the Row when clicking on one of the buttons ? mydevbank.com

    ASP.NET sysadmin

  • Add javascript Function in MenuItem Click event
    M MyDevBank

    <a href=”somepage.htm?foo=32” onClick=”functionName('val')”>foo 32</a> or <input type="button" value="123" onclick="func('123')" /> "I am trying to place a javascript function in MenuItem click event. " or do you mean OnClientClick="func();" ? <asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="func();" /> http://mydevbank.com[^]

    ASP.NET csharp javascript asp-net database

  • performance issue
    M MyDevBank

    what about caching ? and how long takes a page to render?

    ASP.NET performance architecture help question

  • stop page reloading in asp.net
    M MyDevBank

    :laugh: :laugh: Sir nobody and use Jquery Ajax look at this http://api.jquery.com/jQuery.ajax/[^] or read this http://mydevbank.com/ajax.aspx[^]

    ASP.NET csharp java asp-net tools help

  • need help with Ajax modal popup extender
    M MyDevBank

    Ajax the form content to a handler so your popup will stay http://mydevbank.com/ajax.aspx[^]

    ASP.NET 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