nullskull.com
Open in
urlscan Pro
107.190.128.73
Public Scan
Submitted URL: http://nullskull.com/
Effective URL: http://nullskull.com/default.aspx
Submission: On October 19 via manual from US — Scanned from DE
Effective URL: http://nullskull.com/default.aspx
Submission: On October 19 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMName: aspnetForm — POST /default.aspx
<form name="aspnetForm" method="post" action="/default.aspx" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTExNDk5OTk1NTAPZBYCZg9kFgICAw9kFgICAQ8WAh4GYWN0aW9uBQ0vZGVmYXVsdC5hc3B4ZGQieAaZEkAGGBm30WyWejP5Onwiccu2j23fmeFM4STbGw==">
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
</div>
<div style="margin:auto; top:0; min-height: 100%;border-left: 0px solid #09c4f0; border-right: 0px solid #09c4f0; ">
<!--BeginNoIndex-->
<div style="margin:0px; padding: 0px 0px 0px 0px; background: url(/images/NullSkullHeaderLogoBackground.png) repeat left top; top:0px; height:145px; float:left; position:fixed;width:100%">
<div id="pageHeader">
<div style="margin: 0 auto; vertical-align:middle; padding: 0px 0px 0px 7px;width:1250px;height:145px;background: url(/images/NullSkullHeaderLogo.png) no-repeat left top;">
<table border="0" cellspacing="0" cellpadding="5" width="1150" align="center">
<tbody>
<tr>
<td align="center" valign="middle" width="400"><a class="logo" href="/default.aspx"><img alt="asp.net" src="/images/NullSkullHeaderLogoGlass.png" width="219" height="52"></a></td>
<td align="center" valign="middle">
<div style="height:90px"></div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="1200">
<tbody>
<tr>
<td align="left" valign="middle" width="410" style="padding: 15px 0px 0px 85px">
<table border="0" cellspacing="0" cellpadding="1">
<tbody>
<tr>
<td align="left" valign="middle" nowrap="nowrap"><a href="/articlelist.aspx" class="blackHeaderLink">Articles</a></td>
<td align="left" valign="middle" nowrap="nowrap"><a href="/faqlist.aspx" class="blackHeaderLink">FAQs</a></td>
<td align="left" valign="middle"><a href="/login.aspx" class="blackHeaderLink">Login</a></td>
</tr>
</tbody>
</table>
</td>
<td align="left" valign="middle" width="790">
<table border="0" cellspacing="0" cellpadding="1">
<tbody>
<tr>
<td align="left" valign="middle" nowrap="nowrap"><a href="/forumtree.aspx" class="blackHeaderLink">All Questions</a></td>
<td align="left" valign="middle" nowrap="nowrap"><a href="/forumpostsubmitnew.aspx" class="blackHeaderLink">New Question</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--EndNoIndex-->
<div class="clear">
<div style="width: 950px; margin:0 auto;background-color:white; overflow:visible;">
<div style="clear: both; padding: 155px 10px 100px 0px; overflow:visible;">
<div class="newlinesmall"></div>
<div class="newlinesmall"></div>
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="left" valign="top" width="350">
<div class="row">
<h4 style="font-size: 12pt">Articles</h4>
</div>
<div class="row"><a href="/a/10482843/javascript-window-controller.aspx" class="sidelink">JavaScript Window Controller</a></div>
<div class="row"><span>How to I get a reference to a browser window I've opened up and set focus on one of its controls?</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479405/custom-view-cell-in-xamarin-forms-uwp.aspx" class="sidelink">Custom View Cell in Xamarin Forms UWP</a></div>
<div class="row"><span>This article describes about one of the performance issue with ListView in Xamarin forms and how to overcome by providing the native or platform specific implementation with custom renderers.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479388/styles-and-triggers-in-xamarin-forms-uwp.aspx" class="sidelink">Styles and Triggers in Xamarin Forms UWP</a></div>
<div class="row"><span>This article describes about the styles and triggers in Xamarin forms. As like WPF and windows apps, styles can be defined in ResourceDictionary with set of triggers.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479383/background-task-in-xamarin-forms-uwp.aspx" class="sidelink">Background Task in Xamarin Forms UWP</a></div>
<div class="row"><span>This article describes about the Background Task in Xamarin Forms UWP. This background task provides the functionality when the app is suspended (in background) or not running.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479376/sqlite-in-xamarin-forms.aspx" class="sidelink">SQLite in Xamarin Forms</a></div>
<div class="row"><span>This article describes how to use the SQLite database in Xamarin Forms with proper locking approach and DB version upgradation mechanism while updating to new app versions.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479366/localization-in-xamarin-forms-uwp.aspx" class="sidelink">Localization in Xamarin Forms UWP</a></div>
<div class="row"><span>This article describes the localizing Xamarin.Forms apps with resource files and get the device culture from windows devices. The resource .RESX files containing translated strings which are embedded in
Xamarin.Forms assembly.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479347/listview-data-binding-with-mutiple-data-templates-in-xamarin-forms.aspx" class="sidelink">ListView data binding with mutiple data templates in Xamarin Forms</a></div>
<div class="row"><span>This article describes the ListView data binding with multiple data/item templates in Xamarin Forms. Since this feature is being implemented in Xamarin forms, it works in all the platforms windows, android
& ios.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479346/cryptography-in-xamarin-forms.aspx" class="sidelink">Cryptography in Xamarin Forms</a></div>
<div class="row"><span>This article describes the Cryptography (Encryption & Decryption) mechanism to be implemented in Xamarin forms which can work for all the platforms - Windows, Android & ios.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479333/custom-renderers-in-xamarin-forms.aspx" class="sidelink">Custom Renderers in Xamarin Forms</a></div>
<div class="row"><span>This article describes Custom Renderers for customizing the appearance and behavior of Xamarin.Forms controls.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479330/detect-network-connectivity-and-timezone-changes-in-xamarin-forms.aspx" class="sidelink">Detect Network Connectivity and TimeZone changes in Xamarin Forms</a></div>
<div class="row"><span>This article describes how to detect the network connectivity status and time zone changes in Xamarin forms in all the three (Windows, Android & ios) platforms.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479325/mvvm-in-xamarin-forms-uwp-10.aspx" class="sidelink">MVVM in Xamarin Forms UWP 10</a></div>
<div class="row"><span>This article describes about basic architectural setup required to start working with Xamarin Forms project in MVVM design pattern. As you are aware, if you have Xamarin forms project, it should run in all
(Windows, Android & ios) the platforms with minor platform specific code changes if any.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479089/realtime-messaging-app-using-signalr-and-angularjs.aspx" class="sidelink">Real-time messaging app using SignalR and AngularJS</a></div>
<div class="row"><span>This article will demonstrate making a real-time messaging app using SignalR and AngularJS using Visual Studio 2015 and .NET 4.6.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479086/cortana-background-interactions-with-universal-windows-app.aspx" class="sidelink">Cortana background interactions with Universal Windows app</a></div>
<div class="row"><span>This article will demonstrate using Cortana and voice commands to activate and launch a Universal Windows app.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479075/caching-in-angular-and-mvc5.aspx" class="sidelink">Caching in Angular and MVC5</a></div>
<div class="row"><span>This article describes about the caching technics and its implementation in angularjs.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479074/aspnet-mvc-5-promise-and-handling-multiple-async-calls-in-angular.aspx" class="sidelink">ASP.NET MVC 5 Promise and handling multiple async calls in angular</a></div>
<div class="row"><span>This article describes about how to make multiple async service calls in angularjs and show the progress during the service calls execution.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479071/globalization-and-localization-in-mvc-using-angularjs.aspx" class="sidelink">Globalization and Localization in MVC using AngularJS</a></div>
<div class="row"><span>This article describes about the Globalization and Localization (multilingual) support for the website in angularJS and MVC.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479070/realtime-iphone-app-in-swift-2-and-firebase.aspx" class="sidelink">Real-time iPhone app in Swift 2 and Firebase</a></div>
<div class="row"><span>You must have seen Facebook, Twitter and all similar social apps and wondered how live it is when someone comment, like or tweet you get that thing at that moment. Well its lot easy to develop similar things
using Firebase. Exciting? Lets develop our first app!</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479067/prism-6-shell-view-and-hamburger-menu-for-windows-10-universal-apps.aspx" class="sidelink">Prism 6 Shell view and Hamburger menu for Windows 10 Universal apps</a></div>
<div class="row"><span>Prism 6 is the current ported version of Prism for Universal Windows apps for Windows 10. In this article we will see how to setup a basic wiring for Prism and Hamburger menu. You can think of it as Master
page in Asp.net or Shared view template for MVC or as a basic template for Prism + Hamburger app development in Universal windows.</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479052/angular-ui-bootstrap-controls-in-html-5-or-mvc.aspx" class="sidelink">Angular UI Bootstrap controls in HTML 5 or MVC</a></div>
<div class="row"><span>This article describes about the mostly used controls in angular from UI bootstrap toolbox. All of these controls will be supported in most of the advanced browsers (IE 10+, Mozilla, Chrome, Firefox, Opera,
etc).</span></div>
<div class="newlinesmall"></div>
<div class="row"><a href="/a/10479043/spa-single-page-application-in-mvc-5-and-angularjs.aspx" class="sidelink">SPA (Single Page Application) in MVC 5 and AngularJS</a></div>
<div class="row"><span>This article describes about the SPA (Single Page Application) in MVC5 using AngularJS. Angular is a JavaScript frame work and has a powerful data binding mechanism.</span></div>
<div class="newlinesmall"></div>
</td>
<td width="20"> </td>
<td align="left" valign="top" width="450">
<div class="row">
<h4 style="font-size: 12pt">New Questions</h4>
</div>
<div class="row"><a href="/q/10483942/please-help-urgent-i-have-a-doubt-how-do-i-host-an-asp-net-website.aspx" class="sidelink">please help, urgent!!!!, I have a doubt???. How do I host an asp net website</a></div>
<div class="row" style="width:450px;overflow: visible;">please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help,
urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net we...</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483941/please-help-urgent-i-have-a-doubt.aspx" class="sidelink">please help, urgent!!!!, I have a doubt???</a></div>
<div class="row" style="width:450px;overflow: visible;"></div>
<div class="newline"></div>
<div class="row"><a href="/q/10483940/monitask.aspx" class="sidelink">Monitask</a></div>
<div class="row" style="width:450px;overflow: visible;">Monitask delivers employee monitoring solutions to boost productivity, efficiency, and accountability across your team. Advanced screenshot and activity monitors, as well as
time tracking capabilities, keep teams focused on the task at hand. https://www.monitask.com/en/</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483939/create-patient-revenue-by-month-using-multiple-criteria-for-two-years.aspx" class="sidelink">create patient revenue by month using multiple criteria for two years</a></div>
<div class="row" style="width:450px;overflow: visible;">Hi, I need to calculate revenue by patient by month based on multiple criteria. For example, I have this information on: Patient Name, daily current gross rate, current
discount rate, new gross rate, new discount rate, admission date, discharge date, type of rate: per day or per month. With this information I need to calculate the revenue by month using: daily rate * number of da...</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483938/vb-pdf.aspx" class="sidelink">VB PDF</a></div>
<div class="row" style="width:450px;overflow: visible;"></div>
<div class="newline"></div>
<div class="row">
<a href="/q/10483936/in-scrolling-in-wpf-toolkits-column-chart-you-define-a-plotarea-i-need-for-linesseries.aspx" class="sidelink">In "Scrolling in WPF Toolkit’s Column Chart" you define a Plotarea, I need for LinesSeries</a>
</div>
<div class="row" style="width:450px;overflow: visible;">Hello NullSkull, since weeks, I fight with the Dotnet.Pearls.Project Datavisualisation.Toolkit. Can you give me a hint how I get a defined PlotArea. This time I use the Chart,
but I need it without Axes for: MouseActions like Zoom, dragging the vertical ReferenceLine to a TimeSerie of all LinePoints at one time or Inline Scrollbars. I didn't find a work...</div>
<div class="newline"></div>
<div class="row">
<a href="/q/10483935/i-want-to-open-a-popupmay-be-in-javascript-or-ajax-and-make-a-call-to-databse-how-to-do.aspx" class="sidelink">I want to open a popup(may be in javascript or Ajax) and make a call to databse, how to do</a>
</div>
<div class="row" style="width:450px;overflow: visible;">Hi, I want to open a popup not sure how to achieve this and make a call to database to fetch some record. How to do this, some code reference is also appreciated.</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483930/from-datarow-how-to-split-the-bunch-of-data-and-render-using-viewmodel.aspx" class="sidelink">from DataRow how to split the bunch of data and render using Viewmodel</a></div>
<div class="row" style="width:450px;overflow: visible;"> foreach (DataRow dr in ds.Tables[0].Rows) { Viewmodel.responsemodel.Add(new responsemodel { Summary = (string)dr["SUMMARY"] ...</div>
<div class="newline"></div>
<div class="row">
<a href="/q/10483929/64bit-update-for-nullskull-identifying-which-formulas-in-excel-are-slowing-down-workbook.aspx" class="sidelink">64bit update for NullSkull "Identifying which formulas in Excel are slowing down workbook"</a>
</div>
<div class="row" style="width:450px;overflow: visible;">Hi - there is VBA on this site to have Excel identify which formulas are slowing down the workbook. Code is below but I don't know how to update it for 64bit. Is there someone
who can help with that? Thank You! Option Explicit Private Declare Function getFrequency Lib "kernel32" _ Alias "QueryPerformanceFrequency" (cyFreque...</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483924/get-column-lengths-for-same-tables-in-two-different-schemas.aspx" class="sidelink">Get column lengths for same tables in two different schemas</a></div>
<div class="row" style="width:450px;overflow: visible;">Hi, I am having quite a few (~500) tables with same name but in different schemas i.e. 1) DWH and 2)REP the column lengths for the above tables should ideally be the same in
both the schemas, however that is not the case. How do I write a SQL query that will give all those columns in the above 500 tables for which there is a mismatch in the column lengths. e....</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483920/how-assign-columnname-to-as--alias-in-sql-server.aspx" class="sidelink">How assign @ColumnName to as alias in sql server</a></div>
<div class="row" style="width:450px;overflow: visible;"></div>
<div class="newline"></div>
<div class="row">
<a href="/q/10483919/can-i-use-this-language-to-create-custom-control-animations--such-and-knobs-and-sliders.aspx" class="sidelink">can i use this language to create custom control animations ? such and knobs and sliders</a></div>
<div class="row" style="width:450px;overflow: visible;">control TVectorWheel PauseStepStyle = VWPS_Dot RailStyle = VWR_SolidRulerIn GearStyle = VWG_None GearTexture = VWGT_HardGlossy CapStyle = VWC_ColorRing PointerStyle =
VWP_LongLine VectorOptions = [] GearSize = 0.866134643554687 CapSize = 0.956436157226563 DentSize = 0.0748596191...</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483914/how-normal-english-characters-without-a-canopy-on-the-letter-can-be-used.aspx" class="sidelink">how Normal English characters without a canopy on the letter can be used</a></div>
<div class="row" style="width:450px;overflow: visible;">Facing a Special Character issue. Normal English characters without a canopy on the letter can be used instead of our local characters: č - c ć - c đ - d š - s ž - z In output
file we are getting these canopy letters. after tried changing encoding to UTF-8, This mark (?) is replacing that character instead of normal english l...</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483910/vbnet-tcp-client--server-socket-communications.aspx" class="sidelink">VB.NET TCP Client - Server Socket Communications</a></div>
<div class="row" style="width:450px;overflow: visible;">VB.NET TCP Client - Server Socket Communications By Peter A. Bromberg, Ph.D. This is a very useful code : my requirement is to read the ethernet port from a printing machine
from a pc and write it on a text file in the pc , is it possible by modifying the client code or the server code ... </div>
<div class="newline"></div>
<div class="row"><a href="/q/10483907/is-there-any-free-tool-for-sql-server-like-sql-assistant.aspx" class="sidelink">Is there any free tool for sql server like sql assistant</a></div>
<div class="row" style="width:450px;overflow: visible;">Hello Is there any free tool for sql server like sql assistant or sql complete</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483904/best-way-to-convert-a-sp-2013-wattachments-to-document-sets.aspx" class="sidelink">Best way to convert a SP 2013 (w/attachments) to Document Sets?</a></div>
<div class="row" style="width:450px;overflow: visible;">I need to convert a SharePoint 2013 list (that has attachments) to a Document Library with Document Sets. I do not have access to SharePoint Designer and I have limited site
permissions which might mean no PowerShell or Flow options (one of the perks of working for the government - sigh). I'm only an Intermediate level SP user so I'd need the ...</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483903/regex-to-get-image-name-from-a-folder-c.aspx" class="sidelink">Regex to get image name from a folder C#</a></div>
<div class="row" style="width:450px;overflow: visible;">I have a folder in my MVC application "postedImage" and within the folder are some images. An example output is I need a regex to get only "baby320210704185604.jpg" from the
above.</div>
<div class="newline"></div>
<div class="row"><a href="/q/10483901/6-golfers-in-rotation-for-foursomes-in-12-weeks.aspx" class="sidelink">6 golfers in rotation for foursomes in 12 weeks</a></div>
<div class="row" style="width:450px;overflow: visible;">need a schedule for six golfers to play in league foursomes </div>
<div class="newline"></div>
<div class="row"><a href="/q/10483900/six-golfers-six-days-threesomes--balance-.aspx" class="sidelink">Six Golfers, Six Days, Threesomes ... BALANCE ???</a></div>
<div class="row" style="width:450px;overflow: visible;">Hello, Please Help ... Can you recommend a rotation (round robin style???) where; - Six Golfers are placed into teams of three - For play over 6 days - and they play with each
player and against each player in the most balanced combination ??? Please and Thanks</div>
<div class="newline"></div>
</td>
</tr>
</tbody>
</table>
<div class="newlinesmall"></div>
<div class="newlinesmall"></div>
</div>
</div>
</div>
<!--BeginNoIndex-->
<div style="margin:0px; padding: 0px 0px 0px 0px; background: url(/images/NullSkullFooterBackground.png) repeat left top; bottom:0px; height:80px; float:left; position:fixed;width:100%">
<div style="margin: 0 auto; vertical-align:middle; padding: 0px 0px 0px 7px;width:1250px;height:80px;background: url(/images/NullSkullFooter.png) no-repeat left top;">
</div>
</div>
</div>
<script type="text/javascript" language="JavaScript">
function ShowBreakingNews() {
try {
var elem = document.getElementById('divBreakingNews');
if (elem != null) {
elem.style.visibility = 'visible';
}
} catch (e) {}
}
BodyOnLoad();
setTimeout(' ShowBreakingNews()', 1000);
</script>
</form>
Text Content
Articles FAQs Login All Questions New Question ARTICLES JavaScript Window Controller How to I get a reference to a browser window I've opened up and set focus on one of its controls? Custom View Cell in Xamarin Forms UWP This article describes about one of the performance issue with ListView in Xamarin forms and how to overcome by providing the native or platform specific implementation with custom renderers. Styles and Triggers in Xamarin Forms UWP This article describes about the styles and triggers in Xamarin forms. As like WPF and windows apps, styles can be defined in ResourceDictionary with set of triggers. Background Task in Xamarin Forms UWP This article describes about the Background Task in Xamarin Forms UWP. This background task provides the functionality when the app is suspended (in background) or not running. SQLite in Xamarin Forms This article describes how to use the SQLite database in Xamarin Forms with proper locking approach and DB version upgradation mechanism while updating to new app versions. Localization in Xamarin Forms UWP This article describes the localizing Xamarin.Forms apps with resource files and get the device culture from windows devices. The resource .RESX files containing translated strings which are embedded in Xamarin.Forms assembly. ListView data binding with mutiple data templates in Xamarin Forms This article describes the ListView data binding with multiple data/item templates in Xamarin Forms. Since this feature is being implemented in Xamarin forms, it works in all the platforms windows, android & ios. Cryptography in Xamarin Forms This article describes the Cryptography (Encryption & Decryption) mechanism to be implemented in Xamarin forms which can work for all the platforms - Windows, Android & ios. Custom Renderers in Xamarin Forms This article describes Custom Renderers for customizing the appearance and behavior of Xamarin.Forms controls. Detect Network Connectivity and TimeZone changes in Xamarin Forms This article describes how to detect the network connectivity status and time zone changes in Xamarin forms in all the three (Windows, Android & ios) platforms. MVVM in Xamarin Forms UWP 10 This article describes about basic architectural setup required to start working with Xamarin Forms project in MVVM design pattern. As you are aware, if you have Xamarin forms project, it should run in all (Windows, Android & ios) the platforms with minor platform specific code changes if any. Real-time messaging app using SignalR and AngularJS This article will demonstrate making a real-time messaging app using SignalR and AngularJS using Visual Studio 2015 and .NET 4.6. Cortana background interactions with Universal Windows app This article will demonstrate using Cortana and voice commands to activate and launch a Universal Windows app. Caching in Angular and MVC5 This article describes about the caching technics and its implementation in angularjs. ASP.NET MVC 5 Promise and handling multiple async calls in angular This article describes about how to make multiple async service calls in angularjs and show the progress during the service calls execution. Globalization and Localization in MVC using AngularJS This article describes about the Globalization and Localization (multilingual) support for the website in angularJS and MVC. Real-time iPhone app in Swift 2 and Firebase You must have seen Facebook, Twitter and all similar social apps and wondered how live it is when someone comment, like or tweet you get that thing at that moment. Well its lot easy to develop similar things using Firebase. Exciting? Lets develop our first app! Prism 6 Shell view and Hamburger menu for Windows 10 Universal apps Prism 6 is the current ported version of Prism for Universal Windows apps for Windows 10. In this article we will see how to setup a basic wiring for Prism and Hamburger menu. You can think of it as Master page in Asp.net or Shared view template for MVC or as a basic template for Prism + Hamburger app development in Universal windows. Angular UI Bootstrap controls in HTML 5 or MVC This article describes about the mostly used controls in angular from UI bootstrap toolbox. All of these controls will be supported in most of the advanced browsers (IE 10+, Mozilla, Chrome, Firefox, Opera, etc). SPA (Single Page Application) in MVC 5 and AngularJS This article describes about the SPA (Single Page Application) in MVC5 using AngularJS. Angular is a JavaScript frame work and has a powerful data binding mechanism. NEW QUESTIONS please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net website please help, urgent!!!!, I have a doubt???. How do I host an asp net we... please help, urgent!!!!, I have a doubt??? Monitask Monitask delivers employee monitoring solutions to boost productivity, efficiency, and accountability across your team. Advanced screenshot and activity monitors, as well as time tracking capabilities, keep teams focused on the task at hand. https://www.monitask.com/en/ create patient revenue by month using multiple criteria for two years Hi, I need to calculate revenue by patient by month based on multiple criteria. For example, I have this information on: Patient Name, daily current gross rate, current discount rate, new gross rate, new discount rate, admission date, discharge date, type of rate: per day or per month. With this information I need to calculate the revenue by month using: daily rate * number of da... VB PDF In "Scrolling in WPF Toolkit’s Column Chart" you define a Plotarea, I need for LinesSeries Hello NullSkull, since weeks, I fight with the Dotnet.Pearls.Project Datavisualisation.Toolkit. Can you give me a hint how I get a defined PlotArea. This time I use the Chart, but I need it without Axes for: MouseActions like Zoom, dragging the vertical ReferenceLine to a TimeSerie of all LinePoints at one time or Inline Scrollbars. I didn't find a work... I want to open a popup(may be in javascript or Ajax) and make a call to databse, how to do Hi, I want to open a popup not sure how to achieve this and make a call to database to fetch some record. How to do this, some code reference is also appreciated. from DataRow how to split the bunch of data and render using Viewmodel foreach (DataRow dr in ds.Tables[0].Rows) { Viewmodel.responsemodel.Add(new responsemodel { Summary = (string)dr["SUMMARY"] ... 64bit update for NullSkull "Identifying which formulas in Excel are slowing down workbook" Hi - there is VBA on this site to have Excel identify which formulas are slowing down the workbook. Code is below but I don't know how to update it for 64bit. Is there someone who can help with that? Thank You! Option Explicit Private Declare Function getFrequency Lib "kernel32" _ Alias "QueryPerformanceFrequency" (cyFreque... Get column lengths for same tables in two different schemas Hi, I am having quite a few (~500) tables with same name but in different schemas i.e. 1) DWH and 2)REP the column lengths for the above tables should ideally be the same in both the schemas, however that is not the case. How do I write a SQL query that will give all those columns in the above 500 tables for which there is a mismatch in the column lengths. e.... How assign @ColumnName to as alias in sql server can i use this language to create custom control animations ? such and knobs and sliders control TVectorWheel PauseStepStyle = VWPS_Dot RailStyle = VWR_SolidRulerIn GearStyle = VWG_None GearTexture = VWGT_HardGlossy CapStyle = VWC_ColorRing PointerStyle = VWP_LongLine VectorOptions = [] GearSize = 0.866134643554687 CapSize = 0.956436157226563 DentSize = 0.0748596191... how Normal English characters without a canopy on the letter can be used Facing a Special Character issue. Normal English characters without a canopy on the letter can be used instead of our local characters: č - c ć - c đ - d š - s ž - z In output file we are getting these canopy letters. after tried changing encoding to UTF-8, This mark (?) is replacing that character instead of normal english l... VB.NET TCP Client - Server Socket Communications VB.NET TCP Client - Server Socket Communications By Peter A. Bromberg, Ph.D. This is a very useful code : my requirement is to read the ethernet port from a printing machine from a pc and write it on a text file in the pc , is it possible by modifying the client code or the server code ... Is there any free tool for sql server like sql assistant Hello Is there any free tool for sql server like sql assistant or sql complete Best way to convert a SP 2013 (w/attachments) to Document Sets? I need to convert a SharePoint 2013 list (that has attachments) to a Document Library with Document Sets. I do not have access to SharePoint Designer and I have limited site permissions which might mean no PowerShell or Flow options (one of the perks of working for the government - sigh). I'm only an Intermediate level SP user so I'd need the ... Regex to get image name from a folder C# I have a folder in my MVC application "postedImage" and within the folder are some images. An example output is I need a regex to get only "baby320210704185604.jpg" from the above. 6 golfers in rotation for foursomes in 12 weeks need a schedule for six golfers to play in league foursomes Six Golfers, Six Days, Threesomes ... BALANCE ??? Hello, Please Help ... Can you recommend a rotation (round robin style???) where; - Six Golfers are placed into teams of three - For play over 6 days - and they play with each player and against each player in the most balanced combination ??? Please and Thanks