Posts

Showing posts from April, 2012

UI Jquery For Asp.net

UI Jquery Hello, Friends , Here i am discussing with you some cool and good tool of J Query . Here i am showing its script with its Example. You can change it according to your own use. Here i am using some of them: 1 Accordion 2 AUTO COMPLETE 3 Multiple Tab 4 Highlight Selected Word 5 Change colore of page on Mouse click  Click on this for full Demo. http://kandy.netai.net/ The first 1 is Accordion : Scrpit is: <html> <head> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.mi...

Passing data from page to another without using QueryString

Passing data from one page to another without using QueryString.... Here i am Using  Inline coding,because it is  simple to organize Design and coding part in one single page.But you can also  divided  this in multiple page Using .aspx and .cs format. Page 1.. Here  i am design form by using some Textboxs and Labels... <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server">    </script> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server">     <title>asp.net cross page postback example</title> </head> <body>     <form id="form1" runat="server">     <div>         <h2 style="color:Red">asp.net Cross-Page PostBack examp...

Windows Run Command

Useful Windows CMD Commands To Access Run Command Accessibility Controls   access.cpl   Add Hardware Wizard hdwwiz.cpl Add/Remove Programs appwiz.cpl Administrative Tools control admintools Automatic Updates wuaucpl.cpl Bluetooth Transfer Wizard fsquirt Calculator calc Certificate Manager certmgr.msc Character Map charmap Check Disk Utility chkdsk Clipboard Viewer clipbrd Command Prompt cmd Component Services dcomcnfg Computer Management compmgmt.msc Date and Time Properties timedate.cpl DDE Shares ddeshare Device Manager devmgmt.msc Direct X Control Panel (If Installed)* directx.cpl Direct X Troubleshooter dxdiag Disk Cleanup Utility cleanmgr Disk Defragment dfrg.msc Disk Management diskmgmt.msc Disk Partition Manager diskpart Display Properties control desktop Display Properties desk.cpl Display Properties (w/Appearance Tab Preselect...