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
MyDevBank
Posts
-
How to speed up to website -
repeater controlso i didnt got the right view of the UI you are describing can you describe it better ? MyDevBank.com
-
show Progress for Long Running QueryHi 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
-
repeater controltextbox1 | 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
-
Syntax error in UPDATE statement. ?:)
-
Syntax error in UPDATE statement. ?one of the fields name is wrong, Cap letter or something like that MyDevBank.com
-
how to create rounded corner div with drop shadow.look at the video about the jquery dialog - great MyDevBank.com
-
Syntax error in UPDATE statement. ?you got WHERE ID='4' try WHERE ID=4
-
Syntax error in UPDATE statement. ?WHERE id='4' is your ID column type is a VAR/NVARcher type ? MyDevBank.com
-
how to create rounded corner div with drop shadow.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
-
how to create rounded corner div with drop shadow.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
-
How to get the STock ticker from Indian Share market ??-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
-
cross platform feature of asp.netcs 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
-
how to fetch html text into string variableHi do you mean web scraping/harvesting ? April 1 - :laugh:
-
button field in gridviewDo you want to effect the Row when clicking on one of the buttons ? mydevbank.com
-
Add javascript Function in MenuItem Click event<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[^]
-
performance issuewhat about caching ? and how long takes a page to render?
-
stop page reloading in asp.net: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[^]
-
need help with Ajax modal popup extenderAjax the form content to a handler so your popup will stay http://mydevbank.com/ajax.aspx[^]