13,153 Topics

Member Avatar for
Member Avatar for Samantha_14

Hi Everyone iam Samantha iam running a blogging website. i have done my best in seo and in content also but still not getting the traffic i want anyone can guide? Thank You.

Member Avatar for Sheraz_2
0
73
Member Avatar for rajat_15

Learning to code is one such skill that sets your kid apart from the crowd. In the same way, it also helps your kid in landing some amazing opportunities in his/her career. Some Points are: 1) Take baby steps 2) Block-based for beginners 3) Python programming course for kids 4) …

Member Avatar for Reverend Jim
0
46
Member Avatar for jewboy

My client's web dev team migrated the site last week from CFM to ASP.NET. Now all 15000 pages we have indexed in the engines produce 404 errors. I've been told to use 301 redirects to fix this problem. My question is - should I use 301 redirects on 15,000 unique …

Member Avatar for abuislam
0
104
Member Avatar for nalb4242

Hello , I have question regarding visual studio , I have a console application that uses some data from Linux server , how can I run my application remotely from my windows on Linux without having to add the application on the Linux server .. for the sake of debugging …

Member Avatar for michealaso
0
66
Member Avatar for jijo cleetus

Hi All, Any body know how to convert EML files to Doc or MSG with proper formatting Many thanks in advance

Member Avatar for ariascott
0
214
Member Avatar for complete

My .NetFramework version does not work with my Microsoft.SharePointClient.dll version. Which vershions should I use? I am trying to add some CSOM functionality to my C# program such that I will be allowed to do CRUD operations on a Microsoft List (aka SharePoint List). Assuming you know what CSOM and …

Member Avatar for rproffitt
0
17
Member Avatar for pritaeas

Anyone here that wants to share if they use AI Code Assistants professionally, which one and why? I'm looking for experiences with backend .NET development in Visual Studio to be specific.

Member Avatar for antwanlee
1
118
Member Avatar for Fergus_1

ok so i have a page with a gridview on it and it displays rows from sql table. i have also a link assigned to each row: <asp:GridView ID="GridViewMatters" runat="server" AutoGenerateColumns="False" OnRowDataBound="GridViewMatters_RowDataBound"> <Columns> <asp:BoundField DataField="client_ref" HeaderText="Client Reference" /> <asp:BoundField DataField="our_ref" HeaderText="Our Reference" /> <asp:BoundField DataField="client_name" HeaderText="First Name" /> <asp:BoundField DataField="section_name" …

1
28
Member Avatar for Rabiya_1

