Blog related to the programming-related issue, important blog links, important news, and more.
Tuesday, August 6, 2024
Sunday, March 17, 2024
18th Lok Sabha Election
General Election 2024 date announce on 16th March, 2024.
The General Election will be held in seven phases.
More detail on Election Commission Web Site Election Commission of India
The General Election will be held in seven phases.
Phase | Date |
---|---|
First Phase | 19 Apr 2024 |
Second Phase | 26 Apr 2024 |
Third Phase | 7 May 2024 |
Fourth Phase | 13 May 2024 |
Fifth Phase | 20 May 2024 |
Sixth Phase | 25 May 2024 |
Seven Phase | 1 Jun 2024 |
Result will declared on 4th June 2024. |
More detail on Election Commission Web Site Election Commission of India
Thursday, March 14, 2024
17th Lok Sabha Election
General Election were held in saven phases start from 11th April, 2019 to 19 May, 2019.
More detail on Election Commission Web Site Election Commission of India
Know your MP(Member of Parliament) using this link PRS LEGISLATIVE RESEARCH
More detail on Election Commission Web Site Election Commission of India
Know your MP(Member of Parliament) using this link PRS LEGISLATIVE RESEARCH
Thursday, December 28, 2023
Readonly checkbox with JQuery using selector.
Readonly checkbox with JQuery using selector.
Add the onclick attribute using the selector with the "return false" value.
Because the readonly property is not working on the checkbox when clicking on it.
In this line onclick is added by jQuery attr.
Add the onclick attribute using the selector with the "return false" value.
Because the readonly property is not working on the checkbox when clicking on it.
The below code is also not working when the checkbox attribute is readonly.
$('input[name="BeneficiariesList_code"][type="checkbox"][readonly="readonly"]').on("click",function (e) {
e.preventDefault();
return false;
});
In this line onclick is added by jQuery attr.
$("#BG2").attr("onclick","return false");
<input class="k-checkbox" name="ecode" value="Test" type="checkbox" id="BG2" onclick="return false">
Monday, December 18, 2023
Microsoft SQL Server 2019 Reporting Services Install & Configuration
Download report server from the below link.
Microsoft SQL Server 2019 Reporting Services
After installation Report Server is not working showing below error.
Configuration Manager
1. Connect to the Microsoft SQL Server 2019 Reporting Services
2. Service Account
Report Server Service Account Select Use another account option.
3. Web Service URL Registration:
4. Database:
5. Web Portal URL:
After Microsoft SQL Server 2008 Reporting Services , IIS is not required for Reporting Service.You will all of the URL reservation in place on your system using below command.
netsh http show urlacl
Subscribe to:
Posts (Atom)