Quick Facts It’s by Microsoft for Rich Internet Application Development Supports high quality graphics/animations Runs in Windows, Mac, Linux From PHP you can also make use of Silverlight Offers copy protection Related technologies: Adobe Flash, Java FX Debugging possible from Visual Studio 2008 IDE Supports IE, Firefox, Opera, Safari The claim is: it’s significantly fast …
Category: FromSitesTree.com
Aug 21
ASP.Net Controls #19
HTML Server ControlsHtmlAnchorHtmlButtonHtmlFormHtmlGenericHtmlImageHtmlInputButtonHtmlInputCheckBoxHtmlInputFileHtmlInputHiddenHtmlInputImageHtmlInputRadioButtonHtmlInputTextHtmlSelectHtmlTableHtmlTableCellHtmlTableRowHtmlTextArea Web Server ControlsAdRotatorButtonCalendarCalendarDayCheckBoxCheckBoxListDataGridDataListDropDownListHyperLinkImageImageButtonLabelLinkButtonListBoxListItemLiteralPanelPlaceHolderRadioButtonRadioButtonListBulletedListRepeaterStyleTableTableCellTableRowTextBoxXml Validation Server ControlsCompareValidatorCustomValidatorRangeValidatorRegularExpressionValidatorRequiredFieldValidatorValidationSummary From: http://sitestree.com/?p=4869 Categories:19Tags: Post Data:2013-01-02 02:38:21 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: …
Aug 21
ASP.Net Examples #19
ASP.NET HTML Controls HTMLAnchorHTMLButtonHTMLImageHTMLImage 2HTMLInputbuttonHTMLInputCheckboxHTMLInputHiddenHTMLInputImageHTMLInputRadiobuttonHTMLTableHTMLTable 2HTMLTextarea ASP.NET Web Controls AdRotatorButtonButton 2CalendarCalendar 2Calendar 3CheckboxCheckboxListDataListDataList with stylesDataList with DropdownListHyperlinkImageImageButtonLabelLinkButtonListboxLiteralLiteral 2PanelRadiobuttonRadiobuttonListRepeaterRepeater with Repeater with TableTable 2TextboxTextbox 2Textbox 3XML ASP.NET Validation Controls CompareValidatorCompareValidator 2CustomValidatorRangeValidatorRangeValidator 2RegularExpressionValidatorRequiredFieldValidatorValidationsummaryValidationsummary 2 ASP.NET Events Page_LoadPage.IsPostBack ASP.NET Data Binding ArrayList RadioButtonListArrayList DropDownListHashtable RadioButtonList 1Hashtable RadiobuttonList 2Hashtable DropDownListSortedList RadioButtonList 1SortedList RadiobuttonList 2SortedList DropDownListXML RadiobuttonList ASP.NET Database Database …
Aug 21
20 Tips to Improve ASP.net Application Performance #19
Please check: http://www.realsoftwaredevelopment.com/2007/08/20-tips-to-impr.html From: http://sitestree.com/?p=4752 Categories:19Tags: Post Data:2006-09-15 02:39:15 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: <a href=’https://www.ShopForSoul.com’> https://www.ShopForSoul.com/</a> Medium: <a href=’https://medium.com/@SayedAhmedCanada’ …
Aug 20
Firebird Stored procedure delphi #2
In firebird, the syntax to create TRIGGERs and Stored Procedures is as below: — SET TERM !! ; CREATE TRIGGER auto_update_1 FOR DBPATHS after INSERT POSITION 0 AS BEGIN insert into commission values (100,100); END !! SET TERM ; !! — SET TERM !! ;CREATE PROCEDURE CountTo10 RETURNS (Cnt INTEGER) AS BEGIN Cnt = 1; …
Aug 20
Tools to create ER diagrams from a database dynamically #2
Microsoft Visio, and dbVisualizer provide features to create ER diagrams from existing database tables.Why needed?ER diagram is very useful to understand the total database structure that helps a new programmer to work on the existing databases more efficiently.Visio:While creating Database diagrams, a menu item named database is displayed. Reverse Engineering option under Database menu helps …
Aug 20
Passing Parameters from Front end to Access Queries. VB.Net/ASP platform #2
Just append the parameter values with the query name from the front end. For example, say a query in access has the pattern:catId = [categoryId]. It indicates that categoryId has to be supplied to this query. From the front end, you can use:strQuery = ” qry_name ‘ ” & numCategoryID & “‘” //VB.Net/ASP platform ASP …
Aug 20
Speed: Firebird vs. PostGreSql #2
Please read.According to this article postgresql faster than firebird. But I also got information/tests where firebird is faster than postgresql. http://archives.postgresql.org/pgsql-advocacy/2003-06/msg00280.php However, Speed may not be the only factor to select a database product. We can improve raw speed in many alternate ways, hardware solutions, ram, faster storage, faster CPU. To compare speed issue, efficiency …
Aug 20
FireBird GUI Tools #2
GUI Tools for Firebird DB management ———————————— CommercialThese are very good tools IBExpert – Developer Studio Interbase firebird development studio – develop/design EMS sql mgmt studion for interbase/firebirdails.html — http://www.soft32download.com/software/EMS-SQL-Manager-2005-for-InterBase-Firebird-download-details.html xstarter FBIB – good management tools–scheduling of works — http://www.xstarter.com/firebird-interbase-job-scheduler.html Free—-Development and Administration ToolsDbVisualizer Free JDBStudioibviewibexpert free personal edition limitedIBSQL not great but have some …
Aug 20
Important Links for Mysql, PostGreSQL, Firebird, EnterpriseDB, Ingres #2
Firebird and postgresql:http://www.linuxjournal.com/node/7010 Important comment: easy to migrate from oracle to firebird than to postgre or mysql. From interbase to firebird will be better as they are similar. http://forums.devshed.com/firebird-sql-development-61/mysql–vs–firebird-sql-62269.html : Firebird is far better choice than mysqlAs for Performance, MySQL will outperform Firebird on almost all tests on local machine……On a Network Server a properly …
