• Contact Us
  • Contact Us
My Dashboard

Archives: FAQs

Holds Syncfusion FAQs and specific data

I installed Windows 2003 Standard Edition, then VS.NET and SQL Server 2K with SP3. When I build web project connecting to the database in VS.NET, the compiler gives me the following error:Login failed for user ‘NT AUTHORITY\NETWORK SERVICE’,why?

Add NT AUTHORITY\NETWORK SERVICE account to SQL Server , which will be in the local group. Make sure to give it the required database access and permissions

I get error message at runtime ‘Value null was found where an instance of an object was required’ when using Application state variables. why?

Application State variables must be initialized in C# before any operation is performed on them. For example.: You need to assign value to Counter state variable before performing the case (int)Session[‘Counter’].

Why do I get error message ‘System.Threading.ThreadAbortException: Thread was being aborted’ while using Response.Redirect

Response.Redirect will cause a ThreadAbort exception. To resolve this use VB.NET Response.Redirect(url,false) C# Response.Redirect(url,false) ;

How to call the Page_load procedure from any event on the page

VB.NET Dim strval As String = ‘a’ If strval = ‘a’ Then Call Page_Load(sender, e) End If C# string strval =’a’; if( strval ==’a’) { Page_Load(sender,e); }

How can I use a Calendar Control in readonly mode. i.e no links for the day and month cells.

In the DayRender Event of calendar Control VB.NET If e.Day.IsOtherMonth Then e.Cell.Text = ‘ ‘ Else e.Cell.Text = e.Day.DayNumberText End If C# if (e.Day.IsOtherMonth ) { e.Cell.Text = ‘ ‘; } else { e.Cell.Text = e.Day.DayNumberText; }

← Previous
Next →
EXPLORE OUR PRODUCTS
  • UI Component Suite
  • Document SDK
  • PDF Viewer SDK
  • DOCX Editor SDK
  • Spreadsheet Editor SDK
  • Code Studio
  • Analytics Platform
  • Reporting Platform
  • eSignature Software and API
  • Customer Service Software
  • Knowledge Base Software
FREE TOOLS
  • Unlock PDF
  • Merge PDF
  • Compress PDF
  • XPS to PDF
  • Organize PDF
  • Floor Planner
  • DOCX Editor
  • Excel Editor
  • Markdown to HTML Converter
  • More Free Tools ❯
RESOURCES
  • Ebooks
  • White Papers
  • Case Studies
  • Technical FAQ
  • Code Examples
  • Accessibility
  • Web Stories
  • Webinars
  • Resource Center
GET PRODUCTS
  • Free Trial
  • Pricing
UI Kits
  • .NET MAUI UI Kit
  • React UI Kit
  • Blazor UI Kit
  • Angular UI Kit
  • Web Figma UI Kit
SUPPORT
  • Community Forum
  • Knowledge Base
  • Contact Support
  • Features & Bugs
  • SLA
  • Product Life Cycle
LEARNING
  • Demos
  • Documentation
  • Blog
  • Tutorial Videos
  • Video Guides
  • Showcase Apps
  • What’s New
  • Road Map
  • Release History
WHY WE STAND OUT
  • Blazor Competitive Upgrade
  • Angular Competitive Upgrade
  • JavaScript Competitive Upgrade
  • React Competitive Upgrade
  • Vue Competitive Upgrade
  • Xamarin Competitive Upgrade
  • WinForms Competitive Upgrade
  • WPF Competitive Upgrade
  • PDF Competitive Upgrade
  • Word Competitive Upgrade
  • Excel Competitive Upgrade
  • PPT Competitive Upgrade
COMPANY
  • About Us
  • Customers
  • Blog
  • News & Events
  • Careers
  • Internship
  • Partners
CONTACT US
  • Fax: +1 919.573.0306
  • US: +1 919.481.1974
  • UK: +44 20 7084 6215
Toll Free (USA):
  • 1-888-9DOTNET
  • [email protected]
  • WhatsApp
  • ENTERPRISE SECURITY
  • GDPR AICPA SOC
Syncfusion-logo
Privacy PolicyCookie PolicyWebsite Terms of UseSecurity PolicyResponsible DisclosureEthics Policy
Copyright © 2001 - 2026 Syncfusion® Inc. All Rights Reserved. || Trademarks
Facebook-icon Twitter-icon Linkedin-icon Youtube-icon
39K+ 12K+ 15K+ 27K+
Pinterest-icon Instagram-icon Threads-icon

CONTACT US

Fax: +1 919.573.0306

US: +1 919.481.1974

UK: +44 20 7084 6215

Toll Free (USA):

1-888-9DOTNET

[email protected]

  • WhatsApp
  • ENTERPRISE SECURITY
  • GDPR AICPA SOC
Facebook-icon Twitter-icon Linkedin-icon Youtube-icon
39K+ 12K+ 15K+ 27K+
Pinterest-icon Instagram-icon Threads-icon
Syncfusion-logo
Privacy PolicyCookie PolicyWebsite Terms of Use
Security PolicyResponsible DisclosureEthics Policy
Copyright © 2001 - 2026 Syncfusion® Inc. All Rights Reserved. || Trademarks