17 Topics

Member Avatar for
Member Avatar for Clif40RD

Hi I have a `.Net Core Blazor` server project and I'm making use of the Repository pattern for data access. Initially, I had registered the repository as a scoped service. While testing I noticed that if I quickly switched pages for e.g. by clicking on the navigation menu, while the …

Member Avatar for rproffitt
0
183
Member Avatar for professor123

Good day, I have been trying to enable dotnet 3.5 on my laptop which is running Windows 10.I have tried the following solutions from the internet with no success: 1. Enable the feature from control panel 2. Downloaded the DotNetFx35Client and DotNetFx35.exe installs but they are end up trying to …

Member Avatar for professor123
0
577
Member Avatar for dandrews517

Hi all, I'm beginner developer and I want to develop a software telephone in .NET. I prefer C#. After some googling, I started to code in C# using the prewritten VoIP components of [Ozeki's VoIP SIP SDK](http://www.voip-sip-sdk.com). Now I have a simple softphone that is able to make and receive …

Member Avatar for theophil1901
0
655
Member Avatar for imsinu

can we pass condition of if statement as an argument in any language????????? [CODE]class Matrix { static void loop(char a,char b,char c) { int a[][]=new int[3][3] ; byte i,j ; for(i=0;i<3;i++) { for(j=0;j<3;j++) { if(a b c) System.out.print(a[i][j]+"\t"); else System.out.print(" "+"\t"); } } public static void main(String ar[]) { loop('i','>','j'); …

Member Avatar for JamesCherrill
0
4K
Member Avatar for shilpa_gurnani

I have an UltraGrid Where Each cells Contains UltraControlContainerEditor inside that we have a UltraPanel and UltraPanel Contains UltraCheckEditor.All these Controls m creating Dynamically and are added as EditingControl. In short I have controls inside cell of the ultragrid. Now I want to knw Whether my checkbox is checked or …

0
90
Member Avatar for ejtraut

I've just installed Parallels in my Mac and then Windows 7. I need to install an application that requires NET Framework. When I try to download NET Framework from the MS site, I get the following message: "C:\Users\Administrator\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5SOFW5UA\dotNetFx40_Full_setup.exe is not a valid Win32 application". Do you know how …

Member Avatar for ejtraut
0
319
Member Avatar for judithSampathwa

hi, i am using sm sql express 2008 and this does not have the backup feature. so i have to create a application to back up the database everyday automatically, does anybody know a way to do it,please reply thank you.

Member Avatar for omar isaid
0
147
Member Avatar for monogana

hi all, i am writting an interface with dotnet framework 3.5, i am using a tabControl with a TabPage that contains content bigger then the tab. autoScroll is enabled and works, the problem is that while scrolling the contents of the tabPage dont refresh/Update so i cant tell where im …

Member Avatar for monogana
0
254
Member Avatar for asadaziz

I am working on visual studio 2008 what i want to do is read till the end of the file the code i am using is [CODE] StreamReader ^sr= gcnew StreamReader("example.txt"); String ^str; while(sr->Read()!= 0) { str=sr->ReadLine(); textBox2->Text=sr->ReadLine(); MessageBox::Show(str); } sr->Close(); [/CODE] what could be used inside while condition that …

Member Avatar for MattyRobot
0
1K
Member Avatar for katmai539

Hi there, In a form i have a datagrid with two columns. The columns are about 40 pixels wide and i can't find a way to have them larger when the program loads. Does anyone know a way to do this? Greets, K

Member Avatar for katmai539
0
370
Member Avatar for paolodinhqd

hi guys, i have problem loading my dll from '\bin' if i put my lib in '\bin', it works fine (meaning "\bin\mylib.dll") but if in a subdir, it fails to function normally (meaning "\bin\subdir\mylib.dll") pls hellp.....

Member Avatar for kvprajapati
0
125
Member Avatar for arunvb

Dear Sir/Madam, We are using NSIS to install an application. and we have a MySql Script file, which is using inside the installer class. This file is working with Mysql but not from the installer. This is giving a ERROR 42000 syntax error. Any help will be appreciated Arun G.K

Member Avatar for kvprajapati
0
200
Member Avatar for ansari.wajid

Hi Friends Please check this link in IE8: <a href="http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx">http://www.freej.ae/freejaetest/ar/FreejEpisodes.aspx</a>. If you select first link below page title from right in the above link, You will see a jcarousel in the bottom which is not displaying correctly...But when I see it on my local machine its showing up correctly but …

Member Avatar for ansari.wajid
0
101
Member Avatar for fladei

Hello DaniWeb community! I have the following problem: I developed and OpenID authentication system on C#, it worked perfectly on my LocalHost, but when I published it, I keep getting this error messages about No OpenID endpoint found. I'm using Google, Yahoo, Chi.mp and myOpenID, and with none of them …

Member Avatar for Momerath
0
260
Member Avatar for coolla

can anyone help as how to use dsn less connection(c#) using ms data acess in dot net. also i need to know where to use that code .. i need my window application which i have created using c # to make it run on different servers.

Member Avatar for finito
0
98
Member Avatar for ansari.wajid

Hi Guys I am trying to use below code to show a save dialog box when a link with .swf file is clicked, But the problem is that its not working. Can anyone share the code to show a save dialoge box when a link is clicked with .swf file …

Member Avatar for ansari.wajid
0
182
Member Avatar for arunkumars

Hi all, Just wanted to knw what is embedded dotnet, how do we use it, and for what purpose do we use it. Please do refer me few e-books that can teach me embedding using dotnet. few links that cud have a basic information wud suffice ... Thanks in advance...

Member Avatar for kvprajapati
0
143

The End.