I'm New In c# and want to create a windows service here what I'm trying public TestService() { InitializeComponent(); timeDelay = new System.Timers.Timer(); timeDelay.Elapsed += new System.Timers.ElapsedEventHandler(WorkProcess); } public void WorkProcess(object sender, System.Timers.ElapsedEventArgs e) { string process = "Timer Tick " + count; LogService(process); count++; } protected override void OnStart(string[] …

Member Avatar for rproffitt
0
22
Member Avatar for nn888
Member Avatar for Olive34

I have been tasked at work, well actually I volunteered to create an MVC site (as a demo) that will eventually be the base for moving my employer's legacy C#/asp.net code to MVC. It's a large site, used globally, and we are a small team of 5 devs. Right now …

Member Avatar for jkon
0
94
Member Avatar for Zeroday-AIAST
Member Avatar for UKnod

I am using visual basic dot net, with the asp.net add on. I have created a programme which works great, basically it has a logon, which uses mysql for the data, then loads a 2nd page using the username data. I am using the global variable to store the username …

Member Avatar for Santanu.Das
0
242
Member Avatar for AntonyCode

RICHTEXT1: Am_______________________________________E7 On a dark desert highway, cool wind in my hair G__________________________________________D Warm smell of colitas rising up through the air F______________________________________________C Up ahead in the distance, I saw a shimmering light Dm My head grew heavy and my sight grew dim RICHTEXT2: On a dark desert highway Cool …

0
27
Member Avatar for farman786
Member Avatar for Dani
0
53
Member Avatar for mizmy

I have 5 textboxes. How to calculate the total of price entered by users? Users need to enter quantity in each textbox and then it will calculate with price that already display or show in label (quantity*price). The result will be showed in textbox readonly. How to make it? <pre …

Member Avatar for john_111
0
123
Member Avatar for nalb4242

Hello , I wanna ask something regarding the TPL Dataflow , I Understand that in Dataflow blocks you can use Transform block if i wanna apply changes to my input that is coming from the previous but why resources and programmers use observable and subscribe on target is that doing …

0
18
Member Avatar for nalb4242

Hello , I have a small question using Parrallism in c# , why did Microsoft came up with Task Parallel Library(TPL) .. why they did not use only threads in other words what did the TPL overcame in the threads problems?? Can some one help me to understand?

Member Avatar for rproffitt
0
82
Member Avatar for Yulen

.tar vulnerability https://github.com/dalmat501/https-github.com-dotnet-runtime/pull/1/commits/2c9ef4796667b3a2443c11ea24a96d40199b3606 https://github.com/advisories/GHSA-gw9q-c7gh-j9vm

Member Avatar for rproffitt
-1
76
Member Avatar for rjDeveloper

Hello, I have a typical login page in vb.net (Asp.net). It checks a sql table for a user/pw. If admin1 user they get directed to admin page. if not, they go to basic users page. I put this below code in my web.config page in the testlogin folder. (which I …

Member Avatar for rjDeveloper
0
80
Member Avatar for Farwa_3

I want to filter the datagridview on Search button click,i am using 3-tier architecture,the grid should be updated with the search result

0
21
Member Avatar for Pony_1

I really need help and i would apreciate if someone can help me with this I need to do the same than here but with .NET, instead of node js. I never worked with .NET before. Is my first time working with tokens and APIs. So i kinda need help …

Member Avatar for Dani
0
63
Member Avatar for Mustafa Kaan

Hi, I am .net developer. I need a Multipage asp.net password protected website template or sample. Thanks Kaan

Member Avatar for Dani
0
27
Member Avatar for Stavan_1

There are several misconceptions about angular frontend development and hence developers as well. It is a misconception that angular is a library, Angular applications are slow and not for performance intensive use cases as they aren’t been developed accurately. It does not have state management or is not compatible with …

Member Avatar for markanderson_1
0
24
Member Avatar for Catherine King

How to pass the linkbutton text to the modal popup. Now Im only getting a empty popup <script type="text/javascript"> $("#linkbutton1").click(function(){ var text =$("#linkbutton1).val(); $("#modal_body").html(text); }); function openModal() { $("#myModal").modal('show'); } </script> <div> <div id="myModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title"> Modal Title</h4> </div> <div class="modal-body"> …

Member Avatar for Dani
0
841
Member Avatar for Catherine King

How to display text in modal popup from the grid's cell by clicking the hyperlink In jquery part I used window.open the code I wrote opened a new popup window so I changed it to modal popup but it loads while pageload before the click of hyperlink and blurs the …

Member Avatar for Dani
0
775
Member Avatar for subodhpatil527

I have a html table, Item_Table, with dynamically added rows containing input tags. i have to add the data from Item_Table to the database in Sql Server, so i am using javascript and C# MVC for the process. But i am getting an error saying "System.NullReferenceException: 'Object reference not set …

Member Avatar for Dani
0
83
Member Avatar for eshach2221

Severity Code Description Project File Line Suppression State Error CS1061 'SignupScreen' does not contain a definition for 'BtnSubmit_Click' and no accessible extension method 'BtnSubmit_Click' accepting a first argument of type 'SignupScreen' could be found (are you missing a using directive or an assembly reference?) WpfSignupscreen D:\Visual Studio Work\WpfSignupscreen\WpfSignupscreen\SignupScreen.xaml 23 Active

Member Avatar for eshach2221
0
126
Member Avatar for mtyide

I need a quick solution that will convert HTML doc to PDF and still maintain the same look and feel with pre-populated data and also maintain links in the PDF doc. Any solutions?

Member Avatar for Dani
0
164
Member Avatar for john.craig889

Hi! I need a web application for my business. Should I hire an agency or a freelancer? What's the better value? Thank you.

Member Avatar for Dani
0
151

The End.