Click here to Skip to main content
15,885,546 members

Comments by dnxit (Top 34 by date)

dnxit 15-Sep-20 8:59am View    
You can use a Grid Layout and keep width and Height as * so it'll make it flexible and adjustable to screen size, you can see an example on the following link
https://askxammy.com/working-with-gridlayout-in-xamarin-forms/
dnxit 13-Sep-20 0:51am View    
What are you trying to do here with that Socket ?
Cookie.Value is string and you're assigning Socket to string ?
dnxit 10-Sep-20 2:35am View    
Why are you including Jquery related js files in your view ? same is added in your layout as well.
https://blog.michaelckennedy.net/2012/10/11/preventing-javascript-files-from-loading-multiple-times/
May be that's the problem
dnxit 11-Jun-20 3:40am View    
Setup files can be created for Windows desktop applications e.g. (winforms, wpf, uwp etc) web applications are deployed in IIS. web applications usually work from server so multiple clients can access it through browsers.
dnxit 25-Mar-20 4:01am View    
You can give this one a try
https://github.com/alanjuden/MvcReportViewer