Archive for January, 2010

Setting Focus to an ASP.NET Control – Set Focus After PostBack – After Submit – on Page Load in ASP.NET 1.x

0

Management of control focus is one of the common tasks when building web applications with effective and friendly user interface. In order to set focus on a certain control such as textboxes, buttons dropdowns after postback / after submit / on Page Load in ASP.NET 1.x, we can use a dynamic javascript block that facilitates Javascript’s focus() function.

private void SetFocus(String controlID) { // Build the JavaScript String System.Text.StringBuilder sb = new System.Text.StringBuilder(); sb.Append(“<script language=’javascript’>”); sb.Append(“document.getElementById(‘”); sb.Append(controlID); sb.Append(“‘).focus()”); sb.Append(“</script>”)

// Register the script code with the page. Page.RegisterStartupScript(“FocusScript”, sb.ToString()); }

For the above code, you need to pass the control’s id as the parameter, then define the Javascript function in a string variable then call the Page class to register the script.

 

Disney Wallpaper And Buddy Icons

0

Title : Disney Wallpaper And Buddy IconsFile : 251 JPG + 154 GIF – 800×600…1024×768 – 30 MbDownload : DepositeFile

 

Full Flash Site Template – Professional Hair Salon

0

Title : Full Flash Site Template – Professional Hair SalonFile : fla, psd, html, fonts – 22 MbDownload : DepositeFile

ResourcesMix Weekly Updates for 2010-01-29

0

ResourcesMix Weekly Updates for 2010-01-29

0
 

Vector Collections of Korean Illustrators – Fashion Collection 4

0

Title : Vector Collections of Korean Illustrators – Fashion Collection 4File : 80 AI Vector Files with JPEG previews – 47.2 MB

Collections is from I.D BOX, KG KANGOO, ZZVE, TEAMS2, ASUKA, A.E DESIGN, POWER ID, HOT SOURCE, SSEY PLUS, HAPPY MHYERU, KPOINT, MURP DESIGN, ART4UNI, HANSDRAW, CREYONG, MONGILLUST, NABI,, SEE+P , POZ, N505 UJJASSEUGGA, NEOBIZ, NAVER, WING, CASUAL STEYLE, GIGGLE, DESIGN NG, DGIANT, VITAMIN-DDESIGNUS, X1942, DEW, CODE DESIGN, I.D BOX, KG KANGOO, ZZVE, TEAMS2, ASUKA and A.E DESIGN Vector Files.Download : FileFactory

Nice White Blogger Template

0

Kiss for Blogger is a modification of a theme called Kiss, originally designed by Oinam. This template is also available for Movable Type, TypePad, Live Journal, and WordPress (all other versions of this beautiful theme can be found at here).
Main features:Two column layoutRecent comments on sidebar (1)Integrated Google Sitesearch (2)This is a free template released under Creative Commons Attribution-ShareAlike 2.5 License. This means that you can use this template for your personal or commercial blog, edit it according to your needs, and even re-distribute it as long as you keep the credit links at the end of sidebar.Download:Download Kiss template for Blogger
More Stuffs at www.hackinbox.net

Grey-White Blogger Template

0

NewZen for Blogger is an interesting Blogger theme with AJAX sidebar menu (yes, it is possible to use AJAX with Blogger templates). This theme has been modified from its WordPress version, which is originally designed by Fauxzen.
Main features:Two column layoutAJAX sidebar menu (1)Recent comments on sidebar (2)Integrated Google Sitesearch (3)This is a free template released under Creative Commons Attribution-ShareAlike 2.5 License. This means that you can use this template for your personal or commercial blog, edit it according to your needs, and even re-distribute it as long as you keep the credit links at footer.
More Stuffs at www.hackinbox.net
Go to Top